Skip to content

Commit

Permalink
feat: bevy 0.14 rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jun 17, 2024
1 parent df930b6 commit e386ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ exclude = [

[dependencies]
clap = { version = "4.4", features = ["derive"] }
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dependencies.bevy]
version = "0.13"
version = "0.14.0-rc.3"
default-features = false


Expand Down
Empty file removed src/macro.rs
Empty file.

0 comments on commit e386ab8

Please sign in to comment.