From ac5fec8dc80ff9838ff15c1b1be29393311ddb54 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:51:19 -0600 Subject: [PATCH] wtf --- Cargo.toml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba2ea26200ee4..82ef790c702f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# frustrum +# frustum [package] name = "bevy" @@ -22,15 +22,18 @@ exclude = [ "crates/bevy_macros_compile_fail_tests", "crates/bevy_reflect_compile_fail_tests", ] - members = [ - "crates/*", - "examples/mobile", - "tools/ci", - "tools/build-templated-pages", - "tools/build-wasm-example", - "tools/example-showcase", - "errors", -] + members = [ + + "crates/*", + "examples/mobile", + + + "tools/ci", + "tools/build-templated-pages", + "tools/build-wasm-example", + "tools/example-showcase", + "errors", + ] [workspace.lints.clippy] type_complexity = "allow" @@ -82,7 +85,15 @@ default = [ ] # Force dynamic linking, which improves iterative compile times -dynamic_linking = ["dep:bevy_dylib", "bevy_internal/dynamic_linking"] +dynamic_linking = [ + + + + + "dep:bevy_dylib", + + + "bevy_internal/dynamic_linking"] # Provides animation functionality bevy_animation = ["bevy_internal/bevy_animation"]