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

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