librashader/Cargo.toml
2023-02-23 22:55:39 -05:00

24 lines
490 B
TOML

[workspace]
members = [
"librashader",
"librashader-common",
"librashader-presets",
"librashader-preprocess",
"librashader-reflect",
"librashader-runtime",
"librashader-runtime-d3d11",
"librashader-runtime-d3d12",
"librashader-runtime-gl",
"librashader-runtime-vk",
"librashader-cache",
"librashader-capi",
"librashader-build-script",
]
[workspace.metadata.release]
[profile.optimized]
inherits = "release"
lto = true
codegen-units = 1