Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Feb 22, 2024
1 parent 7aa928c commit ac5fec8
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frustrum
# frustum

[package]
name = "bevy"
Expand All @@ -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"
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit ac5fec8

Please sign in to comment.