diff options
| author | mat <git@matdoes.dev> | 2026-01-16 21:58:56 -0545 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-16 21:58:56 -0545 |
| commit | 02280dc6e2c559452f00eed9c5c23efa0d6cb5fe (patch) | |
| tree | 3f6c5589640bc79abc6696486b3fa8734c4f6802 /azalea/src/lib.rs | |
| parent | 43b7d6aad17eaf2656fcb8edc2122edfd93f539f (diff) | |
| download | azalea-drasl-02280dc6e2c559452f00eed9c5c23efa0d6cb5fe.tar.xz | |
better pathfinder swimming and other tweaks
Diffstat (limited to 'azalea/src/lib.rs')
| -rw-r--r-- | azalea/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 332dc565..3eefe316 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -1,5 +1,6 @@ #![doc = include_str!("../README.md")] #![feature(type_changing_struct_update)] +#![feature(float_algebraic)] pub mod accept_resource_packs; pub mod auto_reconnect; |
