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