Gets Macos dependencies for MoltenVK and Volkano-rs. Apple do not directly support Vulkan so we need MoltenVK in order to bind to Metal. This allows Macos users to automatically get the requirements to use Volkano-rs.
This crate will check you have the Vulkan SDK from Lunar installed and the required environment variables set.
If you don't have them it will download and upack sdk.
Then it will set the environment variables permanently in your .profile
or .bash_profile
It will set:
VULKAN_SDK=$HOME/vulkan_sdk/macOS
PATH=$VULKAN_SDK/bin:$PATH
DYLD_LIBRARY_PATH=$VULKAN_SDK/lib:$DYLD_LIBRARY_PATH
VK_ICD_FILENAMES=$VULKAN_SDK/etc/vulkan/icd.d/MoltenVK_icd.json
VK_LAYER_PATH=$VULKAN_SDK/etc/vulkan/explicit_layer.d