[package] name = "gtk-fnonce-on-eventloop" version = "0.2.1" authors = ["Phaiax "] description = "Allows modifing gtk-rs widgets from other threads." repository = "https://github.com/Phaiax/gtk-rs-state" license = "MIT" categories = ["gui"] readme = "README.md" #edition = "2018" [dependencies] lazy_static = "1" [dependencies.gtk] version = "0.5" features = ["v3_10"] [dependencies.glib] version = "0.6"