mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added UnversionedLibDir to config
This commit is contained in:
parent
d48d03c58b
commit
f258b4a25b
8 changed files with 81 additions and 39 deletions
19
IDE/dist/BeefConfig.toml
vendored
19
IDE/dist/BeefConfig.toml
vendored
|
@ -1,19 +1,6 @@
|
|||
Version = 1
|
||||
UnversionedLibDirs = ["../../BeefLibs"]
|
||||
|
||||
[Registry.minlib]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../mintest/minlib" }
|
||||
|
||||
[Registry.corlib]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/corlib" }
|
||||
|
||||
[Registry.Beefy2D]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/Beefy2D" }
|
||||
|
||||
[Registry.SDL2]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/SDL2" }
|
||||
|
||||
[Registry.MiniZ]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../../BeefLibs/MiniZ" }
|
Loading…
Add table
Add a link
Reference in a new issue