Switch glutin to use the crates.io version of osmesa-sys to remove a duplicate

This commit is contained in:
Fabrice Desré 2016-10-26 17:00:01 -07:00
parent e888b76534
commit fcaf656cba
2 changed files with 2 additions and 11 deletions

View file

@ -24,7 +24,7 @@ url = {version = "1.2", features = ["heap_size"]}
util = {path = "../../components/util"}
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
osmesa-sys = {git = "https://github.com/daggerbot/osmesa-rs"}
osmesa-sys = "0.1.2"
[target.'cfg(target_os = "linux")'.dependencies]
x11 = "2.0.0"