From 1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sun, 27 Jul 2014 10:55:37 +0200 Subject: Initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4da75c0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] + +name = "gl-init-rs" +version = "0.0.1" +authors = ["tomaka "] + +[dev-dependencies.gl] +path = "deps/gl" -- cgit v1.2.3