From 55555f64d1b53f02a2810ea6bea46bc0cddbd9ff Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 7 May 2014 15:51:53 +0800 Subject: [PATCH] Adds external/config.json for download-deps.py --- external/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 external/config.json diff --git a/external/config.json b/external/config.json new file mode 100644 index 0000000000..2a01594e0b --- /dev/null +++ b/external/config.json @@ -0,0 +1,5 @@ +{ + "current_libs_version":"v3-deps-1", + "repo_name":"cocos2d-x-external", + "repo_parent":"https://github.com/cocos2d/" +}