aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-10 18:18:49 -0500
committermat <git@matdoes.dev>2023-09-10 18:18:49 -0500
commit5f8704ccc51d75a05a2441fdd1a8cc9e2ff90173 (patch)
tree6df7a21a428a99db15438bb2af87de71936bab27 /azalea-core/src/lib.rs
parent4885f848a4716987e0e3b30e14952aa9ea0b2647 (diff)
downloadazalea-drasl-5f8704ccc51d75a05a2441fdd1a8cc9e2ff90173.tar.xz
fix physics bugs
Diffstat (limited to 'azalea-core/src/lib.rs')
-rwxr-xr-xazalea-core/src/lib.rs1
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)]