mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
18f68337a5
* Init vulkano util library * Add window & renderer structs * Update fractal to use vulkano utils * Add general purpose image view generation to storage image * Add some missing functionality * Fix game of life * Rename error * Fix tests * Update documentation texts * Modify license comment * Add to changelog * Improve docs * Allow option to wait on the future * Update doc text * Add filter fn * Modify queue selection * Fix import error * Remove non working tests * Rename start and finish frame to acquire and present * Allow pub creation of window renderer * Ensure config members are pub and it has send + sync * Remove send syncs
4 lines
114 B
TOML
4 lines
114 B
TOML
[workspace]
|
|
members = ["examples", "vulkano", "vulkano-shaders", "vulkano-win", "vulkano-util"]
|
|
exclude = ["www"]
|