This commit is contained in:
2019-01-21 12:26:24 -08:00
commit b0d11f98be
4 changed files with 534 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "sfml-rust"
version = "0.1.0"
authors = ["MitchellHansen <mitchellhansen0@gmail.com>"]
edition = "2018"
[dependencies]
sfml = "0.14.0"
quick-xml = "0.13.2"