Update to new crate naming rules
This commit is contained in:
parent
d3ad5323fb
commit
dac1075025
@ -17,8 +17,8 @@
|
|||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
extern crate "libnotify-sys" as sys;
|
extern crate libnotify_sys as sys;
|
||||||
extern crate "glib-2_0-sys" as glib;
|
extern crate glib_2_0_sys as glib;
|
||||||
|
|
||||||
use std::ffi::CString;
|
use std::ffi::CString;
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
Loading…
Reference in New Issue
Block a user