aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/static.lux
blob: d5e100f30762235e299b60b1c6be5991acd7e9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
(.module:
  [lux #*
   [target (#+ Target)]
   [world
    [file (#+ Path)]]])

(type: #export Static
  {#host Target
   #host_module_extension Text
   #target Path
   #artifact_extension Text})