Skip to content

Commit e876319

Browse files
authored
Windows improve wait until (#747)
* improve wait until * fixup! improve wait until * fixup! fixup! improve wait until * fixup! fixup! fixup! improve wait until * fixup! fixup! fixup! fixup! improve wait until * fixup! fixup! fixup! fixup! fixup! improve wait until * fixup! fixup! fixup! fixup! fixup! fixup! improve wait until * correct file
1 parent 4f5bc7e commit e876319

File tree

3 files changed

+217
-112
lines changed

3 files changed

+217
-112
lines changed

docs/docs/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ language: 'en'
3030
- Fix: Window doesn't receive mouse events on Windows 11 by [@igorsaux](https://github.com/igorsaux).
3131
- Support to hex RGBA (example: `#43ff64d9`) on colors/theme by [@bio](https://github.com/bio) on [#696](https://github.com/raphamorim/rio/pull/696).
3232
- Introduced `renderer.strategy`, options are `Events` and `Continuous`.
33+
- Microsoft Windows: make `ControlFlow::WaitUntil` work more precisely using `CREATE_WAITABLE_TIMER_HIGH_RESOLUTION`.
3334
- Updated wgpu to `23.0.0`.
3435

3536
## 0.1.17

rio-window/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ features = [
128128
"Win32_System_Com",
129129
"Win32_System_LibraryLoader",
130130
"Win32_System_Ole",
131+
"Win32_Security",
131132
"Win32_System_SystemInformation",
132133
"Win32_System_SystemServices",
133134
"Win32_System_Threading",

0 commit comments

Comments
 (0)