We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892e88c commit 41b3d53Copy full SHA for 41b3d53
README.md
@@ -42,7 +42,7 @@ On OSX window must be launched in the main thread. You should override the rust
42
#[cfg(target_os="macos")]
43
#[start]
44
fn start(argc: int, argv: **u8) -> int {
45
- std::rt::start_on_main_thread(argc, argv, main)
+ native::start(argc, argv, main)
46
}
47
```
48
0 commit comments