winit/src/platform
Mads Marquart a82f66826b
Use a bit less unsafe on iOS (#2643)
* Use a bit less `unsafe` on iOS

I did test this in XCode 11.3's "Debug View Heirarchy", the NSStringRust problem is no longer applicable (likely because Rust got better at emitting correct debug info).

* Avoid using `id` on iOS
2023-01-23 00:01:45 +01:00
..
android.rs Android: rework backend to use android-activity crate (#2444) 2022-11-10 17:55:19 +01:00
ios.rs Use a bit less unsafe on iOS (#2643) 2023-01-23 00:01:45 +01:00
macos.rs On macOS, add documentEdited APIs (#2550) 2022-11-23 16:07:41 +01:00
mod.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00
orbital.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00
run_return.rs Split platform::unix into platform::x11 and platform::wayland 2022-09-01 08:05:32 +03:00
wayland.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
web.rs Split platform::unix into platform::x11 and platform::wayland 2022-09-01 08:05:32 +03:00
windows.rs Add WindowBuilder::with_parent_window (#2548) 2022-12-22 01:07:13 +01:00
x11.rs On X11, fix errors bleeding from hooks handling them 2023-01-18 05:58:09 +03:00