Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-ui/Cargo.toml')
| -rw-r--r-- | helix-ui/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-ui/Cargo.toml b/helix-ui/Cargo.toml index 33319558..04c092e5 100644 --- a/helix-ui/Cargo.toml +++ b/helix-ui/Cargo.toml @@ -6,7 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -femtovg = "0.3.3" +helix-view = { version = "0.6", path = "../helix-view", features = ["ui"] } +femtovg = { path = "../../femtovg" } winit = { version = "0.26.1", default-features = false, features = ["wayland"] } # TODO: figure out wayland-dlopen resource = "0.5.0" image = { version = "0.24.0", default-features = false, features = ["jpeg", "png"] } |