[package] name = "cxgraph-web" version = "0.2.0" edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] libcxgraph = { path = "../libcxgraph", features = ["webgl"] } log = "0.4" winit = "0.29" console_error_panic_hook = "0.1" console_log = "1.0" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" web-sys = { version = "0.3", features = ["Document", "Window", "Element"]}