diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,7 +18,6 @@ notify = "2.6" bitflags = "0.7" font = { path = "./font" } errno = "0.2" -lazy_static = "0.2.2" parking_lot = "0.3.1" serde = "0.9" serde_yaml = "0.6" @@ -50,8 +49,7 @@ bench = [] gl_generator = "0.5" [dependencies.glutin] -git = "https://github.com/jwilm/glutin" -rev = "cc64178d39a1fa06b2c5403117e5e0ef24deeac4" +version = "0.9" [profile.release] lto = true |