[wasm-rust] Fix path
This commit is contained in:
parent
52b11546c8
commit
d942f72c2a
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue