librashader/Cargo.toml
chyyran 604edfb78f cache: implement transparent shader object cache
supported objects:

- SPIR-V artifacts
- Validated DXIL artifacts
- DXBC artifacts
- OpenGL Program Binaries
- Vulkan Pipeline caches
- D3D12 CACHED_PIPELINE_STATE
2023-02-15 18:08:47 -05:00

24 lines
489 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