mirror of
https://github.com/csd4ni3l/shatterstack.git
synced 2026-01-01 04:23:48 +01:00
update arcade dependency to development branch, add setting start
settings start category constant
This commit is contained in:
4
uv.lock
generated
4
uv.lock
generated
@@ -5,7 +5,7 @@ requires-python = ">=3.11"
|
||||
[[package]]
|
||||
name = "arcade"
|
||||
version = "3.1.0"
|
||||
source = { git = "https://github.com/pythonarcade/arcade.git?rev=gui%2Fcontroller#2e455be7a75170192a74549517cbdc9bd988780d" }
|
||||
source = { git = "https://github.com/pythonarcade/arcade.git?rev=development#a17e95502bc0c7cd0527445e62bff84a49183c43" }
|
||||
dependencies = [
|
||||
{ name = "pillow" },
|
||||
{ name = "pyglet" },
|
||||
@@ -202,7 +202,7 @@ dependencies = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "arcade", git = "https://github.com/pythonarcade/arcade.git?rev=gui%2Fcontroller" },
|
||||
{ name = "arcade", git = "https://github.com/pythonarcade/arcade.git?rev=development" },
|
||||
{ name = "pypresence", specifier = ">=4.3.0" },
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user