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

Use objc2 for determining whether font smoothing is enabled #69

Merged
merged 4 commits into from
May 22, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented May 21, 2024

objc2 / objc2-foundation is much more type-safe than cocoa, and automatically ensures that memory management-rules are upheld.

See also alacritty/copypasta#74.

madsmtm added 2 commits May 22, 2024 00:08
`objc2` / `objc2-foundation` is much more type-safe than `cocoa`, and
automatically ensures that memory management-rules are upheld.

See also alacritty/copypasta#74.
src/darwin/mod.rs Outdated Show resolved Hide resolved
src/darwin/mod.rs Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@chrisduerr chrisduerr merged commit 895ccc1 into alacritty:master May 22, 2024
4 checks passed
@madsmtm madsmtm deleted the objc2 branch May 22, 2024 05:39
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.

2 participants