mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Switch glutin to use the crates.io version of osmesa-sys to remove a duplicate
This commit is contained in:
parent
e888b76534
commit
fcaf656cba
2 changed files with 2 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue