|
- [build-system]
- requires = ["maturin>=0.13.2"]
- build-backend = "maturin"
-
- [project]
- name = "dora-rerun"
- dependencies = [
- 'rerun_sdk==0.19.1',
- # "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",
- ]
-
- scripts = { "dora-rerun" = "dora_rerun:py_main" }
-
- [tool.maturin]
- features = ["python", "pyo3/extension-module"]
|