9 lines
224 B
TOML
9 lines
224 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", TheaterGui = "*"}
|
|
|
|
[Project]
|
|
Name = "examples"
|
|
StartupObject = "examples.Program"
|
|
|
|
[Configs.Release.wasm32]
|
|
OtherLinkFlags = "$(LinkFlags) --shell-file $(ProjectDir)/index.html"
|