[package] name = "dioxus-native-core" version = "0.2.0" edition = "2021" license = "MIT/Apache-2.0" authors = ["@dementhos"] description = "TUI-based renderer for Dioxus" repository = "https://github.com/DioxusLabs/dioxus/" homepage = "https://dioxuslabs.com" [dependencies] dioxus-core = { path = "../core", version = "^0.2.0" } dioxus-html = { path = "../html", version = "^0.2.0" } dioxus-core-macro = { path = "../core-macro", version = "^0.2.0" } stretch2 = "0.4.1" smallvec = "1.6"