diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ authors = ["Tom Barrett <tom@tombarrett.xyz>"] edition = "2018" [dependencies] -bevy = "0.4" +bevy = { git = "https://github.com/bevyengine/bevy", rev = "3e285d5c0bd49cf1aff11cf3848270bafdd48646"} rand = "0.8.0" |