From 85c80561669bdf7b0f491ee4d7e49f2cc8f7b81c Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 23 Aug 2024 09:30:30 -0400 Subject: Initial Commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..34d74f6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "bevy_basic_interaction" +version = "0.1.0" +edition = "2021" + +[dependencies.bevy] +version = "0.14" +default-features = false + -- cgit v1.2.3