[package] edition = "2021" name = "tuifw-screen-dos" version = "0.26.0" #rust-version = "nightly" authors = ["warlock "] description = "Text User Interface Framework. Basic text screen implementation for DOS platform." readme = "README.md" documentation = "https://docs.rs/tuifw-screen-dos/" keywords = ["tui", "dos", "screen", "dpmi", "b800h"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [dependencies] composable-allocators = "0.3.0" dos-cp = "0.7.0" either = { version = "1.8.0", default-features = false } panicking = { version = "0.5.0", default-features = false } pc-ints = "0.3.6" tuifw-screen-base = { path = "../screen-base", version = "0.26.0" } unicode-width = "0.2.0" [badges] maintenance = { status = "experimental" }