mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-09 01:36:00 +02:00
Start of package management
This commit is contained in:
parent
e517a9745a
commit
e6c4a95ccd
25 changed files with 4316 additions and 692 deletions
|
@ -1,6 +1,7 @@
|
|||
FileVersion = 1
|
||||
Projects = {BeefBuild = {Path = "."}, corlib = "*", Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}}
|
||||
Projects = {BeefBuild = {Path = "."}, corlib = "*", Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}, libgit2 = "*"}
|
||||
Unlocked = ["corlib"]
|
||||
ExtraPlatforms = ["Linux64"]
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "BeefBuild"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue