From 4f03eb9d657fd74da341bb2b0d391c6b855073af Mon Sep 17 00:00:00 2001 From: Simon Kallweit Date: Tue, 27 Feb 2024 00:32:03 +0100 Subject: switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain (#3627) * switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain * fix window content size on macos --------- Co-authored-by: Yong He --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 38fe65889..19fc9c6fa 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1208,7 +1208,7 @@ tool "gfx" end if os.target() == "macosx" then - links { "Cocoa.framework" } + links { "Cocoa.framework", "QuartzCore.framework" } end if enableXlib then -- cgit v1.2.3