mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2025-11-05 02:58:03 +01:00
11 lines
251 B
TOML
11 lines
251 B
TOML
[project]
|
|
name = "game-of-life"
|
|
version = "0.1.0"
|
|
description = "Game Of Life recreated with Python, Arcade, pyglet and compute shaders."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"pypresence>=4.3.0",
|
|
]
|