winit/src/platform_impl
Osspial 28e3c35547
Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186)
* Prevent EventLoop from getting initialized outside the main thread

This only applies to the cross-platform functions. We expose functions
to do this in a platform-specific manner, when available.

* Add CHANGELOG entry

* Formatting has changed since the latest stable update...

* Fix error spacing

* Unix: Prevent initializing EventLoop outside main thread

* Updates libc dependency to 0.2.64, as required by BSD platforms

* Update CHANGELOG.md for Linux implementation

* Finish sentence

* Consolidate documentation
2019-10-18 11:51:06 -04:00
..
android Update raw-window-handle to 0.2 (#1191) 2019-09-30 11:17:01 -04:00
ios Fix panic upon closing the app on iOS (#1168) 2019-10-16 18:52:10 -04:00
linux Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00
macos Fix so the compiler can infer msg_send! return types (#1227) 2019-10-18 11:33:40 -04:00
web Remove usage of derivative 2019-10-13 14:36:54 -04:00
windows Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00