rust-community / rustbridge

[DEPRECATED] Workshop material to teach Rust in the style of Railsbridge
https://github.com/rustbridge/team
Other
166 stars 28 forks source link

mondrian workshop: main doesn't open piston window on macOS #56

Closed tryge closed 8 years ago

tryge commented 8 years ago

The issue seems to be that the PistonWindow needs to be created in the main thread on macOS.

The attached diff should fix the issue for macOS.

diff-serverthread-changes

changes.txt

broesamle commented 8 years ago

thanks for the live-fixing the workshop!!