# 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 = "ropap" version = "0.2.0" authors = ["Lilly H. St Claire"] build = false exclude = ["config.gplgp"] autobins = false autoexamples = false autotests = false autobenches = false description = "An OpenGL pixel mapping engine" readme = "README.md" keywords = [ "graphics", "renderer", "OpenGL", ] categories = [ "rendering", "graphics", ] license-file = "LICENSE" repository = "https://github.com/nonmasc-lilly/ropap" [lib] name = "ropap" path = "src/lib.rs" [dependencies.gl33] version = "0.2.1" [dependencies.glfw] version = "0.58.0" [badges.maintenance] status = "as-is"