view python/Cargo.toml @ 793:bdefd3e6d6f9

python: Bump the dependencies
author Link Mauve <linkmauve@linkmauve.fr>
date Wed, 13 May 2026 21:43:58 +0200
parents 11bc22bad1bf
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.28"
glob = "0.3.3"
kira = "0.12.0"
png = "0.18.0"

[features]
default = []
glide = []