# 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" version = "1.0.2" authors = ["Kevin Kelley "] description = "Idiomatic bindings to the NanoVG library" homepage = "https://github.com/KevinKelley/nanovg-rs" readme = "README.md" 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" [[example]] name = "demo-glutin" [[example]] name = "demo-clock" [[example]] name = "demo-ui" [[example]] name = "demo-cutout" [[example]] name = "demo-text" [[example]] name = "demo-transform" [dependencies.nanovg-sys] version = "1.0.2" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.gl] version = "0.10.0" [dev-dependencies.glutin] version = "0.13.0" [dev-dependencies.lazy_static] version = "1.0" [dev-dependencies.rand] version = "0.4" [features] gl2 = ["nanovg-sys/gl2"] gl3 = ["nanovg-sys/gl3"] gles2 = ["nanovg-sys/gles2"] gles3 = ["nanovg-sys/gles3"]