[package] name = "gxi_web_binds" version = "0.1.5" authors = ["aniketfuryrocks "] edition = "2018" description = "web bindings for the gxi-rs project" license = "MIT" repository = "https://github.com/gxi-rs/gxi_web_binds.git" homepage = "https://gxi-rs.github.io/" categories = [ "gui", "wasm", "web-programming" ] keywords = [ "wasm", "gxi-binds" ] [dependencies] gxi_interface = { path = "../gxi/gxi_interface", features = ["web"], version = "0" } console_error_panic_hook = "0.1.6" wasm-bindgen-futures = "0.4.23"