15 lines
486 B
TOML
15 lines
486 B
TOML
[package]
|
|
name = "librashader-runtime"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
librashader-common = { path = "../librashader-common" }
|
|
librashader-presets = { path = "../librashader-presets" }
|
|
librashader-preprocess = { path = "../librashader-preprocess" }
|
|
librashader-reflect = { path = "../librashader-reflect" }
|
|
bytemuck = "1.12.3"
|
|
rustc-hash = "1.1.0"
|
|
num-traits = "0.2.15" |