# 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 = "glium-types" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "types to use with glium" readme = "README.md" keywords = [ "glium", "graphics", "math", ] license = "MIT OR Apache-2.0 OR CC-BY-4.0" repository = "https://github.com/abss-witch/glium-types" [lib] name = "glium_types" crate-type = ["lib"] path = "src/lib.rs" test = true [[example]] name = "spinning_teapot" path = "examples/spinning_teapot.rs" [dependencies.derive-cmp-ops] version = "0.1.0" [dependencies.glium] version = "0.36.0" [dev-dependencies.winit] version = "0.30.0" [features] simd = []