tinyui-rs icon indicating copy to clipboard operation
tinyui-rs copied to clipboard

Creating a window causes crash on Rust nightly

Open conundrumer opened this issue 6 years ago • 1 comments

MacOS version: 10.11.6 (El Capitan) Rust version: rustc 1.26.0-nightly (f5631d9ac 2018-03-24) Command: cargo r --example basic Output:

thread 'main' panicked at '', src/platform/cocoa/window.rs:122:13

I think the README should just have a disclaimer saying this crate doesn't work on nightly.

conundrumer avatar Mar 25 '18 18:03 conundrumer

runs on

rustc --version
rustc 1.28.0-nightly (41affd03e 2018-06-04)

jcfischer avatar Jun 12 '18 18:06 jcfischer