Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-ui/Cargo.toml')
| -rw-r--r-- | helix-ui/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-ui/Cargo.toml b/helix-ui/Cargo.toml index 3bdcfb42..ae60e575 100644 --- a/helix-ui/Cargo.toml +++ b/helix-ui/Cargo.toml @@ -19,6 +19,7 @@ instant = "0.1.12" # swash = "0.1.4" swash = { git = "https://github.com/dfrg/swash" } # parley = { git = "https://github.com/dfrg/parley" } +parley = { path = "../../parley" } lyon = "0.17.10" |