mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 16:56:00 +02:00
Small fixes
This commit is contained in:
parent
4a809f3364
commit
4f2472c276
5 changed files with 62 additions and 22 deletions
18
IDE/dist/BeefConfig_install.toml
vendored
18
IDE/dist/BeefConfig_install.toml
vendored
|
@ -1,7 +1,15 @@
|
|||
[Registry.minlib]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../mintest/minlib" }
|
||||
|
||||
[Registry.corlib]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../corlib" }
|
||||
Location = { Path = "../BeefLibs/corlib" }
|
||||
|
||||
[Registry.SDL2]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../BeefLibs/SDL2" }
|
||||
|
||||
[Registry.MiniZ]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../BeefLibs/MiniZ" }
|
||||
|
||||
[Registry.Beefy2D]
|
||||
Version = "1.0.0"
|
||||
Location = { Path = "../BeefLibs/Beefy2D" }
|
Loading…
Add table
Add a link
Reference in a new issue