[package] name = "tables-gtk" version = "0.1.0" authors = ["Patrick Elsen "] edition = "2018" license = "MIT" description = "Tables GTK frontend" repository = "https://gitlab.com/xfbs/tables-gtk" [dependencies] tables-api = "0.1.0" [dependencies.gtk] version = "0.9" features = ["v3_16"] [dependencies.gio] version = "0.9" features = ["v2_44"]