librashader/Cargo.toml

29 lines
639 B
TOML
Raw Normal View History

2022-10-17 23:52:16 -04:00
[workspace]
members = [
2022-11-21 16:53:36 -05:00
"librashader",
"librashader-common",
"librashader-presets",
2022-10-23 02:36:41 -04:00
"librashader-preprocess",
2022-10-25 01:47:41 -04:00
"librashader-reflect",
"librashader-runtime",
2022-11-26 15:58:26 -05:00
"librashader-runtime-d3d11",
"librashader-runtime-d3d12",
2022-11-09 01:11:25 -05:00
"librashader-runtime-gl",
"librashader-runtime-vk",
"librashader-runtime-mtl",
"librashader-runtime-wgpu",
"librashader-cache",
2022-12-03 18:32:10 -05:00
"librashader-capi",
2024-03-03 01:07:07 -05:00
"librashader-build-script", "librashader-runtime-d3d9"]
2023-07-20 00:38:13 -04:00
resolver = "2"
2024-02-26 18:49:59 -05:00
[workspace.dependencies]
2024-08-02 00:53:13 -04:00
windows = "0.58.0"
2024-02-26 18:49:59 -05:00
[workspace.metadata.release]
[profile.optimized]
inherits = "release"
lto = true
2023-02-13 00:41:53 -05:00
codegen-units = 1