aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrey Lesnikov <ozkriff@gmail.com>2016-05-06 00:01:40 +0300
committerAndrey Lesnikov <ozkriff@gmail.com>2016-05-06 00:01:40 +0300
commit18f846403b7f1893510744a58d9b347122658411 (patch)
treecbdc0e6acf1a3f4e4e739ca8fc6ac6a71870586b /Cargo.toml
parent93c88ee54d365ce6804c1cab56ecc600e792263f (diff)
downloadglutin-18f846403b7f1893510744a58d9b347122658411.tar.gz
glutin-18f846403b7f1893510744a58d9b347122658411.zip
Updated to android_glue 0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddf6844..173b6a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ shared_library = "0.1.0"
gl_generator = "0.5"
[target.'cfg(target_os = "android")'.dependencies.android_glue]
-version = "0.1"
+version = "0.2"
[target.'cfg(target_os = "ios")'.dependencies]
objc = "0.2"