winit-sonoma-fix/src/platform
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.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
desktop.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
ios.rs iOS os version checking around certain APIs (#1094) 2019-08-26 18:47:23 -04:00
macos.rs add macos with_disallow_hidpi (#1073) 2019-07-29 02:07:36 -06:00
mod.rs Update the documentation to reflect web support (#1183) 2019-09-24 19:33:32 -04:00
unix.rs Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00
web.rs Update the documentation to reflect web support (#1183) 2019-09-24 19:33:32 -04:00
windows.rs Prevent EventLoop from getting initialized outside the main thread in cross-platform functions (#1186) 2019-10-18 11:51:06 -04:00