merlon 1.3.0

Mod package manager for the Paper Mario (N64) decompilation
Documentation
1
2
3
4
5
6
7
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]