Skip to content

Commit

Permalink
Switch glutin to use the crates.io version of osmesa-sys to remove a …
Browse files Browse the repository at this point in the history
…duplicate
  • Loading branch information
fabricedesre committed Oct 27, 2016
1 parent e888b76 commit fcaf656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ports/glutin/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit fcaf656

Please sign in to comment.