Track SDL3's Sources by date #12
felipetesc
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Definitely agree - right now in the sdl3-sys subdirectory we have a git submodule pointing at a specific commit of SDL3. We can use that to track what version of SDL3 we're building against. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. First SDL3 preview is out : https://github.com/libsdl-org/SDL/tags |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Currently, SDL states that its version 3 is only available at the main branch. This is something bad if want to make the bindings related to the current version, because things are changing alot. So I want to give the idea to track this crate's version to a specific date time of SDL3. When they finally start given versions to SDL3, maybe changing the approach from date time to SDL3 version. Perhaps a new entry to cargo which could be used to point to the SDL's source code could be used, and when SDL3 gets its own version, we track sdl3-rs to SDL3's version.
What do you think about that ?
Beta Was this translation helpful? Give feedback.
All reactions