mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
Premake, Gitmodules, Readme
This commit is contained in:
20
.gitmodules
vendored
Normal file
20
.gitmodules
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
[submodule "vendor/fmtlib"]
|
||||
path = vendor/fmtlib
|
||||
url = https://github.com/fmtlib/fmt
|
||||
ignore = dirty
|
||||
[submodule "vendor/json"]
|
||||
path = vendor/json
|
||||
url = https://github.com/nlohmann/json
|
||||
ignore = dirty
|
||||
[submodule "vendor/MinHook"]
|
||||
path = vendor/MinHook
|
||||
url = https://github.com/TsudaKageyu/minhook
|
||||
ignore = dirty
|
||||
[submodule "vendor/ImGui"]
|
||||
path = vendor/ImGui
|
||||
url = https://github.com/ocornut/imgui
|
||||
ignore = dirty
|
||||
[submodule "vendor/StackWalker"]
|
||||
path = vendor/StackWalker
|
||||
url = https://github.com/JochenKalmbach/StackWalker
|
||||
ignore = dirty
|
Reference in New Issue
Block a user