From 5f8704ccc51d75a05a2441fdd1a8cc9e2ff90173 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 10 Sep 2023 18:18:49 -0500 Subject: fix physics bugs --- azalea-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-core/src/lib.rs') 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)] -- cgit v1.2.3