# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "azul_glium" version = "0.22.0" authors = ["Pierre Krieger "] build = "build/main.rs" exclude = ["doc", ".travis.yml", "circle.yml"] description = "[Fork of tomaka/glium due to inactivity]\n\nElegant and safe OpenGL wrapper.\n\nGlium is an intermediate layer between OpenGL and your application. You still need to manually handle\nthe graphics pipeline, but without having to use OpenGL's old and error-prone API.\n\nIts objectives:\n\n - Be safe to use. Many aspects of OpenGL that can trigger a crash if misused are automatically handled by glium.\n - Provide an API that enforces good pratices such as RAII or stateless function calls.\n - Be compatible with all OpenGL versions that support shaders, providing unified API when things diverge.\n - Avoid all OpenGL errors beforehand.\n - Produce optimized OpenGL function calls, and allow the user to easily use modern OpenGL techniques.\n" documentation = "https://docs.rs/glium" readme = "README.md" keywords = ["opengl", "gamedev"] categories = ["api-bindings", "rendering::graphics-api"] license = "Apache-2.0" repository = "https://github.com/glium/glium" [dependencies.fnv] version = "1.0.5" [dependencies.glutin] version = "0.19" features = [] optional = true [dependencies.lazy_static] version = "1.0" [dependencies.smallvec] version = "0.6" [dev-dependencies.cgmath] version = "0.16" [dev-dependencies.genmesh] version = "0.5" [dev-dependencies.image] version = "0.18" [dev-dependencies.obj] version = "0.8" features = ["genmesh"] [dev-dependencies.rand] version = "0.4" [build-dependencies.gl_generator] version = "0.9" [features] default = ["glutin"] icon_loading = ["glutin/icon_loading"] test_headless = [] unstable = [] [badges.travis-ci] repository = "glium/glium"