Merge branch 'master' of http://github.com/tomaka/gl-init-rs
This commit is contained in:
commit
9238a48ffc
10 changed files with 83 additions and 32 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -2,7 +2,7 @@
|
|||
name = "glutin"
|
||||
version = "0.4.7"
|
||||
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-plaform OpenGL context provider."
|
||||
description = "Cross-platform OpenGL context provider."
|
||||
keywords = ["windowing", "opengl"]
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
|
@ -19,9 +19,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"
|
||||
|
||||
|
|
@ -100,6 +97,13 @@ wayland-kbd = "0.3.3"
|
|||
wayland-window = "0.2.2"
|
||||
x11-dl = "~2.3"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf.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.aarch64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue