Mercurial > touhou
comparison python/Cargo.toml @ 786:7e940ebeb5fd
Replace SDL2_image with the image crate
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Mon, 01 Dec 2025 17:05:48 +0100 |
| parents | 1f152ca95658 |
| children | 11bc22bad1bf |
comparison
equal
deleted
inserted
replaced
| 785:f73e8524c045 | 786:7e940ebeb5fd |
|---|---|
| 14 | 14 |
| 15 [dependencies] | 15 [dependencies] |
| 16 touhou-formats = "*" | 16 touhou-formats = "*" |
| 17 touhou-utils = { version = "*", path = "../utils" } | 17 touhou-utils = { version = "*", path = "../utils" } |
| 18 pyo3 = "0.27" | 18 pyo3 = "0.27" |
| 19 image = { version = "0.25", default-features = false, features = ["png"], optional = true } | 19 image = { version = "0.25", default-features = false, features = ["png"] } |
| 20 glob = "0.3.3" | 20 glob = "0.3.3" |
| 21 kira = "0.11.0" | 21 kira = "0.11.0" |
| 22 | 22 |
| 23 [features] | 23 [features] |
| 24 default = [] | 24 default = [] |
| 25 glide = ["image"] | 25 glide = [] |
