mirror of
https://github.com/csd4ni3l/simulator-games.git
synced 2026-01-01 04:13:44 +01:00
13 lines
234 B
TOML
13 lines
234 B
TOML
[project]
|
|
name = "SimulatorGames"
|
|
version = "0.1.0"
|
|
description = "SimulatorGames"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"cairosvg>=2.8.2",
|
|
"pypresence>=4.3.0",
|
|
"svgpathtools>=1.7.1",
|
|
]
|