mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
Fix loading OpenGL libraries for ImGui on some Linux distributions
Fixes #114
This commit is contained in:
parent
cac240ddcc
commit
45ea79be52
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -18,7 +18,7 @@
|
||||||
url = https://github.com/dpaulat/supercell-wx-data
|
url = https://github.com/dpaulat/supercell-wx-data
|
||||||
[submodule "external/imgui"]
|
[submodule "external/imgui"]
|
||||||
path = external/imgui
|
path = external/imgui
|
||||||
url = https://github.com/ocornut/imgui.git
|
url = https://github.com/dpaulat/imgui.git
|
||||||
[submodule "external/imgui-backend-qt"]
|
[submodule "external/imgui-backend-qt"]
|
||||||
path = external/imgui-backend-qt
|
path = external/imgui-backend-qt
|
||||||
url = https://github.com/dpaulat/imgui-backend-qt
|
url = https://github.com/dpaulat/imgui-backend-qt
|
||||||
|
|
|
||||||
2
external/imgui
vendored
2
external/imgui
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit b81bd7ed984ce095c20a059dd0f4d527e006998f
|
Subproject commit 67c439294c26d15a9f93b1d6d9e9cb41f6c3a65b
|
||||||
Loading…
Add table
Add a link
Reference in a new issue