Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build egui_glow #3084

Closed
tepperson2 opened this issue Jun 15, 2023 · 1 comment
Closed

unable to build egui_glow #3084

tepperson2 opened this issue Jun 15, 2023 · 1 comment
Labels
bug Something is broken

Comments

@tepperson2
Copy link

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

   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");
@tepperson2 tepperson2 added the bug Something is broken label Jun 15, 2023
@tepperson2
Copy link
Author

I needed to also have winit as a dependency along with egui_glow.

abey79 added a commit to rerun-io/rerun that referenced this issue Aug 13, 2023
abey79 added a commit to rerun-io/rerun that referenced this issue Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant