Merge branch 'build'

This commit is contained in:
Thomas Forgione 2018-10-08 14:23:07 +02:00
commit 45d301361c
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
**/*.rs.bk
Cargo.lock
third-party

View File

@ -4,7 +4,11 @@ version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[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]]
name = "rusty-maker"