diff --git a/.gitignore b/.gitignore index 6936990..7a4bf0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk Cargo.lock +third-party diff --git a/Cargo.toml b/Cargo.toml index b47da53..e65a71f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,11 @@ version = "0.1.0" authors = ["Thomas Forgione "] [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"