2017-12-06 01:12:08 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
name = "fractal-gtk"
|
2018-03-27 12:14:08 +00:00
|
|
|
version = "0.1.22"
|
2017-12-06 01:12:08 +00:00
|
|
|
workspace = "../"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-12-06 19:24:24 +00:00
|
|
|
failure = "0.1.1"
|
2018-03-22 09:24:09 +00:00
|
|
|
gdk = "0.8.0"
|
|
|
|
gdk-pixbuf = "0.4.0"
|
|
|
|
gdk-pixbuf-sys = "0.6.0"
|
|
|
|
gio = "0.4.0"
|
|
|
|
glib = "0.5.0"
|
2017-12-06 01:12:08 +00:00
|
|
|
notify-rust = "3.4.2"
|
2018-03-22 09:24:09 +00:00
|
|
|
pango = "0.4.0"
|
|
|
|
regex = "0.2.10"
|
2017-12-06 01:12:08 +00:00
|
|
|
secret-service = "0.4.0"
|
2018-03-22 09:24:09 +00:00
|
|
|
serde = "1.0.33"
|
|
|
|
serde_derive = "1.0.33"
|
|
|
|
serde_json = "1.0.13"
|
2018-02-22 08:19:43 +00:00
|
|
|
url = "1.7.0"
|
2018-02-02 16:43:03 +00:00
|
|
|
rand = "0.4.2"
|
2018-04-05 12:41:34 +00:00
|
|
|
# TODO: update the url when this repo is move to World/
|
|
|
|
html2pango = { git = "https://gitlab.gnome.org/danigm/html2pango" }
|
2017-12-06 01:12:08 +00:00
|
|
|
|
2017-12-06 19:24:24 +00:00
|
|
|
[dependencies.cairo-rs]
|
|
|
|
features = ["png"]
|
2018-03-22 09:24:09 +00:00
|
|
|
version = "0.4.1"
|
2017-12-06 19:24:24 +00:00
|
|
|
|
2017-12-06 01:12:08 +00:00
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
|
|
|
version = "0.4.0"
|
|
|
|
|
2017-12-06 19:24:24 +00:00
|
|
|
[dependencies.fractal-api]
|
|
|
|
path = "../fractal-api"
|
|
|
|
|
2017-12-06 01:12:08 +00:00
|
|
|
[dependencies.gtk]
|
|
|
|
features = ["v3_22"]
|
2018-03-22 09:24:09 +00:00
|
|
|
version = "0.4.0"
|