# 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 = "webgl-rc" version = "0.1.12" authors = ["Andrei Monkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WebGL wrapper with resources reference counting" readme = "README.md" license = "MIT" repository = "https://github.com/monkin/webgl-rc" [lib] name = "webgl_rc" path = "src/lib.rs" [dependencies.js-sys] version = "0.3" [dependencies.nalgebra-glm] version = "0.19" optional = true [dependencies.num_enum] version = "0.7" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "console", "Document", "Element", "HtmlElement", "HtmlImageElement", "HtmlCanvasElement", "Node", "Window", "WebGlRenderingContext", "WebGlBuffer", "WebGlFramebuffer", "WebGlProgram", "WebGlRenderbuffer", "WebGlShader", "WebGlTexture", "WebGlUniformLocation", "WebGlVertexArrayObject", "WebGlSampler", "WebGlActiveInfo", "AngleInstancedArrays", "ExtColorBufferHalfFloat", "OesTextureHalfFloat", "OesTextureHalfFloatLinear", "OesElementIndexUint", ] [dependencies.webgl-rc-macro] version = "0.1.4" [features] default = [] nalgebra-glm = ["dep:nalgebra-glm"]