[package] name = "mrlydemo" version.workspace = true edition.workspace = true description = "The eyes of Mrly: the wasm bridge that hands the designs to a browser." license.workspace = true repository.workspace = true readme = "README.md" publish = false [lib] crate-type = ["cdylib", "rlib"] [dependencies] mrlycore.workspace = true mrlyfont.workspace = true mrlynum.workspace = true mrlymath.workspace = true mrlylab.workspace = true wasm-bindgen = "=0.2.125" [package.metadata.wasm-pack.profile.release] wasm-opt = false