librashader/Cargo.toml

29 lines
639 B
TOML
Raw Permalink 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-runtime-mtl",
"librashader-runtime-wgpu",
"librashader-cache",
2022-12-04 10:32:10 +11:00
"librashader-capi",
2024-03-03 17:07:07 +11:00
"librashader-build-script", "librashader-runtime-d3d9"]
2023-07-20 14:38:13 +10:00
resolver = "2"
2024-02-27 10:49:59 +11:00
[workspace.dependencies]
2024-08-02 14:53:13 +10:00
windows = "0.58.0"
2024-02-27 10:49:59 +11:00
[workspace.metadata.release]
[profile.optimized]
inherits = "release"
lto = true
2023-02-13 16:41:53 +11:00
codegen-units = 1