aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-23 09:30:30 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-23 09:30:30 -0400
commit85c80561669bdf7b0f491ee4d7e49f2cc8f7b81c (patch)
tree91fd51487ed4c855ed33cc2d7a2ec325aeb377d4 /Cargo.toml
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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
+