good-web-game icon indicating copy to clipboard operation
good-web-game copied to clipboard

eimigui fails to build

Open Moxinilian opened this issue 4 years ago • 1 comments

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?

Moxinilian avatar May 23 '20 16:05 Moxinilian

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 ;)

not-fl3 avatar May 23 '20 16:05 not-fl3