wrend 0.2.2

A WebGL2 rendering library for Rust/Wasm & JS
Documentation
[dependencies.console_error_panic_hook]
version = "0.1.5"

[dependencies.js-sys]
version = "0.3.55"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.uuid]
features = ["v4", "js"]
version = "1.1.2"

[dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.82"

[dependencies.wasm-bindgen-futures]
version = "0.4.32"

[dependencies.wasm-logger]
version = "0.2.0"

[dependencies.web-sys]
features = ["Window", "CssStyleDeclaration", "Document", "Element", "HtmlAnchorElement", "HtmlCanvasElement", "WebGlBuffer", "WebGl2RenderingContext", "WebGlProgram", "WebGlShader", "WebGlUniformLocation", "WebGlFramebuffer", "WebGlTexture", "Url", "WebGlVertexArrayObject", "WebGlTransformFeedback", "WebGlContextAttributes", "Performance", "MediaStream", "CanvasCaptureMediaStream", "MediaRecorder", "MediaRecorderOptions", "Blob", "BlobEvent", "BlobPropertyBag", "EventTarget", "MediaRecorderErrorEvent"]
version = "0.3.4"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Austin Theriot <austinmtheriot@gmail.com>"]
categories = ["wasm", "web-programming", "rendering", "multimedia"]
description = "A WebGL2 rendering library for Rust/Wasm & JS"
documentation = "https://docs.rs/wrend/"
edition = "2021"
exclude = ["TODO.md"]
homepage = "https://github.com/austintheriot/wrend"
keywords = ["webgl2", "rendering", "graphics", "raytracer", "webassembly"]
license = "MIT/Apache-2.0"
name = "wrend"
readme = "README.md"
repository = "https://github.com/austintheriot/wrend"
version = "0.2.2"