There was a bug report at Eden that vkbasalt stopped working in version 0.0.3. This is because the vkbasalt json contains this line:
"library_path": "/usr/$LIB/vkbasalt/libvkbasalt.so"
version 0.0.2 was built in ubuntu so in that case the bundled dynamic linker would expand $LIB correctly.
Is there a way that we can configure the bundled dynamic linker to include all possible locations in $LIB?