diff options
author | Silas Bartha <[email protected]> | 2024-08-23 09:30:30 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-08-23 09:30:30 -0400 |
commit | 85c80561669bdf7b0f491ee4d7e49f2cc8f7b81c (patch) | |
tree | 91fd51487ed4c855ed33cc2d7a2ec325aeb377d4 /Cargo.toml |
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
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 + |