remove unneeded bevy_xpbd_3d features
This commit is contained in:
parent
a5c796d491
commit
1d2a7b7848
|
@ -12,8 +12,8 @@ rust-version = "1.76.0"
|
|||
[dependencies]
|
||||
regex = "1"
|
||||
bevy = { version = "0.13.0", default-features = false, features = ["jpeg", "bevy_asset", "bevy_audio", "bevy_scene", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_text", "bevy_ui", "multi-threaded", "png", "vorbis", "x11", "tonemapping_luts"]}
|
||||
bevy_xpbd_3d = { version = "0.4", default-features = false, features = ["3d", "f32", "parry-f32", "parallel"] }
|
||||
bevy_embedded_assets = "0.10.2"
|
||||
bevy_xpbd_3d = "0.4"
|
||||
|
||||
[features]
|
||||
dev = ["bevy/dynamic_linking"]
|
||||
|
|
Loading…
Reference in a new issue