8 lines
334 B
TOML
8 lines
334 B
TOML
FileVersion = 1
|
|
Projects = {TheaterGui = {Path = "."}, examples = {Path = "examples"}, Bofa = {Path = "deps/Bofa"}, raylib-beef = {Path = "deps/Raylib/raylib-beef"}, raylib-backend = {Path = "raylib-backend"}}
|
|
|
|
[Workspace]
|
|
StartupProject = "examples"
|
|
|
|
[Configs.Debug.Win64]
|
|
ConfigSelections = {raylib-beef = {Config = "StaticDebug"}}
|