Add SyntaxEditor abstraction using optional synect feature
This commit is contained in:
parent
ecf61a93b1
commit
1663bfc96c
7 changed files with 283 additions and 167 deletions
|
|
@ -15,6 +15,7 @@ log = "0.4"
|
|||
ouroboros = "0.15.5"
|
||||
rustybuzz = { version = "0.5", default-features = false, features = ["libm"]}
|
||||
swash = { version = "0.1", optional = true }
|
||||
syntect = { version = "5.0", optional = true }
|
||||
sys-locale = { version = "0.2", optional = true }
|
||||
unicode-linebreak = "0.1"
|
||||
unicode-script = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue