mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Use setTimeout() trick instead of Window.requestIdleCallback() (#3044)
This commit is contained in:
committed by
Kirill Chibisov
parent
a8a0462c0d
commit
a24d092fa1
@@ -164,6 +164,8 @@ redox_syscall = "0.3"
|
||||
package = "web-sys"
|
||||
version = "0.3.64"
|
||||
features = [
|
||||
'AbortController',
|
||||
'AbortSignal',
|
||||
'console',
|
||||
'CssStyleDeclaration',
|
||||
'Document',
|
||||
@@ -179,6 +181,8 @@ features = [
|
||||
'IntersectionObserverEntry',
|
||||
'KeyboardEvent',
|
||||
'MediaQueryList',
|
||||
'MessageChannel',
|
||||
'MessagePort',
|
||||
'Node',
|
||||
'PageTransitionEvent',
|
||||
'PointerEvent',
|
||||
|
||||
Reference in New Issue
Block a user