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 SDL2_ttf to 2.22.0 #8503

Open
thevenin90 opened this issue Apr 21, 2024 · 2 comments
Open

Update SDL2_ttf to 2.22.0 #8503

thevenin90 opened this issue Apr 21, 2024 · 2 comments

Comments

@thevenin90
Copy link

Please update the SDL2_ttf library to 2.22.0
2.0.18 introduced TTF_Measure* functions.
2.20.0 introduced LCD rendering functions.
This will also keep the Julia bindings up to date with the documentation. I was wondering why I couldn't use the Measure and LCD functions until I realized SDL2_ttf_jll was stuck on version 2.0.15

@giordano
Copy link
Member

You can do it yourself by submitting a PR to update the version. On the first instance you need to update the version number

version = v"2.0.15"
and the commit hash
"a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33"),
and then deal with all possible issues

@ViralBShah
Copy link
Member

@thevenin90 Would love it if you can submit a PR as suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants