diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-25 20:49:31 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-25 20:49:31 -0400 |
| commit | f04763063848df9d8e0d0f1177bc7e2cef50e19e (patch) | |
| tree | 8d707918d0658882acb25303c11b17e2ae918b36 /alligator_resources/src/lib.rs | |
| parent | 323c6ca03bc1d560b02114445764dab5e753049e (diff) | |
Added the texture packer
Diffstat (limited to 'alligator_resources/src/lib.rs')
| -rw-r--r-- | alligator_resources/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
