You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this line in my cargo.toml to include egui_glow
egui_glow = { version = "0.22", features = ["clipboard", "winit", "links"]}
I get this error
Compiling winit v0.28.6
error: The platform you're compiling for is not supported by winit
--> /home/thomas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.6/src/platform_impl/mod.rs:67:1
|
67 | compile_error!("The platform you're compiling for is not supported by winit");
The text was updated successfully, but these errors were encountered:
I am unable to build egui_glow on linux.
I am using this line in my cargo.toml to include egui_glow
egui_glow = { version = "0.22", features = ["clipboard", "winit", "links"]}
I get this error
The text was updated successfully, but these errors were encountered: