-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Move error and dpi types into a separate crate + split out x11 symbol loading code + xinerama & multihead support #1298
Conversation
Hey @simlay, can you implement this for iOS? I couldn't get |
Sure! I’ll give it a whack! |
Weren't we going to merge |
@vbogaevsky I don't think it particularly matters which order they land, does it? These changes don't really touch anything dpi related. |
@goddessfreya The DPI overhaul branch adds generics to the size and position types, and it'll be easier to manage this change if we delay merging this until after the generics have landed on master. |
3db5c37
to
707b04a
Compare
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
Signed-off-by: Freya Gentz <zegentzy@protonmail.com>
54924ef
to
a56ee31
Compare
Fixes ci builds so that I can run ci on glutin pr
This is very old and needs to be remade completely. Continues to be tracked in #2759. |
See https://github.com/rust-windowing/winit_types and https://github.com/rust-windowing/glutin_x11_sym.
@murarth @Osspial Are you folks familiar with how to setup CI for glutin_x11_sym, glutin_sys and winit_types?
Platforms:
Other:
cargo fmt
has been run on this branchcargo doc
builds successfullyCHANGELOG.md
if knowledge of this change could be valuable to users