diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ build = "build.rs" [dependencies] libc = "*" cgmath = "0.7" -notify = { git = "https://github.com/passcod/rsnotify" } +notify = "2.6" bitflags = "*" font = { path = "./font" } errno = "0.1.6" |