From 1d2a7b7848354c06d0b6ac758b21c5fbff59b3b0 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 30 Mar 2024 15:49:17 +0100 Subject: [PATCH] remove unneeded bevy_xpbd_3d features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67ba836..64b18a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]