wedge/web/Cargo.toml

22 lines
357 B
TOML
Raw Permalink Normal View History

2019-08-14 00:18:09 +00:00
[package]
name = "wedge_web"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
wedge_core = { path = "../core" }
2019-08-14 18:18:25 +00:00
[dependencies.web-sys]
version = "0.3"
features = [
"WebGlBuffer",
"WebGlProgram",
"WebGlRenderingContext",
"WebGlShader"
]