From a9d95c65cbbf39d20c90dde247e5b64a1d260819 Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 24 Jun 2025 06:02:09 +0100 Subject: [PATCH] Updated dependencies in preparation for self.popup() --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba5b3e5..f7cd855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,4 @@ name = "gameUtils" version = "1.0.0" description = "A set of utilities to make the game development process less painful (despite the organisation name) and more unified." authors = [{ name = "Brosef" }] -dependencies = ["pygame-ce"] \ No newline at end of file +dependencies = ["pygame-ce", "pygame_gui"] \ No newline at end of file