2017-06-09 00:06:05 +03:00
|
|
|
# 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)
|
2017-02-06 19:42:53 +03:00
|
|
|
|
2017-06-09 00:06:05 +03:00
|
|
|
[package]
|
2017-02-06 19:42:53 +03:00
|
|
|
name = "khronos_api"
|
2018-04-12 18:06:59 +03:00
|
|
|
version = "2.2.0"
|
2017-06-09 00:06:05 +03:00
|
|
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", "Corey Richardson", "Arseny Kapoulkine", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
2018-04-12 18:06:59 +03:00
|
|
|
include = ["/README.md", "/src/**/*", "/Cargo.toml", "/build.rs", "/api/xml/**/*.xml", "/api_egl/api/**/*.xml", "/api_webgl/specs/latest/**/*.idl", "/api_webgl/extensions/**/extension.xml"]
|
2017-02-06 19:42:53 +03:00
|
|
|
description = "The Khronos XML API Registry, exposed as byte string constants."
|
2017-06-09 00:06:05 +03:00
|
|
|
homepage = "https://github.com/brendanzab/gl-rs/khronos_api/"
|
|
|
|
documentation = "https://docs.rs/khronos_api"
|
2017-02-06 19:42:53 +03:00
|
|
|
readme = "README.md"
|
2017-11-21 18:44:27 +03:00
|
|
|
keywords = ["gl", "egl", "opengl", "khronos"]
|
|
|
|
categories = ["rendering::graphics-api"]
|
2017-06-09 00:06:05 +03:00
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/brendanzab/gl-rs/"
|