mirror of
https://github.com/csd4ni3l/fractal-viewer.git
synced 2025-11-05 02:58:02 +01:00
11 lines
256 B
TOML
11 lines
256 B
TOML
[project]
|
|
name = "FractalViewer"
|
|
version = "0.1.0"
|
|
description = "Fractal viewer in Python using compute shaders and the Arcade and Pyglet modules."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"pypresence>=4.3.0",
|
|
]
|