Mercurial > touhou
changeset 793:bdefd3e6d6f9
python: Bump the dependencies
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 13 May 2026 21:43:58 +0200 |
| parents | 11bc22bad1bf |
| children | 8c2ef2d503c9 |
| files | python/Cargo.toml utils/Cargo.toml |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/python/Cargo.toml Sat Jan 17 22:22:25 2026 +0100 +++ b/python/Cargo.toml Wed May 13 21:43:58 2026 +0200 @@ -15,9 +15,9 @@ [dependencies] touhou-formats = "*" touhou-utils = { version = "*", path = "../utils" } -pyo3 = "0.27" +pyo3 = "0.28" glob = "0.3.3" -kira = "0.11.0" +kira = "0.12.0" png = "0.18.0" [features]
