-
Notifications
You must be signed in to change notification settings - Fork 5
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
Compilation failiure on windows #79
Comments
Did you try updating to 0.26.2? |
As I recall Pawel tried bumping version a while back, but ran into problem that the canvas did not get focus in the editor, thus you could not scroll around. Maybe this problem has been fixed by later versions (if it was a bug) I don't know, or maybe the API has changed so that we are currently missing something. |
(In general, we should to stick to the latest...) |
let's do with the workaround for now, do you mind opening a PR for it? i'll keep the issue open until we've bumped |
we should also look into adding windows and macos runners to the CI |
(fixed with #85) |
When running
cargo run
it returns with errorThe cause seem to be unresolved import, winapi winuser.
Version
0.26.2
of Egui seem to have fixed the problem, https://github.com/emilk/egui/releases/tag/0.26.2Current workaround is to add winapi to cargo toml
The text was updated successfully, but these errors were encountered: