Mercurial > touhou
view python/Cargo.toml @ 771:79c3f782dd41
Python: Replace the PBG3 loader with Rust’s
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 Aug 2022 18:41:50 +0200 |
parents | f6c287745a67 |
children | 7492d384d122 |
line wrap: on
line source
[package] name = "touhou-python" version = "0.1.0" edition = "2021" authors = [ "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] name = "touhou" [dependencies] touhou-formats = "*" pyo3 = "0.17"