# 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] edition = "2018" name = "gls" version = "0.1.6" authors = ["Varphone Wong "] description = "Open Graphics Library (OpenGL) for Rust bindings with *Safe*, *Simple*, *Speed* and *Stupid*" homepage = "https://github.com/vaxpl/gls-rs" readme = "README.md" keywords = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/vaxpl/gls-rs.git" [dependencies.nalgebra] version = "0" features = ["serde-serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.gl_generator] version = "0.14" [features] default = ["gles3"] gl2 = [] gl3 = [] gl4 = [] gles1 = [] gles2 = [] gles3 = [] hi3516ev200 = [] hi3516ev300 = [] hi3518ev200 = [] hi3518ev300 = [] hi3519av100 = [] hi3531v100 = [] hi3559av100 = ["egls/hi3559av100"] [target.aarch64-unknown-linux-gnu.dev-dependencies.egls] version = "0.1" [target.aarch64-unknown-linux-gnu.dev-dependencies.rand] version = "0" [target."cfg(unix)".dependencies.egls] version = "0.1" optional = true [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["libloaderapi"] [target."cfg(windows)".dev-dependencies.sdl2] version = "0.32" features = ["bundled", "static-link"] [target.x86_64-unknown-linux-gnu.dev-dependencies.rand] version = "0" [target.x86_64-unknown-linux-gnu.dev-dependencies.sdl2] version = "0" features = []