From 32585287b10850f5097cc8af6875883063e3accb Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Jun 2015 21:41:49 +0200 Subject: [PATCH] [DEV] update to the new worktree --- .gitmodules | 2 +- README.md | 5 +++++ bullet => bullet-physics | 0 lutin_bullet.py => lutin_bullet-physics.py | 0 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md rename bullet => bullet-physics (100%) rename lutin_bullet.py => lutin_bullet-physics.py (100%) diff --git a/.gitmodules b/.gitmodules index 9b3c427..3485587 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "bullet"] +[submodule "bullet-physics"] path = bullet-physics url = https://github.com/generic-library/bullet-physics.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..888d700 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Lutin wrapper +============= + +Used to compile the library with lutin builder interface + diff --git a/bullet b/bullet-physics similarity index 100% rename from bullet rename to bullet-physics diff --git a/lutin_bullet.py b/lutin_bullet-physics.py similarity index 100% rename from lutin_bullet.py rename to lutin_bullet-physics.py