102 lines
1.8 KiB
TOML
102 lines
1.8 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "naga_oil"
|
|
version = "0.17.1"
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "a crate for combining and manipulating shaders using naga IR"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/bevyengine/naga_oil/"
|
|
|
|
[features]
|
|
allow_deprecated = []
|
|
default = [
|
|
"test_shader",
|
|
"glsl",
|
|
]
|
|
glsl = [
|
|
"naga/glsl-in",
|
|
"naga/glsl-out",
|
|
]
|
|
override_any = []
|
|
prune = []
|
|
test_shader = []
|
|
|
|
[lib]
|
|
name = "naga_oil"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "pbr_compose_test"
|
|
path = "examples/pbr_compose_test.rs"
|
|
|
|
[dependencies.bit-set]
|
|
version = "0.5"
|
|
|
|
[dependencies.codespan-reporting]
|
|
version = "0.11"
|
|
|
|
[dependencies.data-encoding]
|
|
version = "2.3.2"
|
|
|
|
[dependencies.indexmap]
|
|
version = "2"
|
|
|
|
[dependencies.naga]
|
|
version = "24"
|
|
features = [
|
|
"wgsl-in",
|
|
"wgsl-out",
|
|
]
|
|
|
|
[dependencies.once_cell]
|
|
version = "1.17.0"
|
|
|
|
[dependencies.regex]
|
|
version = "1.8"
|
|
|
|
[dependencies.regex-syntax]
|
|
version = "0.8"
|
|
|
|
[dependencies.rustc-hash]
|
|
version = "1.1.0"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1"
|
|
|
|
[dependencies.unicode-ident]
|
|
version = "1"
|
|
|
|
[dev-dependencies.futures-lite]
|
|
version = "1"
|
|
|
|
[dev-dependencies.tracing-subscriber]
|
|
version = "0.3"
|
|
features = [
|
|
"std",
|
|
"fmt",
|
|
]
|
|
|
|
[dev-dependencies.wgpu]
|
|
version = "24"
|
|
features = ["naga-ir"]
|