Files
rerun-io--rerun/examples/python/nv12/pyproject.toml
T
2026-07-13 13:05:14 +08:00

13 lines
237 B
TOML

[project]
name = "nv12"
version = "0.1.0"
readme = "README.md"
dependencies = ["rerun-sdk>=0.10", "opencv-python", "numpy"]
[project.scripts]
nv12 = "nv12:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"