mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
This commit is contained in:
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"] }
|
||||
|
||||
Reference in New Issue
Block a user