Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / glslopt / Cargo.toml
blob206ad8f14995ed3e346dcd62f744ad9d31bb31b0
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 name = "glslopt"
15 version = "0.1.10"
16 authors = ["Jamie Nicol <jnicol@mozilla.com>"]
17 description = "Optimizes GLSL shader code"
18 readme = "README.md"
19 keywords = [
20     "opengl",
21     "gl",
22     "gles",
23     "glsl",
24     "shader",
26 license = "MIT"
27 repository = "https://github.com/jamienicol/glslopt-rs"
29 [build-dependencies.cc]
30 version = "1.0"