[package] name = "gladis4" version = "0.1.0" authors = ["John Toohey ", "Romain Porte "] edition = "2018" license = "MIT OR Apache-2.0" description = "Easily import Glade-generated UI files into Rust code." readme = "README.md" keywords = ["gui", "gtk", "gtk-rs", "gnome", "glade"] categories = ["gui"] repository = "https://github.com/MicroJoe/gladis" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gladis_proc_macro = { package = "gladis4_proc_macro", version = "0.1.0", optional = true, path = "../gladis_proc_macro" } gtk = { version = "0.4", package = "gtk4" } [dev-dependencies] gladis_proc_macro = { package = "gladis4_proc_macro", version = "0.1.0", path = "../gladis_proc_macro" } gio = "0.15" # Relm example relm4 = "0.4" relm4-macros = "0.4" relm4-components = "0.4" [features] default = ["derive"] derive = ["gladis_proc_macro"]