Mercurial > touhou
view python/Cargo.toml @ 792:11bc22bad1bf default tip
python: Replace the image crate with png
We weren’t using any of its features anyway, so the png crate is exactly what
we need, without the many heavy dependencies of image.
https://github.com/image-rs/image-png/pull/670 will eventually make it even
faster to build.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 17 Jan 2026 22:22:25 +0100 |
| parents | 7e940ebeb5fd |
| children |
line wrap: on
line source
[package] name = "touhou-python" version = "0.1.0" edition = "2024" 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 = "*" touhou-utils = { version = "*", path = "../utils" } pyo3 = "0.27" glob = "0.3.3" kira = "0.11.0" png = "0.18.0" [features] default = [] glide = []
