|
@@ -6,8 +6,10 @@ package("rest_rpc")
|
|
|
|
|
|
add_urls("https://github.com/qicosmos/rest_rpc.git")
|
|
|
add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585")
|
|
|
+ add_versions("2024.7.26", "35761edb55dff9ccdc87000062e84172bbd5b29b")
|
|
|
|
|
|
- add_deps("asio", "msgpack-cxx")
|
|
|
+ add_deps("asio 1.32.0")
|
|
|
+ add_deps("msgpack-cxx", {configs = {boost = false}})
|
|
|
|
|
|
if is_plat("mingw") then
|
|
|
add_syslinks("ws2_32")
|