feat: first working version of new allocator

This commit is contained in:
Max Richter
2026-01-22 18:48:16 +01:00
committed by Max Richter
parent 2a14ed7202
commit ab08fc7486
18 changed files with 1640 additions and 223 deletions

View File

@@ -9,6 +9,10 @@ description = "A collection of utilities for Nodarium"
[lib]
crate-type = ["rlib"]
[features]
default = ["std"]
std = []
[dependencies]
glam = "0.30.10"
noise = "0.9.0"