diff --git a/src/wasm/sample/rust/hello-wasm/Cargo.toml b/src/wasm/sample/rust/hello-wasm/Cargo.toml index e8207ed35..53357ea90 100644 --- a/src/wasm/sample/rust/hello-wasm/Cargo.toml +++ b/src/wasm/sample/rust/hello-wasm/Cargo.toml @@ -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"}