librashader/librashader-presets/Cargo.toml

25 lines
635 B
TOML
Raw Normal View History

2022-10-18 14:52:16 +11:00
[package]
name = "librashader-presets"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
2023-02-08 12:05:12 +11:00
version = "0.1.0-beta.15"
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."
2022-10-18 14:52:16 +11:00
[dependencies]
thiserror = "1.0.37"
nom = "7.1.1"
nom_locate = "4.0.0"
2023-02-08 12:05:12 +11:00
librashader-common = { path = "../librashader-common", version = "0.1.0-beta.15" }
num-traits = "0.2"
[features]
parse_legacy_glsl = []
[dev-dependencies]
glob = "0.3.1"