You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that SetWindowsHookExW only works when the release option opt-level = 0 is configured in Cargo.toml, but doing so will result in a large package size?
Tauri version: 2.0.0-beta.22
windows api cfg:
[target."cfg(windows)".dependencies]
windows = { version = "0.56.0", features = [
"Win32_Graphics_Gdi",
"UI_WindowManagement",
"Win32_UI_WindowsAndMessaging",
"Win32_System_LibraryLoader",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_UI_Shell_Common",
"Win32_Foundation",
] }
windows-core = "0.56.0"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found that
SetWindowsHookExW
only works when the release optionopt-level = 0
is configured in Cargo.toml, but doing so will result in a large package size?Tauri version: 2.0.0-beta.22
windows api cfg:
Beta Was this translation helpful? Give feedback.
All reactions