Sign in
android
/
platform
/
external
/
harfbuzz_ng
/
ff06266b720573c41b0ba3b310efc4f73d30395b
/
.
/
src
/
wasm
/
sample
/
rust
/
hello-wasm
/
Cargo.toml
blob: 53357ea9085cbe69facfa6dbac19986e0e3e18c1 [
file
] [
log
] [
blame
]
[
package
]
name
=
"hello-wasm"
version
=
"0.1.0"
edition
=
"2021"
[
lib
]
crate
-
type
=
[
"cdylib"
]
[
dependencies
]
#externref = "0.1.0"
wasm
-
bindgen
=
"0.2.0"
tiny
-
rng
=
"0.2.0"
harfbuzz
-
wasm
=
{
path
=
"../../../rust/harfbuzz-wasm"
}