# 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 = "glium_sdl2" version = "0.15.0" authors = ["Danny Spencer "] description = "An SDL2 backend for Glium - a high-level OpenGL wrapper for the Rust language." documentation = "http://nukep.github.io/glium-sdl2/" keywords = ["graphics", "gamedev", "glium", "sdl", "opengl"] license = "MIT/Apache-2.0" repository = "https://github.com/nukep/glium-sdl2/" [dependencies.sdl2] version = "0.30" [dependencies.glium] version = "0.18" features = [] default-features = false [dev-dependencies.clock_ticks] version = "0.1.0" [dev-dependencies.genmesh] version = "0.4" [dev-dependencies.obj] version = "0.5" features = ["usegenmesh"]