[package] name = "mktree" version = "0.6.1" authors = ["Mushogenshin "] description = "An egui tree to display entities of tree structure, e.g. CG assets, staffs, etc." edition = "2021" documentation = "https://docs.rs/mktree/latest/mktree/" license = "MIT OR Apache-2.0" readme = "README.md" categories = ["filesystem", "multimedia"] keywords = ["tech-art", "asset-tree", "egui"] include = ["**/*.rs", "Cargo.toml"] [lib] [features] mongo = ["mkentity/mongo"] postgres = ["mkentity/postgres"] zou = ["mkentity/zou"] [dependencies] # mkentity = { path = "../mkentity" } mkentity = "0.1.0" crossbeam-channel = "0.5.6" egui = "0.21.0" log = "0.4.17" # aquamarine = "0.3.0"