fix: use xmake-managed CMake for builds

This commit is contained in:
dijunkun
2026-07-30 17:29:21 +08:00
parent d2478006ba
commit de691fb01a
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ package("slint")
add_configs("shared", {description = "Build the Slint runtime as a shared library", default = true, type = "boolean", readonly = true})
add_deps("cmake")
add_deps("cmake >=3.21 <4.0")
add_deps("rust 1.92.0", {host = true, private = true, system = false})
on_load(function(package)