14 lines
490 B
TOML
14 lines
490 B
TOML
[package]
|
|
name = "makepad-wasm-bridge"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad wasm bridge"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "5MuD1fSz_tnv-HAYCGwI-RXL-nM="
|
|
|
|
[dependencies]
|
|
makepad-derive-wasm-bridge = { path = "./derive", version = "1.0.0" }
|
|
makepad-live-id = { path = "../live_id", version = "1.0.0" }
|