From fb039cc37057e19d0f39ec02eeb76d3fc2ce2245 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 12 May 2024 12:06:46 +0200 Subject: [PATCH] added raylib dep --- BeefSpace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefSpace.toml b/BeefSpace.toml index 3e2d044..1cbd8d8 100644 --- a/BeefSpace.toml +++ b/BeefSpace.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Projects = {TheaterGui = {Path = "."}} +Projects = {TheaterGui = {Path = "."}, raylib-beef = {Path = "../../Libs/External/raylib-beef/raylib-beef"}} [Workspace] StartupProject = "TheaterGui"