2026-01-23 04:58:50 +00:00

23 lines
469 B
TOML

[package]
name = "prometeu-runtime-desktop"
version = "0.1.0"
edition = "2024"
license.workspace = true
repository.workspace = true
[[bin]]
name = "prometeu-runtime-desktop"
path = "src/main.rs"
[package.metadata.dist]
dist = true
include = ["../../VERSION.txt"]
[dependencies]
prometeu-core = { path = "../prometeu-core" }
winit = "0.30.12"
pixels = "0.15.0"
cpal = "0.15.3"
ringbuf = "0.4.7"
serde_json = "1.0.149"
clap = { version = "4.5", features = ["derive"] }