-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[sfml] Update SFML to 3.0.0 #42913
base: master
Are you sure you want to change the base?
[sfml] Update SFML to 3.0.0 #42913
Conversation
5b6ab16
to
b42c461
Compare
Looks like we need to limit SFML usage to SFML 2.x, until the packages are updated.
I tried to understand versioning, but don't fully understand it. Can someone give me a hint, how one would for example limit Thor to SFML 2.* (or even better SFML 2.5 and later SFML 2.* versions)? |
b42c461
to
dbb3451
Compare
Can SFML ship the in vcpkg like SDL? In SDL there are ports for all three major versions. If this happens to SFML, maybe as the new release is adapted to dependent packages (e.g. thor, imgui-SFML, etc.), they can be released as feature variants of the existing ones (e.g. imgui-sfml[sfml3]) |
The guide says that one shouldn't create new ports for different versions (i.e. |
Can they be installed side-by-side without stomping on each other? |
https://github.com/SFML/imgui-sfml/releases/tag/v3.0 ImGui-SFML 3 has been released which targets SFML 3 |
dbb3451
to
5064eba
Compare
Fixes #43000
./vcpkg x-add-version --all
and committing the result.This updates SFML to the recently released 3.0.0 version.