Winit is causing some users to crash at startup when wacom tablet connected rust-windowing/winit#4493. Reported by myhouse.
This was fixed in February. However graphite still uses a winit commit from October 2025:
|
source = "git+https://github.com/rust-windowing/winit.git#bd6fef1d80ba063cbe91e150b3fb343927cdc72b" |
Updating the winit version to the latest release would likely resolve this issue.
Winit is causing some users to crash at startup when wacom tablet connected rust-windowing/winit#4493. Reported by myhouse.
This was fixed in February. However graphite still uses a winit commit from October 2025:
Graphite/Cargo.lock
Line 7477 in 6a54dcb
Updating the winit version to the latest release would likely resolve this issue.