Merge branch 'build'

This commit is contained in:
2018-10-08 14:23:07 +02:00
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
/target /target
**/*.rs.bk **/*.rs.bk
Cargo.lock Cargo.lock
third-party
+5 -1
View File
@@ -4,7 +4,11 @@ version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"] authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies] [dependencies]
sfml = "0.14.0" sfml = { git = "https://gitea.tforgione.fr/free-rusty-maker/rust-sfml" }
[build-dependencies]
git2 = "0.7.5"
cmake = "0.1"
[[bin]] [[bin]]
name = "rusty-maker" name = "rusty-maker"