# 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 = "min_gl" version = "0.3.0" authors = ["Cem GeƧgel "] description = "Minimal boilerplate code for OpenGL applications with glfw and glad." readme = "README.md" keywords = ["opengl", "windowing", "glfw", "glad"] categories = ["external-ffi-bindings", "game-development", "graphics", "rendering::graphics-api"] license = "MIT OR Apache-2.0" repository = "https://github.com/Waistax/min_gl" [dependencies.glfw] version = "0.43.0" [dependencies.min_timer] version = "0.4.0" optional = true