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
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?
The text was updated successfully, but these errors were encountered:
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 ;)
Hello. When building any of the examples on Windows native, emigui-miniquad fails to build.
Is this because of an outdated commit? If not, should I open an issue at emigui-miniquad?
The text was updated successfully, but these errors were encountered: