# 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 = "rust-gl" version = "0.1.7" authors = ["Jonas Ingerslev Sørensen "] description = "Rust wrapper around webgl." keywords = ["gamedev", "graphics", "web", "webgl"] categories = ["api-bindings", "graphics", "wasm", "web-programming"] license = "MIT" repository = "https://gitlab.com/rust-gl/engine" [dependencies.derive_more] version = "0.99.13" [dependencies.memoffset] version = "0.6.3" [dependencies.obj-rs] version = "0.6.2" [dependencies.rust-gl-proc] version = "0.1.6" [dependencies.wasm-bindgen] version = "0.2.74" [dependencies.web-sys] version = "0.3.51" features = ["WebGl2RenderingContext", "WebGlBuffer", "WebGlProgram", "WebGlShader", "WebGlUniformLocation", "Window", "MouseEvent", "WebGlActiveInfo", "WebGlVertexArrayObject"]