add ven_graph to the editor

This commit is contained in:
Folkert 2020-12-21 13:55:40 +01:00
parent 9f3f7699e2
commit f5337d5bbf
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -2674,6 +2674,7 @@ dependencies = [
"roc_unify",
"roc_uniq",
"target-lexicon",
"ven_graph",
"wgpu",
"wgpu_glyph",
"winit",

View File

@ -27,6 +27,7 @@ roc_fmt = { path = "../compiler/fmt" }
roc_reporting = { path = "../compiler/reporting" }
# TODO switch to clap 3.0.0 once it's out. Tried adding clap = "~3.0.0-beta.1" and cargo wouldn't accept it
ven_graph = { path = "../vendor/pathfinding" }
im = "14" # im and im-rc should always have the same version!
im-rc = "14" # im and im-rc should always have the same version!
bumpalo = { version = "3.2", features = ["collections"] }