[package] name = "x-ui" description = "UI framework for X" homepage = "https://github.com/libark/x" repository = "https://github.com/libark/x" documentation = "https://docs.rs/x-ui" version = "0.1.0" authors = ["Zhou Wei "] license = "MIT OR Apache-2.0" categories = ["gui"] keywords = ["ui", "xui"] edition = "2021" [dependencies] x-base = { version = "0.1.0", path = "../base" } x-media = { version = "0.1.0", path = "../media" } x-variant = { version = "0.1.0", path = "../libs/variant" }