blue-recorder/Cargo.toml
Salem Yaslem 4c4762ac33 support GIF
add environments for DATA_DIR, PO_DIR, INTERFACES_DIR

fix(Gtk-CRITICAL): assertion 'GTK_IS_CONTAINER (container)' failed
2021-03-09 18:52:34 +03:00
Ask

28 lines
517 B
TOML

{e290eb7cde076a55681129b60d2b13611488c7e4 true 517 Cargo.toml 0xc002baa070}

[package]
name = "blue-recorder"
version = "0.1.2"
authors = ["Salem Yaslem <s@sy.sa>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gdk = "0.13.2"
glib = "0.10.3"
rust-ini = "0.16"
regex = "1.4.3"
chrono = "0.4.19"
libappindicator = "0.5.2"
gettext-rs = "0.5.0"
subprocess = "0.2.6"
zbus = "1.8.0"
zvariant = "2.5.0"
[dependencies.gtk]
version = "0.9.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]