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

@@ -9,6 +9,7 @@ core = ["sub_core"]
macros = ["sub_macros"]
libm = ["sub_libm"]
pe = ["sub_pe"]
alloc = ["sub_core?/alloc", "sub_pe?/alloc", "sub_xpat?/alloc", "sub_winu?/alloc"]
xpat = ["core", "sub_xpat", "macros"]
winuser = ["sub_winu", "pe", "sub_pe/windows"]