librashader/librashader-preprocess/Cargo.toml

24 lines
638 B
TOML
Raw Normal View History

[package]
name = "librashader-preprocess"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
2023-02-07 11:23:06 +11:00
version = "0.1.0-beta.13"
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"
2022-10-22 12:04:00 +11:00
nom = "7.1.1"
2023-02-07 11:23:06 +11:00
librashader-common = { path = "../librashader-common", version = "0.1.0-beta.13" }
rustc-hash = "1.1.0"
2023-01-29 03:58:59 +11:00
encoding_rs = "0.8.31"
2022-10-23 15:59:18 +11:00
[features]
default = [ "line_directives" ]
line_directives = []