gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Provide platform-dependent ICD JSON manifests #161

Closed kvark closed 5 years ago

kvark commented 5 years ago

The library name, extension, and slashes are different between OSes. We should have "portability-macos-debug.json" and so on.

kvark commented 5 years ago

We should also make sure to package them in releases. cc @grovesNL

kvark commented 5 years ago

Fixed by #162