From 0bb82e8467f4f0acde0ba434cbc214ea9a4af476 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Thu, 11 Sep 2014 18:13:50 +0200 Subject: Add basic support for Android --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1182690..93c25a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,11 @@ authors = ["tomaka "] [dependencies.compile_msg] git = "https://github.com/huonw/compile_msg" +[dependencies.android_glue] +git = "https://github.com/tomaka/android-rs-glue" + +[dev-dependencies.gl_generator] +git = "https://github.com/bjz/gl-rs" + [dev-dependencies.gl] git = "https://github.com/bjz/gl-rs" -- cgit v1.2.3