mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 22:29:53 +00:00
9430b4772a
* Implement runtime display (test) * Update runtime.cpp * [game display] add "-nodisplay" argument * style fixes * Update gfx.cpp * [deci2server] fix deadlock when killing a Deci2Server * add libxrandr to linux github test * correct package name to libxrandr-dev * set g_main_thread_id in exec_runtime * add libxinerama to linux test packages * correct the name * add libxcursor1 package * Update linux-workflow.yaml * add libxi-dev * fix constructor for g_main_thread_id * fix submodules + use -nodisplay during tests * move the gfx loop to its own function and use a lambda for exit conditions * fix include * fix include * fix includes (for real this time)
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
[submodule "third-party/googletest"]
|
|
path = third-party/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "third-party/zydis"]
|
|
path = third-party/zydis
|
|
url = https://github.com/zyantific/zydis.git
|
|
[submodule "third-party/glfw"]
|
|
path = third-party/glfw
|
|
url = https://github.com/glfw/glfw
|