update splib to v1.0.1

This commit is contained in:
2025-02-23 11:29:36 +01:00
parent 7053db117d
commit 3d89a5c7e3

View File

@@ -3,6 +3,7 @@ package("splib")
add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git") add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git")
add_versions("v1.0.0", "db0c5f324570bfa071e182537b9a96664770446a") add_versions("v1.0.0", "db0c5f324570bfa071e182537b9a96664770446a")
add_versions("v1.0.1", "f145716cf6ed6c863dd5267e525842e8970833de")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"}) add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"})