[wasm-rust] Fix path

This commit is contained in:
Simon Cozens 2023-02-26 13:57:07 +00:00 committed by Behdad Esfahbod
parent 52b11546c8
commit d942f72c2a
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ crate-type = ["cdylib"]
#externref = "0.1.0"
wasm-bindgen = "0.2.0"
tiny-rng = "0.2.0"
harfbuzz-wasm = { path="../../rust/harfbuzz-wasm"}
harfbuzz-wasm = { path="../../../rust/harfbuzz-wasm"}