diff --git a/ash/src/entry.rs b/ash/src/entry.rs index 6684152..6c8a7b1 100644 --- a/ash/src/entry.rs +++ b/ash/src/entry.rs @@ -33,7 +33,7 @@ const LIB_PATH: &'static str = "libvulkan.so.1"; const LIB_PATH: &'static str = "libvulkan.so"; #[cfg(any(target_os = "macos", target_os = "ios"))] -const LIB_PATH: &'static str = "libMoltenVK.dylib"; +const LIB_PATH: &'static str = "libvulkan.dylib"; lazy_static! { static ref VK_LIB: Result =