mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-13 19:53:52 +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,6 @@
|
|||
FileVersion = 1
|
||||
Projects = {IDE = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}, curl = {Path = "../BeefLibs/curl"}}
|
||||
Unlocked = ["corlib"]
|
||||
Projects = {IDE = {Path = "."}, Beefy2D = {Path = "../BeefLibs/Beefy2D"}, IDEHelper = {Path = "../IDEHelper"}, Debugger64 = {Path = "../Debugger64"}, BeefySysLib = {Path = "../BeefySysLib"}, curl = {Path = "../BeefLibs/curl"}, libgit2 = "*"}
|
||||
Unlocked = ["corlib", "libgit2"]
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "IDE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue