Conversation
Reproduce with:
find ./src/platform_impl -type f -exec sed -i '' 's/crate::/winit_core::/g' {} \;
find ./src/platform_impl -type f -exec sed -i '' 's/winit_core::platform/crate::platform/g' {} \;
find ./src/platform_impl -type f -exec sed -i '' 's/winit_core::dpi::/dpi::/g' {} \;
cargo +nightly fmt
|
I'd generally do one PR per backend.
can do same as attrs? But I don't think anything should be done though, like you can still import the type from other backend directly for now. |
Yeah, I opened this mostly to show that I'm working on it (so that we didn't do duplicate work).
I meant we have |
But this is the same as it was with the |
|
I figured out how to resolve the |
WIP. Part of #3433. Builds upon #4225.