diff --git a/.gitignore b/.gitignore index 33a38ac..01e2ab1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # ---> Beef **/build **/recovery +**/deps BeefSpace_User.toml diff --git a/BeefProj.toml b/BeefProj.toml index 58f3911..36c7ff3 100644 --- a/BeefProj.toml +++ b/BeefProj.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Dependencies = {corlib = "*", corlib = "*", raylib-beef = "*"} +Dependencies = {corlib = "*", corlib = "*"} [Project] Name = "TheaterGui" diff --git a/BeefSpace.toml b/BeefSpace.toml new file mode 100644 index 0000000..95e8183 --- /dev/null +++ b/BeefSpace.toml @@ -0,0 +1,5 @@ +FileVersion = 1 +Projects = {TheaterGui = {Path = "."}, examples = {Path = "examples"}} + +[Workspace] +StartupProject = "examples" diff --git a/pkkg b/pkkg new file mode 100644 index 0000000..4a942dc --- /dev/null +++ b/pkkg @@ -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 \ No newline at end of file