File tree Expand file tree Collapse file tree 3 files changed +217
-112
lines changed
src/platform_impl/windows Expand file tree Collapse file tree 3 files changed +217
-112
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ language: 'en'
30
30
- Fix: Window doesn't receive mouse events on Windows 11 by [ @igorsaux ] ( https://github.com/igorsaux ) .
31
31
- Support to hex RGBA (example: ` #43ff64d9 ` ) on colors/theme by [ @bio ] ( https://github.com/bio ) on [ #696 ] ( https://github.com/raphamorim/rio/pull/696 ) .
32
32
- Introduced ` renderer.strategy ` , options are ` Events ` and ` Continuous ` .
33
+ - Microsoft Windows: make ` ControlFlow::WaitUntil ` work more precisely using ` CREATE_WAITABLE_TIMER_HIGH_RESOLUTION ` .
33
34
- Updated wgpu to ` 23.0.0 ` .
34
35
35
36
## 0.1.17
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ features = [
128
128
" Win32_System_Com" ,
129
129
" Win32_System_LibraryLoader" ,
130
130
" Win32_System_Ole" ,
131
+ " Win32_Security" ,
131
132
" Win32_System_SystemInformation" ,
132
133
" Win32_System_SystemServices" ,
133
134
" Win32_System_Threading" ,
You can’t perform that action at this time.
0 commit comments