Mercurial > touhou
diff python/Cargo.toml @ 778:816e1f01d650
Partially replace the Loader with a Rust one
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 08 Nov 2025 18:26:01 +0100 |
| parents | 11249e4b4e03 |
| children | ec1e06402a97 |
line wrap: on
line diff
--- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "touhou-python" version = "0.1.0" -edition = "2021" +edition = "2024" authors = [ "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", ] @@ -14,8 +14,9 @@ [dependencies] touhou-formats = "*" -pyo3 = "0.26" +pyo3 = "0.27" image = { version = "0.25", default-features = false, features = ["png"], optional = true } +glob = "0.3.3" [features] default = []
