katabastird/Cargo.toml
2022-10-23 12:28:41 -07:00

20 lines
750 B
TOML

[package]
name = "katabastird"
version = "1.6.0"
edition = "2021"
rust-version = "1.61"
description = "A simple graphical countdown timer that is configured and launched from the commandline."
repository = "https://gitlab.com/nebkor/katabastird"
readme = "README.md"
keywords = ["unix", "commandline", "timer", "gui", "cli"]
license-file = "LICENSE.md"
[dependencies]
clap = { version = "4", features = ["derive", "env", "unicode", "suggestions", "usage"] }
eframe = { version = "0.19", features = ["wgpu"] }
egui = { version = "0.19", features = ["default"] }
egui_extras = "0.19"
# naga = { version = "0.10", features = ["spv-out", "wgsl-out", "wgsl-in"] }
rodio = { version = "0.16" }
# wgpu = { version = "0.14", features = ["naga", "spirv"] }