Mercurial > touhou
comparison python/Cargo.toml @ 784:1f152ca95658
Replace pytouhou.utils.random.Random with a Rust version
libtouhou.Prng now supports having its seed generated randomly using the
getrandom crate, and is now exposed to Python.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 23 Nov 2025 12:48:03 +0100 |
| parents | ec1e06402a97 |
| children | 7e940ebeb5fd |
comparison
equal
deleted
inserted
replaced
| 783:ec1e06402a97 | 784:1f152ca95658 |
|---|---|
| 12 crate-type = ["cdylib"] | 12 crate-type = ["cdylib"] |
| 13 name = "touhou" | 13 name = "touhou" |
| 14 | 14 |
| 15 [dependencies] | 15 [dependencies] |
| 16 touhou-formats = "*" | 16 touhou-formats = "*" |
| 17 touhou-utils = { version = "*", path = "../utils" } | |
| 17 pyo3 = "0.27" | 18 pyo3 = "0.27" |
| 18 image = { version = "0.25", default-features = false, features = ["png"], optional = true } | 19 image = { version = "0.25", default-features = false, features = ["png"], optional = true } |
| 19 glob = "0.3.3" | 20 glob = "0.3.3" |
| 20 kira = "0.11.0" | 21 kira = "0.11.0" |
| 21 | 22 |
