[package] 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.2.0" authors = ["René Rössler "] edition = "2018" license = "GPL-3.0-or-later" [dependencies] log = "0.4.8" elapsed = "0.1.2" floating-duration = "0.1.2" glib = "0.10.1" chrono = "0.4.13" crossbeam-channel = "0.4.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.9.1" features = ["v1_14", "png"] [dependencies.gio] version = "0.9.0" [dependencies.gdk] version = "0.13.0" [dependencies.gtk] 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.2.0" path = "lib/gled" [profile.release] lto = "fat" panic = 'abort' codegen-units = 1 [[bin]] name = "gled" path = "src/main.rs" [features] default = ["installer"] installer = []