• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14name = "khronos-egl"
15version = "6.0.0"
16authors = [
17    "Timothée Haudebourg <author@haudebourg.net>",
18    "Sean Kerr <sean@metatomic.io>",
19]
20build = "build.rs"
21description = "Rust bindings for EGL"
22documentation = "https://docs.rs/khronos-egl"
23readme = "README.md"
24keywords = [
25    "egl",
26    "gl",
27    "khronos",
28    "opengl",
29]
30license = "MIT/Apache-2.0"
31repository = "https://github.com/timothee-haudebourg/khronos-egl"
32
33[[example]]
34name = "wayland-static"
35required-features = ["static"]
36
37[[example]]
38name = "wayland-dynamic"
39required-features = ["dynamic"]
40
41[[example]]
42name = "load-minimal"
43required-features = [
44    "dynamic",
45    "1_4",
46]
47
48[dependencies.libc]
49version = "^0.2"
50
51[dependencies.libloading]
52version = "^0.8"
53optional = true
54
55[dev-dependencies.gl]
56version = "^0.14"
57
58[dev-dependencies.wayland-client]
59version = "^0.28"
60
61[dev-dependencies.wayland-egl]
62version = "^0.28"
63
64[dev-dependencies.wayland-protocols]
65version = "^0.28"
66features = ["client"]
67
68[build-dependencies.pkg-config]
69version = "^0.3"
70optional = true
71
72[features]
731_0 = []
741_1 = ["1_0"]
751_2 = ["1_1"]
761_3 = ["1_2"]
771_4 = ["1_3"]
781_5 = ["1_4"]
79default = ["1_5"]
80dynamic = ["libloading"]
81no-pkg-config = []
82static = ["pkg-config"]
83