roc/examples/gui/platform/Package-Config.roc
Richard Feldman 130b6108af
Revert "Reproduce monomorphization crash"
This reverts commit 181fcb97f7.
2022-02-24 00:18:53 -05:00

15 lines
409 B
Text

platform "examples/hello-world"
requires {} { render : Elem }
exposes []
packages {}
imports []
provides [ renderForHost ]
Rgba : { r : F32, g : F32, b : F32, a : F32 }
ButtonStyles : { bgColor : Rgba, borderColor : Rgba, borderWidth : F32, textColor : Rgba }
Elem : [ Button Elem ButtonStyles, Col (List Elem), Row (List Elem), Text Str ]
renderForHost : Elem
renderForHost = render