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 glfw to v3.4 and sdl to v2.30.7 #314

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

gucio321
Copy link
Collaborator

cd thirdparty/glfw
git init
git remote add origin ttps://github.com/glfw/glfw
git fetch
git checkout -f 3.4
rm -rf .git

@gucio321 gucio321 changed the title glfw: update to v3.4 update glfw to v3.4 and sdl to v2.30.7 Sep 19, 2024
gucio321 and others added 8 commits September 19, 2024 18:56

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.
cd thirdparty/glfw
git init
git remote add origin ttps://github.com/glfw/glfw
git fetch
git checkout -f 3.4
rm -rf .git

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.
git init
git remote add origin https://github.com/libsdl-org/SDL
git fetch
git checkout -f release-2.30.7
rm -rf .git

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.

Verified

This commit was signed with the committer’s verified signature.
gucio321 M.Sz.
@gucio321
Copy link
Collaborator Author

unfortunately, there is an issue with wayland support on v3.4 causing docking feaures does not work on linux with wayland.

I'll set it as frozen until it is fixed.

@gucio321 gucio321 added the frozen can't make any progress here, because of independent on us reasons label Sep 19, 2024
@gucio321 gucio321 marked this pull request as draft September 19, 2024 17:11
@gucio321 gucio321 linked an issue Sep 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frozen can't make any progress here, because of independent on us reasons
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Imgui viewport on top of all windows.
1 participant