# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wrend" version = "0.3.6" authors = ["Austin Theriot "] exclude = ["TODO.md"] description = "A WebGL2 rendering library for Rust/Wasm & JS" homepage = "https://github.com/austintheriot/wrend" documentation = "https://docs.rs/wrend/" readme = "README.md" keywords = [ "webgl2", "rendering", "graphics", "raytracer", "webassembly", ] categories = [ "wasm", "web-programming", "rendering", "multimedia", ] license = "MIT/Apache-2.0" repository = "https://github.com/austintheriot/wrend" [lib] crate-type = [ "cdylib", "rlib", ] [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] version = "1.1.2" features = [ "v4", "js", ] [dependencies.wasm-bindgen] version = "0.2.82" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.32" [dependencies.wasm-logger] version = "0.2.0" [dependencies.web-sys] version = "0.3.4" 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", ]