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