librashader/librashader-preprocess/Cargo.toml

15 lines
346 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"
2022-11-22 09:44:38 +11:00
librashader-common = { path = "../librashader-common" }
2022-10-23 15:59:18 +11:00
[features]
default = [ "line_directives" ]
line_directives = []