mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
httplib: Submodule and update to v0.13.1
This commit is contained in:
parent
9c2144eb2b
commit
45f3d303b3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -85,3 +85,6 @@
|
||||
[submodule "hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu"]
|
||||
path = hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu
|
||||
url = https://github.com/abaire/nv2a_vsh_cpu.git
|
||||
[submodule "ui/thirdparty/httplib"]
|
||||
path = ui/thirdparty/httplib
|
||||
url = https://github.com/yhirose/cpp-httplib
|
||||
|
2
configure
vendored
2
configure
vendored
@ -237,7 +237,7 @@ else
|
||||
git_submodules_action="ignore"
|
||||
fi
|
||||
|
||||
git_submodules="ui/keycodemapdb ui/thirdparty/imgui ui/thirdparty/implot util/xxHash tomlplusplus genconfig hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu"
|
||||
git_submodules="ui/keycodemapdb ui/thirdparty/imgui ui/thirdparty/implot ui/thirdparty/httplib util/xxHash tomlplusplus genconfig hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu"
|
||||
git="git"
|
||||
|
||||
# Don't accept a target_list environment variable.
|
||||
|
@ -28,7 +28,7 @@ sub_file="${sub_tdir}/submodule.tar"
|
||||
# different to the host OS.
|
||||
submodules="dtc meson ui/keycodemapdb"
|
||||
submodules="$submodules tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3"
|
||||
submodules="$submodules ui/thirdparty/imgui ui/thirdparty/implot util/xxHash tomlplusplus genconfig" # xemu extras
|
||||
submodules="$submodules ui/thirdparty/imgui ui/thirdparty/implot ui/thirdparty/httplib util/xxHash tomlplusplus genconfig" # xemu extras
|
||||
submodules="$submodules hw/xbox/nv2a/thirdparty/nv2a_vsh_cpu"
|
||||
sub_deinit=""
|
||||
|
||||
|
@ -192,7 +192,7 @@ Lib('implot', 'https://github.com/epezent/implot',
|
||||
Lib('httplib', 'https://github.com/yhirose/cpp-httplib',
|
||||
mit, 'https://raw.githubusercontent.com/yhirose/cpp-httplib/master/LICENSE',
|
||||
ships_static=all_platforms,
|
||||
version='776b3ffbf95520047eb6e21ccdb9237eb5c4eaee'
|
||||
submodule=Submodule('ui/thirdparty/httplib')
|
||||
),
|
||||
|
||||
Lib('noc', 'https://github.com/guillaumechereau/noc/blob/master/noc_file_dialog.h',
|
||||
|
1
ui/thirdparty/httplib
vendored
Submodule
1
ui/thirdparty/httplib
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0f1b62c2b3d0898cbab7aa685c2593303ffdc1a2
|
4859
ui/thirdparty/httplib/httplib.h
vendored
4859
ui/thirdparty/httplib/httplib.h
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user