[package] name = "tui_draw" version = "0.2.1" edition = "2021" description = "TUI drawing library" authors = ["Ebert Charles Matthee "] documentation = "https://docs.rs/tui_draw" homepage = "https://github.com/ecmatthee/tui_draw" readme = "readme.md" repository = "https://github.com/ecmatthee/tui_draw" license = "MPL-2.0" [dependencies] crossterm = "0.23.2"