glfw: eliminate system-sdk for linux and windows

use the package manager instead

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 08:49:38 -07:00
parent a6276544c1
commit 7a03a73ee0
3 changed files with 42 additions and 10 deletions

View file

@ -1,4 +1,5 @@
pub const c = @cImport({
@cDefine("GLFW_INCLUDE_VULKAN", "1");
@cDefine("GLFW_INCLUDE_NONE", "1");
@cInclude("GLFW/glfw3.h");
});