# 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 = "cgl-rs" version = "0.1.7" authors = ["Jaysmito Mukherjee "] build = "./src/build.rs" description = "CGL is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation." readme = "README.md" keywords = [ "cgl", "opengl", "2d", "3d", "gamedev", ] license = "MIT" repository = "https://github.com/Jaysmito101/cgl" resolver = "1" [dependencies.libc] version = "0.2.0"