From 9f0dc65dabff2a1e443199ed68292398dcb390b1 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 12 Mar 2021 20:24:55 +0530 Subject: init --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..df04cd4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "sdl-tests" +version = "0.1.0" +authors = ["Akshay "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +sdl2 = "0.34" -- cgit v1.2.3