busy wait for macos
This commit is contained in:
@@ -8,11 +8,13 @@ pixels = "0.15.0"
|
||||
winit = { version = "0.30.13", features = ["x11", "x11-dl", "x11rb", "ahash", "bytemuck", "memmap2", "rwh_06", "sctk", "sctk-adwaita"] }
|
||||
winit_input_helper = "0.17.0"
|
||||
parse_int = { version = "0.9.0", optional = true }
|
||||
wait_on_address = "0.1.4"
|
||||
wait_on_address = { version = "0.1.4", optional = true }
|
||||
|
||||
|
||||
[features]
|
||||
default = ["futex"]
|
||||
div_mul = []
|
||||
rgba = []
|
||||
rich_keyboard = []
|
||||
debug = ["dep:parse_int"]
|
||||
futex = ["dep:wait_on_address"]
|
||||
|
||||
Reference in New Issue
Block a user