katabastird/Cargo.toml

20 lines
698 B
TOML
Raw Normal View History

2022-10-12 21:10:28 +00:00
[package]
name = "katabastird"
version = "1.6.1"
2022-10-12 21:10:28 +00:00
edition = "2021"
2022-10-13 22:14:21 +00:00
rust-version = "1.61"
2022-10-12 21:10:28 +00:00
2022-10-23 19:21:33 +00:00
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"
2022-10-12 21:10:28 +00:00
[dependencies]
2022-10-14 20:50:34 +00:00
clap = { version = "4", features = ["derive", "env", "unicode", "suggestions", "usage"] }
eframe = { version = "0.19", features = ["wgpu"] }
egui_extras = "0.19"
2022-10-20 22:06:27 +00:00
rodio = { version = "0.16" }
# naga = { version = "0.10", features = ["spv-out", "wgsl-out", "wgsl-in"] }
2022-10-23 19:21:33 +00:00
# wgpu = { version = "0.14", features = ["naga", "spirv"] }