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

(type: .public Static
  (Record
   [#host Target
    #host_module_extension Text
    #target Path
    #artifact_extension Text]))