From a5943ae8b445a79f78b0b26035c4e55a0e927f52 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 6 Jun 2020 17:23:54 +0200 Subject: Initial commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d373e5e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rutikmer" +version = "0.1.0" +authors = ["Charles "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies.sdl2] +version = "0.34.0" +default-features = false +features = ["ttf"] -- cgit