harfbuzz/src/wasm/sample/rust/hello-wasm/Cargo.toml

14 lines
229 B
TOML
Raw Normal View History

2023-02-25 16:23:22 +01:00
[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"
2023-02-26 14:57:07 +01:00
harfbuzz-wasm = { path="../../../rust/harfbuzz-wasm"}