* Update and fixup code
* Fix cross compilation
* Bring back error printing code in case it is useful
* Add version features
* oops
* Fix clippy
* Remove cargo print
* Update MoltenVK to 1.1.10
No ash upgrade in this one, so only need a minor version bump.
* clippy
* README.md update
* Decided to bump to 0.13.0 since the MoltenVK version bump is large.
* lib: Provide entrypoint through Ash loader w.o. implementing Entry
Ash recently [dropped all traits](1) to simplify `ash::Device` usage,
but this also disallows ash-molten from overriding the `EntryV1_0` trait
to provide a static entrypoint intead.
Fortunately ash-molten can simply pass a library loading closure that
returns the static address of `vkGetInstanceProcAddr` to
`EntryCustom::new_custom`, getting rid of the copied `fn
create_instance` implementation at the same time.
[1]: https://github.com/MaikKlein/ash/pull/412
* cargo: Disable unneeded `libloading` feature in Ash
The entry-point is statically linked from `MoltenVK` and does not need
any dlopen nor dlsym functionality.
* Fix some typos
* Bump ash to 0.32.0
* Null patch release
* Use status instead of spawn to check for exit codes
* Revert "Use status instead of spawn to check for exit codes"
This reverts commit 9c22fe7dea5ae8c912a25ac8736071e42c3415b5.
* Squashed commits
* Use a specific moltenvk commit indead
* incremented version and no longer pulling
* fixed version and prebuilt url
* updated patch version