# 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 = "glitter" version = "0.1.2" authors = ["Kyle Lacy "] exclude = [".travis/**/*"] description = "A safe, low-level, zero-cost OpenGL wrapper library." documentation = "https://kylewlacy.github.io/glitter/docs/glitter/index.html" readme = "README.md" keywords = ["opengl", "gl", "graphics", "gamedev"] license = "MIT/Apache-2.0" repository = "https://github.com/kylewlacy/glitter" [dependencies.bitflags] version = "0.5.0" [dependencies.cgmath] version = "0.11.0" optional = true [dependencies.gl] version = "0.5.2" [dependencies.image] version = "0.10.3" optional = true [dependencies.nalgebra] version = "0.10.0" optional = true [dev-dependencies.sdl2] version = "0.13.0" [features] default = ["cgmath", "image"]