summaryrefslogtreecommitdiffstats
path: root/gfx/harfbuzz/src/wasm/sample/rust/hello-wasm/Cargo.toml
blob: 53357ea9085cbe69facfa6dbac19986e0e3e18c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"}