librashader/librashader-preprocess/Cargo.toml

12 lines
267 B
TOML
Raw Normal View History

[package]
name = "librashader-preprocess"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.37"
2022-10-22 12:04:00 +11:00
nom = "7.1.1"
librashader = { path = "../librashader"}