-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBeefSpace.toml
More file actions
16 lines (12 loc) · 786 Bytes
/
BeefSpace.toml
File metadata and controls
16 lines (12 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FileVersion = 1
Projects = {LuaTinker = {Path = "."}, KeraLua = {Git = "https://github.com/disarray2077/KeraLua-Beef"}, "LuaTinker.Tests" = {Path = "Tests"}, KeraLua = {Path = "../KeraLua-Beef"}, "LuaTinker.BasicSample" = {Path = "Sample"}, "LuaTinker.GameSample" = {Path = "GameSample"}, BeefGL = {Git = "https://github.com/disarray2077/BeefGL"}, SDL2 = "*"}
ExtraPlatforms = ["Linux32", "Linux64"]
[Workspace]
StartupProject = "LuaTinker.BasicSample"
[Configs.Debug.Win64]
AllocStackTraceDepth = 5
[Configs.Release_O0.Win64]
LTOType = "None"
ConfigSelections = {LuaTinker = {Config = "Release"}, "LuaTinker.Tests" = {Config = "Release"}, KeraLua = {Config = "Release"}, "LuaTinker.BasicSample" = {Config = "Release"}}
[Configs.Test.Win64]
AllocStackTraceDepth = 5