# 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 = "ren" version = "0.0.2" description = "Simple and easy to use graphics library" documentation = "https://docs.rs/ren" readme = "README.md" keywords = [ "gl", "opengl", "khronos", "graphics", "gamedev", ] categories = [ "game-development", "graphics", "rendering", ] license = "Zlib" repository = "https://github.com/vallentin/ren" [dependencies.gl] version = "0.14" [dependencies.glam] version = "0.24" optional = true [dependencies.glfw] version = "0.51" [dependencies.glfw-ext] version = "0.1" [dependencies.thiserror] version = "1.0" [features] default = ["glam"] glam = ["dep:glam"] [badges.maintenance] status = "experimental"