Add test editor that tries to recreate text files
This commit is contained in:
parent
91687d4654
commit
a4e8d10c4f
3 changed files with 201 additions and 0 deletions
17
examples/editor-test/Cargo.toml
Normal file
17
examples/editor-test/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "editor-test"
|
||||
version = "0.1.0"
|
||||
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
||||
edition = "2021"
|
||||
license = "MPL2"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cosmic-text = { path = "../../" }
|
||||
env_logger = "0.9"
|
||||
fontdb = "0.9"
|
||||
log = "0.4"
|
||||
orbclient = "0.3.35"
|
||||
|
||||
[features]
|
||||
mono = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue