windows kernel

This commit is contained in:
Intege-rs
2024-11-19 16:15:01 -05:00
parent 04ab4b6c09
commit ccfe11d856

View File

@@ -12,6 +12,7 @@ pe = ["sub_pe"]
xpat = ["core", "sub_xpat", "macros"] xpat = ["core", "sub_xpat", "macros"]
winuser = ["sub_winu", "pe", "sub_pe/windows"] winuser = ["sub_winu", "pe", "sub_pe/windows"]
winkrnl = ["pe", "sub_pe/windows"]
[dependencies] [dependencies]
sub_core = { workspace = true, optional = true } sub_core = { workspace = true, optional = true }