# 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 = "uni-gl" version = "0.2.1" authors = [ "Edwin Cheng ", "jice ", ] exclude = ["www/*"] description = "Unrust native/wasm openGL/webGL compatibility layer" documentation = "https://docs.rs/uni-gl" readme = "README.md" keywords = [ "opengl", "wasm", "webgl", ] license = "MIT" repository = "https://github.com/unrust/uni-gl" [lib] crate-type = [ "cdylib", "rlib", ] [dev-dependencies.uni-app] version = "0.2.*" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gl] version = "0.14.0" [target.wasm32-unknown-unknown.dependencies.js-sys] version = "0.3.60" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2.83" [target.wasm32-unknown-unknown.dependencies.web-sys] version = "0.3.60" features = [ "HtmlCanvasElement", "WebGlRenderingContext", "WebGl2RenderingContext", "WebGlBuffer", "WebGlShader", "WebGlProgram", "WebGlVertexArrayObject", "WebGlUniformLocation", "WebGlTexture", "WebGlFramebuffer", ]