1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-07 16:56:00 +02:00

Small fixes

This commit is contained in:
Brian Fiete 2019-09-18 08:18:20 -07:00
parent 4a809f3364
commit 4f2472c276
5 changed files with 62 additions and 22 deletions

View file

@ -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" }