[package] name = "plating" description = "PLATING - the UI for RUST. Uses native widgets and gives the user complete and full control over the ui." version = "0.0.1" edition = "2018" authors = ["Marcel Lambert "] categories = ["gui", "rendering::engine", "multimedia"] keywords = ["gui", "css", "styles", "layout", "native"] documentation = "https://plating-rust.github.io/" repository = "https://github.com/plating-rust/plating" readme = "README.md" license = "MIT" exclude = [ "book/*", "examples/*", ".rusty-hooks/*", "commitmessage", "setup-git.sh", ".conform.yaml", ".clog.toml" ] [badges] maintenance = { status = "actively-developed" } [dev-dependencies] clippy = "^0" clog-cli = "^0.9.3"