Add terminal example
This commit is contained in:
parent
2b1e884ca7
commit
bbf8ea7431
3 changed files with 128 additions and 0 deletions
14
examples/terminal/Cargo.toml
Normal file
14
examples/terminal/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "terminal"
|
||||
version = "0.1.0"
|
||||
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cosmic-text = { path = "../../" }
|
||||
env_logger = "0.9"
|
||||
fontdb = "0.9"
|
||||
log = "0.4"
|
||||
termion = "2.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue