Init with GTK Rust Template
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "notify"
|
||||
version = "0.1.0"
|
||||
authors = ["ranfdev <ranfdev@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
gettext-rs = { version = "0.7", features = ["gettext-system"] }
|
||||
gtk = { version = "0.6", package = "gtk4", features = ["v4_8"] }
|
||||
once_cell = "1.14"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3"
|
||||
adw = { version = "0.4", package = "libadwaita", features = ["v1_4"] }
|
||||
Reference in New Issue
Block a user