Theater-Gui/examples/BeefSpace.toml

21 lines
433 B
TOML
Raw Normal View History

2024-06-30 14:38:28 +02:00
FileVersion = 1
Projects = {examples = {Path = "."}, TheaterGui = {Path = ".."}}
[Workspace]
StartupProject = "examples"
2024-06-30 21:31:22 +02:00
[Configs.Debug.wasm32]
AllocType = "CRT"
EnableObjectDebugFlags = false
EmitObjectAccessCheck = false
[Configs.Paranoid.wasm32]
AllocType = "CRT"
EnableObjectDebugFlags = false
EmitObjectAccessCheck = false
[Configs.Test.wasm32]
AllocType = "CRT"
EnableObjectDebugFlags = false
EmitObjectAccessCheck = false