This commit is contained in:
Intege-rs
2024-11-14 14:39:09 -05:00
parent 427eb56a50
commit 020bd3a5db
11 changed files with 1131 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ import!(sub_core, core, "core");
import!(sub_libm, libm, "libm");
import!(sub_pe, pe, "pe");
import!(sub_winu, win, "winuser");
import!(sub_xpat, xpat, "xpat");
/// the macro crate is a proc macro, so it is a bit different.
#[cfg(feature = "macros")]