3 Commits

Author SHA1 Message Date
William Long
34fb906d1d Merge pull request #6 from notcpuid/experimental
fix(imgui): add correct imgui submodule linking
2025-11-19 18:19:47 +03:00
notcpuid
92504fdca8 Merge branch 'experimental' of https://github.com/notcpuid/pe-packer into experimental 2025-11-19 18:14:56 +03:00
notcpuid
ec6f12cf73 fix(submodule): fix file 2025-11-19 18:12:35 +03:00

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "pe-packer/asmjit"]
path = pe-packer/asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui.git