aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f059bad..50f067f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.0.27"
+version = "0.0.31"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider."
keywords = ["windowing", "opengl"]
@@ -13,7 +13,6 @@ build = "build.rs"
[features]
default = ["window"]
window = []
-headless = []
[dependencies]
gl_common = "*"
@@ -50,9 +49,13 @@ user32-sys = "0.1"
kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
-osmesa-sys = "*"
+osmesa-sys = "0.0.5"
x11 = "*"
[target.x86_64-unknown-linux-gnu.dependencies]
-osmesa-sys = "*"
+osmesa-sys = "0.0.5"
+x11 = "*"
+
+[target.arm-unknown-linux-gnueabihf.dependencies]
+osmesa-sys = "0.0.5"
x11 = "*"