package = "moon-imgui"
version = "1.1.5-1"
source = {
   url = "" -- yes, there is no source
}
description = {
   summary = "ImGui for MoonLoader",
   detailed = "https://github.com/ocornut/imgui",
   license = "CC BY-SA 4.0",
   homepage = "https://blast.hk/threads/19292/",
}
dependencies = {
   "lua ~> 5.1"
}
build = {
   type = "builtin",
   modules = {
      imgui = "imgui.lua",
      ["MoonImGui"] = {
         sources = "fake_src.c"
      }
   }
}
