Skip to content

Commit 73c9288

Browse files
committed
Use bevy_heavy 0.1
1 parent a3bdb3d commit 73c9288

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

crates/avian2d/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bench = false
6262
avian_derive = { path = "../avian_derive", version = "0.1" }
6363
bevy = { version = "0.15", default-features = false }
6464
bevy_math = { version = "0.15" }
65-
bevy_heavy = { git = "https://github.com/Jondolf/bevy_heavy" }
65+
bevy_heavy = { version = "0.1" }
6666
libm = { version = "0.2", optional = true }
6767
parry2d = { version = "0.17", optional = true }
6868
parry2d-f64 = { version = "0.17", optional = true }
@@ -78,9 +78,7 @@ bitflags = "2.5.0"
7878
examples_common_2d = { path = "../examples_common_2d" }
7979
benches_common_2d = { path = "../benches_common_2d" }
8080
bevy_math = { version = "0.15", features = ["approx"] }
81-
bevy_heavy = { git = "https://github.com/Jondolf/bevy_heavy", features = [
82-
"approx",
83-
] }
81+
bevy_heavy = { version = "0.1", features = ["approx"] }
8482
glam = { version = "0.29", features = ["bytemuck"] }
8583
approx = "0.5"
8684
bytemuck = "1.19"

crates/avian3d/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bench = false
6565
avian_derive = { path = "../avian_derive", version = "0.1" }
6666
bevy = { version = "0.15", default-features = false }
6767
bevy_math = { version = "0.15" }
68-
bevy_heavy = { git = "https://github.com/Jondolf/bevy_heavy" }
68+
bevy_heavy = { version = "0.1" }
6969
libm = { version = "0.2", optional = true }
7070
parry3d = { version = "0.17", optional = true }
7171
parry3d-f64 = { version = "0.17", optional = true }
@@ -85,9 +85,7 @@ bevy = { version = "0.15", default-features = false, features = [
8585
"animation",
8686
] }
8787
bevy_math = { version = "0.15", features = ["approx"] }
88-
bevy_heavy = { git = "https://github.com/Jondolf/bevy_heavy", features = [
89-
"approx",
90-
] }
88+
bevy_heavy = { version = "0.1", features = ["approx"] }
9189
approx = "0.5"
9290
criterion = { version = "0.5", features = ["html_reports"] }
9391
bevy_mod_debugdump = { git = "https://github.com/jakobhellermann/bevy_mod_debugdump" }

0 commit comments

Comments
 (0)