update uvatlas to 2024.02 (#3367)

pull/3370/head
c8ef 9 months ago committed by GitHub
parent 034719cf2c
commit 7bda831047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/u/uvatlas/xmake.lua

@ -6,10 +6,12 @@ package("uvatlas")
local tag = {
["2023.06"] = "jun2023",
["2024.02"] = "feb2024"
}
add_urls("https://github.com/microsoft/UVAtlas/archive/refs/tags/$(version).zip", {version = function (version) return tag[tostring(version)] end})
add_urls("https://github.com/microsoft/UVAtlas.git")
add_versions("2023.06", "b3ac09b88a26179a91822ff3f3b15df574803c94641fd6cf694ea44cb91ad75f")
add_versions("2024.02", "fdbbe3dd26828a47f64c577a0cd1ff57fa3f70d1cd233786157e8d60a552eff6")
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
add_configs("tools", {description = "Build UVAtlasTool", default = false, type = "boolean"})

Loading…
Cancel
Save