diff options
Diffstat (limited to 'engine-ecs/Cargo.toml')
| -rw-r--r-- | engine-ecs/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engine-ecs/Cargo.toml b/engine-ecs/Cargo.toml index 001cf54..e9ce85c 100644 --- a/engine-ecs/Cargo.toml +++ b/engine-ecs/Cargo.toml @@ -21,7 +21,11 @@ vizoxide = { version = "1.0.5", optional = true } [target.'cfg(windows)'.dependencies.windows-sys] version = "0.61.2" -features = ["Win32_System_Threading"] +features = [ + "Win32_System_Threading", + "Win32_System_Diagnostics_Debug", + "Win32_Foundation" +] [target.'cfg(target_os = "linux")'.dependencies.libc] version = "0.2.186" |
