summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-10 13:08:00 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-10 13:08:00 +0200
commitd8a5e679e931c302da03d675caf4bd208dbde988 (patch)
treebd568a7f62403bdfdf3e3fbc41e434f9fa118b66 /Cargo.toml
parent07eb2dc0cbeaa7eb64645a86bd11842717a107a6 (diff)
parent893805baa14972dc6c1c28170856097bb54bf280 (diff)
Merge branch 'bevy_5'
moved to bevy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3cd0e1..1ee1e33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,6 @@ version = "0.1.0"
authors = ["Tom Barrett <tom@tombarrett.xyz>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
-ggez = "0.5.1"
+bevy = "0.5.0"
rand = "0.8.0"