Add alloc feature across workspace crates

This commit is contained in:
luk
2026-01-01 19:00:39 +00:00
parent 19721fb94e
commit 40372db656
5 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ edition = "2021"
[features]
windows = []
alloc = ["sub_core/alloc"]
[dependencies]
sub_core = { workspace = true }