diff --git a/Cargo.toml b/Cargo.toml index f18c8648..cda28498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,14 +31,23 @@ default = [] heron_core = { version = "^0.11.0", path = "core" } heron_macros = { version = "^0.11.0", path = "macros" } heron_rapier = { version = "^0.11.0", path = "rapier" } +alsa = "=0.5.0" # heron_debug = { version = "^0.11.0", path = "debug", optional = true } -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } [dev-dependencies] -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3" } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3" } skeptic = "0.13" rstest = "0.7" +[dev-dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" + +[dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" + [build-dependencies] cfg_aliases = "0.1.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 0a8a065d..fc3f684a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -8,9 +8,18 @@ description = "Core components and resources to use Heron" repository = "https://github.com/jcornaz/heron/" [dependencies] -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } duplicate = "^0.3.0" [dev-dependencies] rstest = "0.7" -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false, features = ["render"] } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false, features = ["render"] } + + +[dev-dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" + +[dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" \ No newline at end of file diff --git a/rapier/Cargo.toml b/rapier/Cargo.toml index 75fbe258..44e484fd 100644 --- a/rapier/Cargo.toml +++ b/rapier/Cargo.toml @@ -17,15 +17,24 @@ default = [] [dependencies] heron_core = { version = "^0.11.0", path = "../core" } -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } rapier2d = { version = "^0.9.2", optional = true } rapier3d = { version = "^0.9.2", optional = true } fnv = "^1.0" crossbeam = "^0.8.0" [dev-dependencies] -bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } +# bevy = { git = "https://github.com/katharostech/bevy", branch = "bevy_retrograde_0.3", default-features = false } rstest = "0.7" + +[dev-dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" + +[dependencies.bevy] +git = "https://github.com/bevyengine/bevy" +rev="6a8a8c9d21f32e0e46623db9438813b009f9e014" + [build-dependencies] cfg_aliases = "0.1.1"