aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-06-12 14:28:10 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2022-06-12 14:28:10 +0200
commitcd08f79d84411d6f4dff8a18ab79b363963f01b8 (patch)
tree56efacf23349cfb2ee22adf40ed2cd74e22082f3 /Cargo.toml
fresh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..9f0f577
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "inv"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+bevy = { version = "0.7", features = ["dynamic"] }
+bevy-inspector-egui = "0.11.0"