# 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 = "nanovg-sys" version = "1.0.2" authors = ["Kevin Kelley "] build = "build.rs" links = "nanovg" description = "Native bindings to the NanoVG library" homepage = "https://github.com/KevinKelley/nanovg-rs" keywords = ["nanovg", "bindings", "vector", "graphics", "opengl"] categories = ["rendering::graphics-api", "games", "gui"] license = "MIT/Zlib" repository = "https://github.com/KevinKelley/nanovg-rs" [package.metadata.docs.rs] features = ["gl3"] [lib] name = "nanovg_sys" path = "lib.rs" [dependencies.bitflags] version = "1.0.3" [build-dependencies.cc] version = "1.0" [features] gl2 = [] gl3 = [] gles2 = [] gles3 = []