added pkkg

This commit is contained in:
Booklordofthedings 2024-10-01 14:20:16 +02:00
parent 2a37103b38
commit c0e0c30eb8
4 changed files with 27 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# ---> Beef
**/build
**/recovery
**/deps
BeefSpace_User.toml

View file

@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {corlib = "*", corlib = "*", raylib-beef = "*"}
Dependencies = {corlib = "*", corlib = "*"}
[Project]
Name = "TheaterGui"

5
BeefSpace.toml Normal file
View file

@ -0,0 +1,5 @@
FileVersion = 1
Projects = {TheaterGui = {Path = "."}, examples = {Path = "examples"}}
[Workspace]
StartupProject = "examples"

20
pkkg Normal file
View file

@ -0,0 +1,20 @@
#This is the pkkg template file
l Name TheaterGui
t Desc A simple retained mode gui library
l Url https://code.booklordofthe.dev/Theater/TheaterGui
a Authors
o Book
l Name Booklordofthedings
l Url https://Boooklordofthe.dev
a Dependencies
o Bofa
l Name Bofa
l Url https://code.booklordofthe.dev/Booklordofthedings/Bofa.git
l Tag 1.1.0
o Raylib
l Name Raylib
l Url https://code.booklordofthe.dev/Extern/raylib-beef.git