fractal/fractal-gtk/Cargo.toml

56 lines
1.1 KiB
TOML
Raw Normal View History

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
2018-12-22 09:33:14 +00:00
version = "4.0.0"
workspace = "../"
[dependencies]
2018-10-27 17:17:07 +00:00
failure = "0.1.3"
2018-09-18 08:53:15 +00:00
gdk = "0.9.0"
gdk-pixbuf = "0.5.0"
gdk-pixbuf-sys = "0.7.0"
2018-12-22 09:33:14 +00:00
gio = "0.5.1"
glib = "0.6.1"
gstreamer = "0.12.2"
gstreamer-player = "0.12.2"
2018-09-18 08:53:15 +00:00
pango = "0.5.0"
pangocairo = "0.6.0"
secret-service = "0.4.0"
2018-12-22 09:33:14 +00:00
serde = "1.0.82"
serde_derive = "1.0.82"
serde_json = "1.0.33"
url = "1.7.2"
rand = "0.6.1"
html2pango = { git = "https://gitlab.gnome.org/World/html2pango" }
2018-12-22 09:33:14 +00:00
comrak = "0.4.0"
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
regex = "1.1.0"
2018-12-22 09:33:14 +00:00
tree_magic = "0.2.1"
log = "0.4.6"
2018-09-18 08:53:15 +00:00
fragile = "0.3.0"
2018-12-22 09:33:14 +00:00
letter-avatar = "1.0.2"
2018-09-18 08:53:15 +00:00
sourceview = "0.5.0"
2018-12-22 09:33:14 +00:00
itertools = "0.8.0"
2018-10-27 17:17:07 +00:00
dirs = "1.0.4"
2018-09-27 18:00:50 +00:00
mdl = "1.0.4"
2018-12-22 09:33:14 +00:00
lazy_static = "1.2.0"
[dependencies.cairo-rs]
features = ["png"]
2018-09-18 08:53:15 +00:00
version = "0.5.0"
[dependencies.chrono]
features = ["serde"]
2018-09-18 08:53:15 +00:00
version = "0.4.6"
[dependencies.fractal-matrix-api]
path = "../fractal-matrix-api"
[dependencies.libhandy]
git = "https://gitlab.gnome.org/jsparber/libhandy-rs"
[dependencies.gtk]
features = ["v3_22"]
2018-09-18 08:53:15 +00:00
version = "0.5.0"