Nilton Constantino b7425e5a20
compiler with dist
2026-01-21 06:50:57 +00:00

22 lines
419 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"