Skip to content
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

Update sctk-adwaita #2438

Merged
merged 2 commits into from
Aug 24, 2022
Merged

Conversation

daxpedda
Copy link
Member

sctk-adwaita now uses ab_glyph instead of crossfont. As far as I can tell this isn't a breaking change.

I'm not sure if some users would prefer crossfont over ab_glyph. Alternatively we could add another crate feature for that? I think it would have been better to remove wayland-csd-adwaita-notitle and add wayland-csd-adwaita-ab-glyph and wayland-csd-adwaita-crossfont instead, but it's too late for that now.

Fixes #2373.

Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add as an option, but I'd prefer crossfont to have native looks of the fonts instead of whatever ab_glyph is using. I agree that we should change default for that. It also uses some random hardcoded font instead of system font, like crossfont does.

But for default rust windowing library using rust font renderer is likely easier to test and cross build since most of the users don't care.

Also you should update the CI script to remove all the extra deps installing.

Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@daxpedda daxpedda requested review from kchibisov and removed request for kchibisov August 23, 2022 20:32
Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine that way, I guess.

Cargo.toml Outdated Show resolved Hide resolved
Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add default-features = false to sctk-adwaita.

@daxpedda daxpedda requested review from alexheretic and kchibisov and removed request for alexheretic and kchibisov August 24, 2022 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

winit suddenly requires cmake dependency
3 participants