Use arcade 3.2.0 instead of development

This commit is contained in:
csd4ni3l
2025-05-24 09:32:59 +02:00
parent cdb90af330
commit 81e65daae8
4 changed files with 22 additions and 22 deletions

View File

@@ -5,9 +5,6 @@ description = "Game of life recreated with Python and the Arcade and pyglet modu
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade",
"arcade==3.2.0",
"pypresence>=4.3.0",
]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }