diff options
| author | mat <git@matdoes.dev> | 2025-02-21 21:51:26 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-21 21:51:26 +0000 |
| commit | f5f15362f2cb48088eb8ccf80988f994fecd81c9 (patch) | |
| tree | a6c697556aaa3a43ed12eb15fc43946de9ffdb0f /azalea/Cargo.toml | |
| parent | 5fdea4c0b7c5617133a8b497b9ead8829a21135d (diff) | |
| download | azalea-drasl-f5f15362f2cb48088eb8ccf80988f994fecd81c9.tar.xz | |
fix some components not being removed from clients and add debugecsleak testbot command
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index bd3e54b9..33730361 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -56,7 +56,12 @@ anyhow.workspace = true default = ["log", "serde"] # enables bevy_log::LogPlugin by default log = ["azalea-client/log"] -serde = ["dep:serde", "azalea-core/serde", "azalea-registry/serde", "azalea-world/serde"] +serde = [ + "dep:serde", + "azalea-core/serde", + "azalea-registry/serde", + "azalea-world/serde", +] [[bench]] name = "pathfinder" |
