diff options
| author | mat <git@matdoes.dev> | 2026-03-18 16:28:46 -1030 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-20 04:21:58 -0200 |
| commit | 25cd1c0b60604655b70d70f8ec33a54853905eea (patch) | |
| tree | 28911045f6d69b2fffcb8d9c5a92fe32657b5e4b /Cargo.toml | |
| parent | b03d2942e1bef98e13acadde5cbb8856a3f8c74d (diff) | |
| download | azalea-drasl-25cd1c0b60604655b70d70f8ec33a54853905eea.tar.xz | |
optimize pathfinder swarms and write perf guide
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,6 @@ repository = "https://github.com/azalea-rs/azalea" [workspace.dependencies] aes = "0.8.4" -anyhow = "1.0.102" async-compat = "0.2.5" base64 = "0.22.1" bevy_app = "0.18.1" @@ -51,6 +50,7 @@ criterion = "0.8.2" derive_more = "2.1.1" enum-as-inner = "0.7.0" env_logger = "0.11.9" +eyre = "0.6.12" flate2 = { version = "1.1.9", features = ["zlib-rs"] } futures = "0.3.32" futures-lite = "2.6.1" @@ -123,6 +123,8 @@ rustdoc-args = [ "docsrs_dep", "--html-after-content", "docs-rs/trait-tags.html", + "--html-after-content", + "docs-rs/arborium-header.html", ] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] |
