cimgui-go icon indicating copy to clipboard operation
cimgui-go copied to clipboard

update glfw to v3.4 and sdl to v2.30.7

Open gucio321 opened this issue 1 year ago • 1 comments

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 avatar Sep 17 '24 18:09 gucio321

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.

gucio321 avatar Sep 19 '24 17:09 gucio321