Skip to content

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
cd thirdparty/glfw
git init
git remote add origin ttps://github.com/glfw/glfw
git fetch
git checkout -f 3.4
rm -rf .git
git init
git remote add origin https://github.com/libsdl-org/SDL
git fetch
git checkout -f release-2.30.7
rm -rf .git
@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
@gucio321 gucio321 mentioned this pull request Sep 27, 2025
4 tasks
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