added pkkg
This commit is contained in:
parent
2a37103b38
commit
c0e0c30eb8
4 changed files with 27 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# ---> Beef
|
||||
**/build
|
||||
**/recovery
|
||||
**/deps
|
||||
BeefSpace_User.toml
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {corlib = "*", corlib = "*", raylib-beef = "*"}
|
||||
Dependencies = {corlib = "*", corlib = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "TheaterGui"
|
||||
|
|
5
BeefSpace.toml
Normal file
5
BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
FileVersion = 1
|
||||
Projects = {TheaterGui = {Path = "."}, examples = {Path = "examples"}}
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "examples"
|
20
pkkg
Normal file
20
pkkg
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue