librashader/librashader-preprocess/Cargo.toml
2023-02-08 18:49:11 -05:00

29 lines
727 B
TOML

[package]
name = "librashader-preprocess"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-beta.21"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"
categories = ["emulators", "compilers", "graphics"]
keywords = ["shader", "retroarch", "SPIR-V"]
description = "RetroArch shaders for all."
[dependencies]
thiserror = "1.0.37"
nom = "7.1.1"
librashader-common = { path = "../librashader-common", version = "0.1.0-beta.21" }
rustc-hash = "1.1.0"
encoding_rs = "0.8.31"
[features]
default = [ "line_directives" ]
line_directives = []
[dev-dependencies]
librashader-presets = "0.1.0-beta.16"
glob = "0.3.1"
rayon = "1.6.1"