diff options
| author | mat <git@matdoes.dev> | 2023-09-10 18:18:49 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-10 18:18:49 -0500 |
| commit | 5f8704ccc51d75a05a2441fdd1a8cc9e2ff90173 (patch) | |
| tree | 6df7a21a428a99db15438bb2af87de71936bab27 /azalea-core/src/lib.rs | |
| parent | 4885f848a4716987e0e3b30e14952aa9ea0b2647 (diff) | |
| download | azalea-drasl-5f8704ccc51d75a05a2441fdd1a8cc9e2ff90173.tar.xz | |
fix physics bugs
Diffstat (limited to 'azalea-core/src/lib.rs')
| -rwxr-xr-x | azalea-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 8ed62b06..6554d71d 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -1,6 +1,7 @@ #![doc = include_str!("../README.md")] #![feature(int_roundings)] #![feature(const_for)] +#![feature(lazy_cell)] #![allow(incomplete_features)] #![feature(generic_const_exprs)] |
