# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "awsm_webgl" version = "0.0.1" authors = ["David Komer"] description = "Core WebGL capabilities for the awsm WebGL rendering suite" homepage = "https://github.com/dakom/awsm" documentation = "https://docs.rs/awsm/0.0.1/awsm/" readme = "README.md" keywords = ["awsm", "webgl", "renderer", "3d", "graphics"] categories = ["rendering", "rendering::engine", "wasm"] license = "MIT" repository = "https://github.com/dakom/awsm" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.futures] version = "0.1.26" [dependencies.js-sys] version = "0.3.20" [dependencies.wasm-bindgen] version = "0.2.43" [dependencies.web-sys] version = "0.3.20" features = ["console", "WebGlUniformLocation", "WebGlBuffer", "CanvasRenderingContext2d", "WebGlRenderingContext", "WebGl2RenderingContext", "ImageBitmap", "ImageData", "HtmlImageElement", "HtmlCanvasElement", "HtmlVideoElement", "WebGlProgram", "WebGlShader", "WebGlTexture", "Window"]