librashader/Cargo.toml

16 lines
329 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",
2022-11-09 01:11:25 -05:00
"librashader-runtime-gl",
"librashader-runtime-vk",
2022-12-03 18:32:10 -05:00
"librashader-capi",
]
[workspace.metadata.release]