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