mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-06 17:15:41 -08:00
* Added maturin-based Python binding, to be deployed to https://pypi.org/project/vtracer/ * Removed poetry mentions from pyproject.toml, added README_PY.md for use on PYPI * -> v0.6.1 -> moved Python bindings to bottom of converter.rs * - README_PY.md needed to be inside the cmdapp directory to display on PyPi.irg -> v0.6.3
7 lines
69 B
TOML
7 lines
69 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"cmdapp",
|
|
"webapp",
|
|
]
|
|
resolver = "2" |