fractal/fractal-gtk/Cargo.toml
Daniel García Moreno 7692d7d563 New alpha release 0.1.20
New features:
 * Join room by id or alias dialog
 * Start chat dialog
 * Image to no room view and add new style
 * "New messages" divider
 * Spawn popover from room name and remove room-menu-button

Bug fixes:
 * Only one line in topic
 * Use custom fork of secret-service that removes AVX2 ASM instructions
 * Only attach url to msg if there's an url
 * Conditional in `mark_as_read`
2018-03-22 10:26:07 +01:00

38 lines
665 B
TOML

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "0.1.20"
workspace = "../"
[dependencies]
failure = "0.1.1"
gdk = "0.8.0"
gdk-pixbuf = "0.4.0"
gdk-pixbuf-sys = "0.6.0"
gio = "0.4.0"
glib = "0.5.0"
notify-rust = "3.4.2"
pango = "0.4.0"
regex = "0.2.10"
secret-service = "0.4.0"
serde = "1.0.33"
serde_derive = "1.0.33"
serde_json = "1.0.13"
url = "1.7.0"
rand = "0.4.2"
[dependencies.cairo-rs]
features = ["png"]
version = "0.4.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4.0"
[dependencies.fractal-api]
path = "../fractal-api"
[dependencies.gtk]
features = ["v3_22"]
version = "0.4.0"