marc0246
|
1964ae7922
|
Fix Cargo manifests (#2377)
* Fix Cargo manifests
* Oopsie
|
2023-10-29 18:54:11 +01:00 |
|
Rua
|
755dcbc6e2
|
Release Vulkano 0.34.0 (#2367)
|
2023-10-24 18:54:46 +02:00 |
|
Kevin Ji
|
4133a3bf63
|
Use OR operator in Cargo.toml license field (#2293)
The use of `/` is deprecated, per the Cargo reference:
https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
|
2023-08-18 13:36:49 +02:00 |
|
marc0246
|
096d3bc660
|
Publish vulkano-macros (#2175)
* Publish vulkano-macros
* Document `vulkano-macros`
* Make macros dependency optional
* Document `macros` feature
* Fix outdated docs
* Derp
|
2023-04-02 23:33:01 -05:00 |
|
Rua
|
1f31e85c5e
|
Release Vulkano 0.33.0 (#2169)
* Release Vulkano 0.33.0
* Update changelog for recent changes
* Derp
|
2023-04-02 18:38:06 -05:00 |
|
Rua
|
41ded32156
|
Update dependencies, clippy warnings (#2142)
* Update dependencies, clippy warnings
* Remove allowed clippy lint that no longer triggers as of Rust 1.67.1
|
2023-03-05 20:12:17 -06:00 |
|
Rua
|
1f1c2322b6
|
Release Vulkano 0.32.0 (#2061)
* Release Vulkano 0.32.0
* Update CHANGELOG.md
Co-authored-by: Austin Johnson <me@austinj.me>
|
2022-10-31 03:09:41 -05:00 |
|
marc0246
|
1c2d195dab
|
Improvements to caches and switch to ahash (#2019)
* Add `OnceCache`
* Switch to `ahash`
|
2022-10-04 10:04:52 +02:00 |
|
Austin Johnson
|
137fb9f24b
|
Release 0.31 (#1990)
|
2022-09-18 05:46:53 -05:00 |
|
Rua
|
14f14f76ee
|
Update winit to 0.27 (#1933)
* Update winit to 0.27
* Fix windows
* Better fix?
|
2022-07-30 01:58:44 -05:00 |
|
Austin Johnson
|
6a8ee8d75f
|
Release 0.30 (#1929)
|
2022-07-20 03:50:41 -05:00 |
|
Okko Hakola
|
18f68337a5
|
Vulkano util proposal (#1918)
* 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
|
2022-06-24 17:27:33 +02:00 |
|