Replies: 1 comment 1 reply
-
In my experimental work replace glutin::window::Window -> winit::window::Window ,glutin::window::WindowBuilder. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to integrate egui to my little opengl library using glow and I'm having trouble when compiling it to wasm:
it looks like egui is trying to compile glutin when in wasm, even thought I have the default features off, here's the toml dependencies:
And here's are the erros:
any directions is appreciated!
thanks!
Beta Was this translation helpful? Give feedback.
All reactions