Skip to content

Commit

Permalink
Change Submodule to Dependency again
Browse files Browse the repository at this point in the history
  • Loading branch information
Entscheider committed Aug 1, 2017
1 parent 78d4eea commit 05b06b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "glwinhelp"]
path = glwinhelp
url = https://github.com/Entscheider/glwinhelp
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ name = "freenectrs"
version = "0.1.0"
authors = ["Entscheider"]
description = "A rust wrapper for libfreenect"
license = "MIT/Apache-2.0"
license = "Apache-2.0"
categories = ["api-bindings"]
repository = "https://github.com/Entscheider/freenect-rs"

[dependencies]
libc = "0.2"

[dev-dependencies]
image = "0.12"
[dev-dependencies.glwinhelp]
path = "glwinhelp"
version = "0.1.0"
glwinhelp = {version = "0.1.0", git="https://github.com/Entscheider/glwinhelp"}
1 change: 0 additions & 1 deletion glwinhelp
Submodule glwinhelp deleted from e26f7b

0 comments on commit 05b06b1

Please sign in to comment.