Files
shatterstack/pyproject.toml
2025-04-22 12:34:46 +02:00

14 lines
338 B
TOML

[project]
name = "ShatterStack"
version = "0.1.0"
description = "A game where you have to place shapes in lines to get points!"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"arcade",
"pypresence>=4.3.0",
]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "gui/controller" }