[package] name = "wasm-bus-webgl" version = "1.0.3" authors = ["Johnathan Sharratt "] edition = "2018" description = "WebAssembly WebGL Interface" license = "MIT OR Apache-2.0" keywords = [ "wasi", "wasm", "opengl", "webgl" ] repository = "https://github.com/john-sharratt/ate" readme = "README.md" [features] default = [ "frontend" ] frontend = [ "wasm-bus/syscalls" ] backend = [] [dependencies] wasm-bus = { version = "^1", path = "../wasm-bus", default_features = false, features = [ "rt", "macros" ] } serde = { version = "^1", features = ["derive"] } async-trait = "^0.1"