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

Update winit dependency #219

Merged
merged 1 commit into from
Nov 20, 2021
Merged

Update winit dependency #219

merged 1 commit into from
Nov 20, 2021

Conversation

sigseg5
Copy link
Contributor

@sigseg5 sigseg5 commented Nov 20, 2021

Update winit dependency to fix expected bool, found integer error at window.setFrame_display_(current_rect, 0) and expected bool, found i8 at (marked_text.length() > 0) as i8. rustc 1.56.1 at Apple M1 8/8 MacBook Air for window example

Update `winit` dependency to fix `expected bool, found integer` error at `window.setFrame_display_(current_rect, 0)` and `expected bool, found i8` at `(marked_text.length() > 0) as i8`
@kvark kvark merged commit 65474ba into gfx-rs:master Nov 20, 2021
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

Successfully merging this pull request may close these issues.

2 participants