diff options
| author | mat <git@matdoes.dev> | 2023-10-07 23:12:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-07 23:12:19 -0500 |
| commit | 971f42e3dbee8de614573450fc9548c008f3b3b5 (patch) | |
| tree | c51b24d6bc6f0af7aaa88c099fd646142218768e /azalea/src/lib.rs | |
| parent | 9281e4fdb96fda7cef383e10611029c45538fbf2 (diff) | |
| download | azalea-drasl-971f42e3dbee8de614573450fc9548c008f3b3b5.tar.xz | |
split pathfinder execution into multiple systems (and fix some bugs)
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 5c1edf77..3b9d3e6f 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -4,6 +4,7 @@ #![feature(async_fn_in_trait)] #![feature(type_changing_struct_update)] #![feature(lazy_cell)] +#![feature(let_chains)] pub mod accept_resource_packs; mod auto_respawn; |
