update arcade dependency to development branch, add setting start

settings start category constant
This commit is contained in:
csd4ni3l
2025-05-14 15:23:26 +02:00
parent 7690296f25
commit a37cad0947
5 changed files with 39 additions and 37 deletions

View File

@@ -7,4 +7,4 @@ requires-python = ">=3.11"
dependencies = ["arcade", "pypresence>=4.3.0"]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "gui/controller" }
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }