This commit is contained in:
2026-02-21 14:11:41 -05:00
parent d37426401a
commit a4d064eddc
5 changed files with 342 additions and 529 deletions

View File

@@ -1,11 +1,10 @@
# pyproject.toml
[project]
name = "manual_slop"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"imgui[pygame]",
"pygame",
"google-generativeai",
"dearpygui",
"google-genai",
"tomli-w"
]