diff --git a/Cargo.toml b/Cargo.toml index 9440a59..10f6d85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_embedded_assets" -version = "0.4.0" +version = "0.5.0-dev" authors = ["François Mockers "] edition = "2021" license = "MIT OR Apache-2.0" @@ -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"