From f3178df0a92fb3b87087e78cad7b9313f947be6a Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 5 May 2021 23:40:17 +0200 Subject: Initial commit --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..75f2730 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "pmd_coop" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +specs = "^0.16" +specs-derive = "*" +lazy_static = "*" + +[dependencies.sdl2] +version = "^0.34" +features = ["ttf", "image", "unsafe_textures"] -- cgit v1.2.3-70-g09d2