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

eimigui fails to build #43

Open
Moxinilian opened this issue May 23, 2020 · 1 comment
Open

eimigui fails to build #43

Moxinilian opened this issue May 23, 2020 · 1 comment

Comments

@Moxinilian
Copy link

Moxinilian commented May 23, 2020

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?

@not-fl3
Copy link
Collaborator

not-fl3 commented May 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants