[package] name = "dotrix_ui" version = "0.1.0" authors = [ "Elias Kartashov ", "Štěpán Wünsch ", ] edition = "2018" description = "UI for Dotrix 3D game engine (under construction)" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotrix_core = { version = "0.2", path = "../dotrix_core" }