Skip to content

Commit

Permalink
prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 30, 2022
1 parent 477419b commit 7012071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_embedded_assets"
version = "0.4.0"
version = "0.5.0-dev"
authors = ["François Mockers <mockersf@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ categories = ["game-development"]


[dependencies]
bevy = { version = "0.8.0", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.9.0-dev", default-features = false, git = "https://github.com/bevyengine/bevy", features = ["bevy_asset"] }

[build-dependencies]
cargo-emit = "0.2.1"

0 comments on commit 7012071

Please sign in to comment.