# 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] name = "glw" version = "0.1.4" authors = ["jonathansty <7695731+jonathansty@users.noreply.github.com>"] description = "openGL Wrapper (glw) is a small collection of constructs to wrap around unsafe opengl calls. This is very much a work in progress and I do not advise anyone to use this in a production environment." homepage = "https://github.com/jonathansty/rs-glw" license = "MIT" [dependencies.gl] version = "0.10.0" [dependencies.glfw] version = "0.23.0"