Add part of a Windows event loop implementation

This commit is contained in:
Robbert van der Helm
2022-02-07 00:33:41 +01:00
parent ce37ec288e
commit 0fb8ce6f7e
4 changed files with 233 additions and 6 deletions

View File

@@ -37,6 +37,16 @@ widestring = "1.0.0-beta.1"
assert_no_alloc = { version = "1.1", optional = true }
[target.'cfg(windows)'.dependencies.windows]
version = "0.32"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_UI_WindowsAndMessaging",
"Win32_System_LibraryLoader",
"Win32_System_Performance",
]
[features]
default = []
# Enabling this feature will cause the plugin to terminate when allocations