# 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 = "piston2d-glow_wrap" version = "0.1.0" description = "Glow wrapping code for Piston OpenGL backend" homepage = "https://github.com/PistonDevelopers/opengl_graphics" documentation = "https://docs.rs/piston2d-glow_wrap" keywords = [ "glow", "graphics", "2d", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/opengl_graphics.git" [lib] name = "glow_wrap" [dependencies.glow] version = "0.12.0" [target."cfg(target_arch = \"wasm32\")".dependencies.slotmap] version = "1.0.7" [target."cfg(target_arch = \"wasm32\")".dependencies.web_sys] version = "~0.3.60" features = ["WebGlUniformLocation"] package = "web-sys"