Skip to content

Commit ab5f9af

Browse files
committed
delete rg3d-physics
- move legacy stuff into legacy_physics mod for backward compatibility
1 parent a3b1490 commit ab5f9af

File tree

22 files changed

+299
-986
lines changed

22 files changed

+299
-986
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ members = [
2222
"rg3d-sound",
2323
"rg3d-ui",
2424
"rg3d-resource",
25-
"rg3d-physics/build/rg3d-physics2d",
26-
"rg3d-physics/build/rg3d-physics3d",
2725
"examples/wasm",
2826
"editor"
2927
]
@@ -40,8 +38,8 @@ rg3d-core = { path = "rg3d-core", version = "0.19.0", features = ["serde"] }
4038
rg3d-sound = { path = "rg3d-sound", version = "0.26.0" }
4139
rg3d-ui = { path = "rg3d-ui", version = "0.15.0" }
4240
rg3d-resource = { path = "rg3d-resource", version = "0.3.0" }
43-
rg3d-physics2d = { path = "rg3d-physics/build/rg3d-physics2d", version = "0.2.0" }
44-
rg3d-physics3d = { path = "rg3d-physics/build/rg3d-physics3d", version = "0.2.0" }
41+
rapier2d = "0.11.1"
42+
rapier3d = "0.11.1"
4543
image = { version = "0.23.13", default-features = false, features = ["gif", "jpeg", "png", "tga", "tiff", "bmp"] }
4644
inflate = "0.4.5"
4745
serde = { version = "1", features = ["derive"] }

rg3d-physics/build/rg3d-physics2d/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

rg3d-physics/build/rg3d-physics3d/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)