We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In both Debug and Release, resizing the window height to 0 will cause a panic.
thread 'main' panicked at 'assertion failed: `(left == right)` left: `Extent { width: 1280, height: 1, depth: 1 }`, right: `Extent { width: 1280, height: 0, depth: 1 }`: Extent state must match extent from view', */.rustupp\toolchains\nightly-x86_64-pc-windows-msvc\lib/rustlib/src/rust\src\libstd\macros.rs:16:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
For whoever is triaging bugs this appears to be a duplicate of #170
Sorry, something went wrong.
Thanks! 👍 It does seem like it's a duplicate of #170
No branches or pull requests
In both Debug and Release, resizing the window height to 0 will cause a panic.
The text was updated successfully, but these errors were encountered: