ash-molten/build
Marijn Suijten 2d8c62373f
lib: Provide entrypoint through Ash loader w.o. implementing Entry (#56)
* 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
2021-10-14 09:46:24 +00:00
..
xcframework MoltenVK 1.1.5 (#61) 2021-08-31 15:56:43 +02:00
.DS_Store Release 0.8.2+1.1.2#f28ab1c (#47) 2021-03-05 16:47:52 +00:00
build.rs lib: Provide entrypoint through Ash loader w.o. implementing Entry (#56) 2021-10-14 09:46:24 +00:00