librashader/librashader-runtime/Cargo.toml
2023-01-13 19:35:05 -05:00

23 lines
832 B
TOML

[package]
name = "librashader-runtime"
edition = "2021"
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.1.0-alpha.6"
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]
librashader-common = { path = "../librashader-common", version = "0.1.0-alpha.6" }
librashader-presets = { path = "../librashader-presets", version = "0.1.0-alpha.6" }
librashader-preprocess = { path = "../librashader-preprocess", version = "0.1.0-alpha.6" }
librashader-reflect = { path = "../librashader-reflect", version = "0.1.0-alpha.6" }
bytemuck = "1.12.3"
rustc-hash = "1.1.0"
num-traits = "0.2.15"
image = "0.24.5"