19 lines
698 B
TOML
19 lines
698 B
TOML
[package]
|
|
name = "katabastird"
|
|
version = "1.6.1"
|
|
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_extras = "0.19"
|
|
rodio = { version = "0.16" }
|
|
# naga = { version = "0.10", features = ["spv-out", "wgsl-out", "wgsl-in"] }
|
|
# wgpu = { version = "0.14", features = ["naga", "spirv"] }
|