[3PP] Uplift 3PPs
- Xbyak - Capstone - Cxxopts - Fmt (only to 7.1.3 for now)
This commit is contained in:
committed by
Radosław Gliński
parent
288900ff7e
commit
93b5886e22
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "third_party/xbyak"]
|
||||
path = third_party/xbyak
|
||||
url = https://github.com/xenia-project/xbyak.git
|
||||
url = https://github.com/herumi/xbyak.git
|
||||
[submodule "third_party/imgui"]
|
||||
path = third_party/imgui
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
@@ -30,7 +30,7 @@
|
||||
url = https://github.com/openluopworld/aes_128.git
|
||||
[submodule "third_party/capstone"]
|
||||
path = third_party/capstone
|
||||
url = https://github.com/xenia-project/capstone.git
|
||||
url = https://github.com/capstone-engine/capstone.git
|
||||
[submodule "third_party/cpptoml"]
|
||||
path = third_party/cpptoml
|
||||
url = https://github.com/skystrife/cpptoml.git
|
||||
|
||||
2
third_party/capstone
vendored
2
third_party/capstone
vendored
Submodule third_party/capstone updated: f9c6a90489...097c04d941
2
third_party/capstone.lua
vendored
2
third_party/capstone.lua
vendored
@@ -39,6 +39,8 @@ project("capstone")
|
||||
"capstone/SStream.h",
|
||||
"capstone/utils.c",
|
||||
"capstone/utils.h",
|
||||
"capstone/Mapping.c",
|
||||
"capstone/Mapping.h",
|
||||
|
||||
"capstone/arch/X86/*.c",
|
||||
"capstone/arch/X86/*.h",
|
||||
|
||||
2
third_party/cxxopts
vendored
2
third_party/cxxopts
vendored
Submodule third_party/cxxopts updated: b2b8cf2f50...3bf268481d
2
third_party/fmt
vendored
2
third_party/fmt
vendored
Submodule third_party/fmt updated: 27e3c0fe9b...7bdf0628b1
2
third_party/xbyak
vendored
2
third_party/xbyak
vendored
Submodule third_party/xbyak updated: bc70e7e11a...63e6ee92cc
Reference in New Issue
Block a user