# 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 = "2018" name = "glsmrs" version = "0.2.0" authors = ["Roman Kotelnikov "] description = "Opinionated thin wrapper over WebGL 1.0 API" keywords = [ "wasm", "webgl", "shaders", "glsl", "webassembly", ] license = "MIT" repository = "https://github.com/wg-romank/glsmrs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.js-sys] version = "0.3.56" [dependencies.wasm-bindgen] version = "0.2.79" [dependencies.web-sys] version = "0.3.56" features = [ "WebGlBuffer", "WebGlRenderingContext", "WebGlUniformLocation", "WebGlTexture", "WebGlProgram", "WebGlShader", "WebGlFramebuffer", "HtmlCanvasElement", "Window", "Document", ]