Open dylanmc opened 2 years ago
What version of winit does it say that you're building? Is it possible that you're using an ARM mac? You may need to try https://github.com/servo/surfman/pull/236.
It's building winit 0.24.0. I'm seeing the same behavior in this instance on both x86-64 and ARM macs. I tried #236, and got the same result. I have found that the versions of winit that don't build on ARM is anything < 0.24.0.
Edit: just reproduced the issue on Ubuntu 21.1
In trying to track down a Metal issue with pathfinder, I'm trying to build and run the demos here. The
offscreen
demo builds and runs fine, but thechaos_game
andthreads
demos both fail with the same compile errors:This is on macOS 12.1,
rustc 1.58.0
.