-
Notifications
You must be signed in to change notification settings - Fork 473
Missing SDL_OpenURL from both wrapper and bindings #1119
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
Labels
Comments
It's missing from the bindings probably because they were generated using 2.0.12 or earlier. 2.0.14 was released in december 2020 (7 months ago), but the bindings were generated 16 months ago. It's a pretty easy function to add: re-generate the bindings with 2.0.14, then add |
I had the same probem and tried your suggestion, but the build fails with the following output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not familiar enough with bindgen to tell why, but the SDL_OpenURL (added in 2.0.14 according to https://wiki.libsdl.org/SDL_OpenURL) function is missing from sdl2-sys bindings (thus also has no wrapper either)
The text was updated successfully, but these errors were encountered: