Skip to content

Commit

Permalink
druid and xi-rope to use git
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Sep 16, 2021
1 parent 7f116e0 commit c5e5ab4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ lazy_static = "1.4.0"
serde = "1.0"
serde_json = "1.0"
xi-core-lib = "0.3.0"
xi-rope = { path = "../../xi-editor/rust/rope", features = ["serde"] }
xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] }
xi-unicode = "0.3.0"
xi-rpc = "0.3.0"
xi-trace = "0.2.0"
fzyr = "0.1.2"
fuzzy-matcher = "0.3.7"
uuid = { version = "0.7.4", features = ["v4"] }
lsp-types = { version = "0.89.2", features = ["proposed"] }
druid = { path = "../../druid/druid", features = ["svg", "im"] }
druid = { git = "https://github.com/lapce/druid", features = ["svg", "im"] }
lapce-proxy = { path = "../proxy" }

[build-dependencies]
Expand Down

0 comments on commit c5e5ab4

Please sign in to comment.