Move color and x_opt out of Cursor
This commit is contained in:
parent
04d53ac5f4
commit
ae030e9885
12 changed files with 645 additions and 546 deletions
|
|
@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
cosmic-text = { path = "../../", features = ["syntect"] }
|
||||
cosmic-text = { path = "../../", features = ["syntect", "vi"] }
|
||||
env_logger = "0.10"
|
||||
fontdb = "0.13"
|
||||
lazy_static = "1.4"
|
||||
|
|
@ -26,4 +26,4 @@ version = "0.11"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
vi = ["cosmic-text/vi"]
|
||||
vi = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue