From f04763063848df9d8e0d0f1177bc7e2cef50e19e Mon Sep 17 00:00:00 2001 From: Micha White Date: Tue, 25 Oct 2022 20:49:31 -0400 Subject: Added the texture packer --- alligator_resources/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'alligator_resources/src/lib.rs') diff --git a/alligator_resources/src/lib.rs b/alligator_resources/src/lib.rs index 5ea8ad1..b85eab1 100644 --- a/alligator_resources/src/lib.rs +++ b/alligator_resources/src/lib.rs @@ -1,3 +1,4 @@ +#![feature(new_uninit)] #![warn(clippy::nursery)] #![warn(clippy::pedantic)] #![allow(clippy::module_name_repetitions)] -- cgit v1.2.3