good-web-game
good-web-game copied to clipboard
eimigui fails to build
Hello. When building any of the examples on Windows native, emigui-miniquad fails to build.
error[E0432]: unresolved import `emigui::Mesh`
--> C:\Users\Moxinilian\.cargo\git\checkouts\emigui-miniquad-166b794becee653c\6457ba3\src\painter.rs:1:14
|
1 | use emigui::{Mesh, Texture};
| ^^^^ no `Mesh` in the root
error: aborting due to previous error
Is this because of an outdated commit? If not, should I open an issue at emigui-miniquad?
Fixed compilation errors with fixed emgui version. However some work needed - painter should receive clipping rect and clip data, should be an easy fix, will do later! And PRs welcome ;)