This commit is contained in:
JOLIMAITRE Matthieu 2024-01-06 00:51:15 +01:00
commit f74c5b474c
6 changed files with 2158 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "timeurs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-channel = "2.1"
gtk = { version = "0.7", package = "gtk4", features = ["v4_12"] }
oneshot = "0.1"
rodio = "0.17"
[profile.release]
strip = true
lto = true
codegen-units = 1