[package] name = "term_fb" version = "0.0.1" authors = ["Pyry Kontio "] edition = "2018" license = "MIT" description = "A frame buffer for terminals. Contains an event loop with input parsing and a char-based buffer abstraction for output." homepage = "https://gitlab.com/golddranks/term_fb" [dependencies] itoa = "0.4" ryu = "0.2" termios = "0.3" spin_sleep = "0.3" crossbeam = "0.6" libc = "0.2" unicode-width = "0.1"