Skip to content

Commit

Permalink
Bump bevy (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrarier2111 authored Mar 3, 2024
1 parent ad1b30f commit a4e5d42
Show file tree
Hide file tree
Showing 18 changed files with 979 additions and 1,188 deletions.
342 changes: 135 additions & 207 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ crossbeam-channel = "0.5" # check if flume would be better in terms of performan
# tokio = { version = "0.2", features = ["full"] } # readd as soon as we want to impl this!
rayon = "1.5"
rfd = "0.14"
bevy_ecs = { git = "https://github.com/Lea-fish/bevy", rev = "a58b4936d0e1ccd241dca74bceae78a1b6d4f949" }
bevy_ecs = "0.13"

reqwest = { version = "0.11", features = [ "blocking" ]}
# glutin = "0.29"
Expand Down
Loading

0 comments on commit a4e5d42

Please sign in to comment.