Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
74
third-party/vendor/hassle-rs/Cargo.toml
vendored
Normal file
74
third-party/vendor/hassle-rs/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
# 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 = "2018"
|
||||
name = "hassle-rs"
|
||||
version = "0.10.0"
|
||||
authors = ["Traverse-Research <support@traverseresearch.nl>"]
|
||||
include = [
|
||||
"src/*.rs",
|
||||
"src/intellisense/*.rs",
|
||||
"src/fake_sign/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator."
|
||||
homepage = "https://github.com/Traverse-Research/hassle-rs"
|
||||
documentation = "https://docs.rs/hassle-rs"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"shader",
|
||||
"pipeline",
|
||||
"hlsl",
|
||||
"dxc",
|
||||
"intellisense",
|
||||
]
|
||||
categories = [
|
||||
"rendering",
|
||||
"rendering::graphics-api",
|
||||
]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/Traverse-Research/hassle-rs"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "x86_64-pc-windows-msvc"
|
||||
|
||||
[dependencies.bitflags]
|
||||
version = "1.2.1"
|
||||
|
||||
[dependencies.com-rs]
|
||||
version = "0.2.1"
|
||||
|
||||
[dependencies.libloading]
|
||||
version = "0.7.0"
|
||||
|
||||
[dependencies.thiserror]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.widestring]
|
||||
version = "1.0.1"
|
||||
|
||||
[dev-dependencies.rspirv]
|
||||
version = "0.11"
|
||||
|
||||
[target."cfg(not(windows))".dependencies.libc]
|
||||
version = "0.2"
|
||||
|
||||
[target."cfg(windows)".dependencies.winapi]
|
||||
version = "0.3.9"
|
||||
features = [
|
||||
"wtypes",
|
||||
"oleauto",
|
||||
"combaseapi",
|
||||
]
|
||||
|
||||
[badges.maintenance]
|
||||
status = "actively-developed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue