Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aloucks committed Jun 30, 2019
0 parents commit dd0d2ba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
**/*.rs.bk
Cargo.lock
*.iml
*.idea
*.vscode
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "imguizmo-sys/third_party/ImGuizmo"]
path = imguizmo-sys/third_party/ImGuizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "imguizmo-sys/third_party/imgui"]
path = imguizmo-sys/third_party/imgui
url = https://github.com/ocornut/imgui.git
1 change: 1 addition & 0 deletions imguizmo-sys/third_party/ImGuizmo
Submodule ImGuizmo added at ace44b
1 change: 1 addition & 0 deletions imguizmo-sys/third_party/imgui
Submodule imgui added at 4b95e7

0 comments on commit dd0d2ba

Please sign in to comment.