mirror of
https://github.com/csd4ni3l/simulator-games.git
synced 2026-01-01 04:13:44 +01:00
Initial commit, SVG loading for physics sandbox doesnt work.
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user