xmake.repo/packages/i/imgui/xmake.lua
2024-05-17 22:22:51 +08:00

10 lines
246 B
Lua

package("imgui")
--[[
https://github.com/ocornut/imgui
v1.90.6
]]
set_sourcedir(path.join(os.scriptdir(), "latest"))
on_install(function(package)
import("package.tools.xmake").install(package, {})
end)