librashader/Cargo.toml

25 lines
561 B
TOML
Raw Normal View History

2022-10-18 14:52:16 +11:00
[workspace]
members = [
2022-11-22 08:53:36 +11:00
"librashader",
"librashader-common",
"librashader-presets",
2022-10-23 17:36:41 +11:00
"librashader-preprocess",
2022-10-25 16:47:41 +11:00
"librashader-reflect",
"librashader-runtime",
2022-11-27 07:58:26 +11:00
"librashader-runtime-d3d11",
"librashader-runtime-d3d12",
2022-11-09 17:11:25 +11:00
"librashader-runtime-gl",
"librashader-runtime-vk",
"librashader-cache",
2022-12-04 10:32:10 +11:00
"librashader-capi",
"librashader-build-script"
2024-02-10 10:22:14 +11:00
, "librashader-runtime-wgpu", "librashader-runtime-metal"]
2023-07-20 14:38:13 +10:00
resolver = "2"
[workspace.metadata.release]
[profile.optimized]
inherits = "release"
lto = true
2023-02-13 16:41:53 +11:00
codegen-units = 1