Skip to content

Commit e827e05

Browse files
committed
eframe: Fixed unresolved import winapi::um::winuser after emilk#4036
1 parent 4875b01 commit e827e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/eframe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ objc = "0.2.7"
183183

184184
# windows:
185185
[target.'cfg(any(target_os = "windows"))'.dependencies]
186-
winapi = "0.3.9"
186+
winapi = { version = "0.3.9", features = ["winuser"] }
187187

188188
# -------------------------------------------
189189
# web:

0 commit comments

Comments
 (0)