2022-10-18 14:52:16 +11:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-11-22 08:53:36 +11:00
|
|
|
"librashader",
|
2022-11-22 08:13:37 +11:00
|
|
|
"librashader-common",
|
2022-10-21 16:12:17 +11:00
|
|
|
"librashader-presets",
|
2022-10-23 17:36:41 +11:00
|
|
|
"librashader-preprocess",
|
2022-10-25 16:47:41 +11:00
|
|
|
"librashader-reflect",
|
2022-11-29 16:23:48 +11:00
|
|
|
"librashader-runtime",
|
2022-11-27 07:58:26 +11:00
|
|
|
"librashader-runtime-d3d11",
|
2023-01-22 06:58:13 +11:00
|
|
|
"librashader-runtime-d3d12",
|
2022-11-09 17:11:25 +11:00
|
|
|
"librashader-runtime-gl",
|
2022-12-06 09:30:48 +11:00
|
|
|
"librashader-runtime-vk",
|
2023-02-13 14:36:50 +11:00
|
|
|
"librashader-cache",
|
2022-12-04 10:32:10 +11:00
|
|
|
"librashader-capi",
|
2023-02-12 10:05:50 +11:00
|
|
|
"librashader-build-script"
|
2022-12-01 18:07:21 +11:00
|
|
|
]
|
|
|
|
|
|
|
|
[workspace.metadata.release]
|
2023-02-12 10:05:50 +11:00
|
|
|
|
|
|
|
[profile.optimized]
|
|
|
|
inherits = "release"
|
|
|
|
lto = true
|
2023-02-13 16:41:53 +11:00
|
|
|
codegen-units = 1
|