# 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 = "gl-capture" version = "0.0.2" description = "Capture screenshot in OpenGL" documentation = "https://docs.rs/gl-capture" readme = "README.md" keywords = [ "gl", "egl", "opengl", "khronos", ] categories = [ "game-development", "graphics", "multimedia", "rendering", ] license = "MIT" repository = "https://github.com/vallentin/gl-capture" [dependencies.gl] version = "0.14" [dev-dependencies.glfw] version = "0.51" [dev-dependencies.png] version = "0.17"