forked from rust-windowing/winit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-windowing#70 - paulrouget:glutinUpdate, r=mbrubeck
Glutin update <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/glutin/70) <!-- Reviewable:end -->
- Loading branch information
Showing
32 changed files
with
222 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "servo-glutin" | ||
version = "0.4.9" | ||
authors = ["tomaka <[email protected]>"] | ||
version = "0.4.10" | ||
authors = ["The glutin contributors, Pierre Krieger <[email protected]>"] | ||
description = "Cross-platform OpenGL context provider." | ||
keywords = ["windowing", "opengl"] | ||
license = "Apache-2.0" | ||
|
@@ -26,9 +26,6 @@ shared_library = "0.1.0" | |
gl_generator = "0.4" | ||
khronos_api = "1.0" | ||
|
||
[dev-dependencies] | ||
clock_ticks = "0.1.0" | ||
|
||
[target.arm-linux-androideabi.dependencies.android_glue] | ||
version = "0.1" | ||
|
||
|
@@ -50,7 +47,7 @@ objc = "0.1.8" | |
[target.x86_64-apple-darwin.dependencies] | ||
objc = "0.1.8" | ||
cgl = "0.1" | ||
cocoa = "0.2" | ||
cocoa = "0.2.4" | ||
core-foundation = "0" | ||
core-graphics = "0" | ||
|
||
|
@@ -93,6 +90,13 @@ wayland-kbd = "0.3.3" | |
wayland-window = "0.2.2" | ||
x11-dl = "~2.3" | ||
|
||
[target.i586-unknown-linux-gnu.dependencies] | ||
osmesa-sys = "0.0.5" | ||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } | ||
wayland-kbd = "0.3.3" | ||
wayland-window = "0.2.2" | ||
x11-dl = "~2.3" | ||
|
||
[target.x86_64-unknown-linux-gnu.dependencies] | ||
osmesa-sys = "0.0.5" | ||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } | ||
|
@@ -134,3 +138,10 @@ wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } | |
wayland-kbd = "0.3.3" | ||
wayland-window = "0.2.2" | ||
x11-dl = "~2.3" | ||
|
||
[target.x86_64-unknown-openbsd.dependencies] | ||
osmesa-sys = "0.0.5" | ||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } | ||
wayland-kbd = "0.3.3" | ||
wayland-window = "0.2.2" | ||
x11-dl = "~2.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.