# 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 = "gl_object" version = "0.0.5" description = "A gl_object libray for quick use." homepage = "https://github.com/aniketbiprojit/gl-objects-rs" documentation = "https://github.com/aniketbiprojit/gl-objects-rs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/aniketbiprojit/gl-objects-rs" resolver = "2" [lib] name = "gl_object" path = "src/lib.rs" [[bin]] name = "gl_object_bin" path = "src/main.rs" [dependencies.gfx-maths] version = "0.2.8" [dependencies.glfw] version = "0.45.0" [dependencies.glfw-sys] version = "4.0.0" [dependencies.glow] version = "0.11.2" [dependencies.imgui] version = "0.8.2" [dependencies.imgui-opengl-renderer] version = "0.11.1" [dependencies.sdl2] version = "0.35.2" [dependencies.sdl2-sys] version = "0.35.2" [features] bundled = ["sdl2-sys/bundled"] default = [] image = ["sdl2-sys/image"] mixer = ["sdl2-sys/mixer"] sdl2 = [] static-link = ["sdl2-sys/static-link"] ttf = ["sdl2-sys/ttf"] use-bindgen = ["sdl2-sys/use-bindgen"] use-pkgconfig = ["sdl2-sys/use-pkgconfig"] use-vcpkg = ["sdl2-sys/use-vcpkg"] use_mac_framework = ["sdl2-sys/use_mac_framework"] wayland = ["glfw-sys/wayland"]