From d942f72c2a6325a25e213bbce5bc3a943be39861 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Sun, 26 Feb 2023 13:57:07 +0000 Subject: [PATCH] [wasm-rust] Fix path --- src/wasm/sample/rust/hello-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}