summaryrefslogtreecommitdiff
path: root/engine-ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-07-06 22:42:45 +0200
committerHampusM <hampus@hampusmat.com>2026-07-06 22:42:45 +0200
commitdadf2f2e6036dd8045ecb07f61e0d089469779f9 (patch)
treee4147394eb5595aa0c965824f76972c317a8bec5 /engine-ecs/Cargo.toml
parentddba6a25923bfc8f3204d88c4b1ae3dfd26c05e6 (diff)
feat(engine-ecs): add Error::from_system_defined_win32_error fn
Diffstat (limited to 'engine-ecs/Cargo.toml')
-rw-r--r--engine-ecs/Cargo.toml6
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"