marche
This commit is contained in:
commit
f74c5b474c
6 changed files with 2158 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue