Merge branch 'update-dependencies' into 'master'
Update dependencies See merge request !2
Showing
This diff is collapsed.
... | ... | @@ -2,7 +2,7 @@ |
name = "gled" | ||
description = "GTK interface to controll animations with libgled to send them over Art-Net to custom made lamps/installations" | ||
repository = "https://gitlab.com/pentagonum/gled" | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
authors = ["René Rössler <rene@freshx.de>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later" | ||
... | ... | @@ -11,38 +11,43 @@ license = "GPL-3.0-or-later" |
log = "0.4.8" | ||
elapsed = "0.1.2" | ||
floating-duration = "0.1.2" | ||
glib = "0.9.3" | ||
chrono = "0.4.11" | ||
glib = "0.10.1" | ||
chrono = "0.4.13" | ||
crossbeam-channel = "0.4.2" | ||
structopt = "0.3.13" | ||
dirs = "2.0.2" | ||
structopt = "0.3.15" | ||
dirs = "3.0.1" | ||
resvg = "0.11.0" | ||
usvg = "0.11.0" | ||
lazy_static = "1.4.0" | ||
itertools = "0.9.0" | ||
[dependencies.cairo-rs] | ||
version = "0.8.1" | ||
features = ["v1_14"] | ||
version = "0.9.1" | ||
features = ["v1_14", "png"] | ||
[dependencies.gio] | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
[dependencies.gdk] | ||
version = "0.12.1" | ||
version = "0.13.0" | ||
[dependencies.gtk] | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
features = ["v3_18"] | ||
[dependencies.gdk-pixbuf] | ||
version = "0.9.0" | ||
features = ["v2_32"] | ||
[dependencies.fern] | ||
version = "0.6.0" | ||
features = ["colored"] | ||
[dependencies.libgled] | ||
version = "^1.1.0" | ||
version = "^1.2.0" | ||
path = "lib/gled" | ||
[dependencies.resvg] | ||
version = "0.9.0" | ||
features = ["cairo-backend"] | ||
[profile.release] | ||
lto = "fat" | ||
panic = 'abort' | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment