cimgui-go
cimgui-go copied to clipboard
update glfw to v3.4 and sdl to v2.30.7
cd thirdparty/glfw git init git remote add origin ttps://github.com/glfw/glfw git fetch git checkout -f 3.4 rm -rf .git
unfortunately, there is an issue with wayland support on v3.4 causing docking feaures does not work on linux with wayland.
- https://github.com/glfw/glfw/issues/2621
- https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/264
I'll set it as frozen until it is fixed.