Merge branch 'build'
This commit is contained in:
commit
45d301361c
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
third-party
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue