Skip to content

Commit

Permalink
ViEditor: switch to using modit
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Nov 7, 2023
1 parent 659001d commit 74c92e0
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 249 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ unicode-linebreak = "0.1.5"
unicode-script = "0.5.5"
unicode-segmentation = "1.10.1"

#TODO: crates release
[dependencies.modit]
git = "https://github.com/pop-os/modit.git"
optional = true
#path = "../modit"

[dependencies.unicode-bidi]
version = "0.3.13"
default-features = false
Expand All @@ -41,7 +47,7 @@ std = [
"sys-locale",
"unicode-bidi/std",
]
vi = ["syntect"]
vi = ["modit", "syntect"]
wasm-web = ["sys-locale?/js"]
warn_on_missing_glyphs = []
fontconfig = ["fontdb/fontconfig", "std"]
Expand Down
Loading

0 comments on commit 74c92e0

Please sign in to comment.