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:
parent
a6276544c1
commit
7a03a73ee0
3 changed files with 42 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
pub const c = @cImport({
|
||||
@cDefine("GLFW_INCLUDE_VULKAN", "1");
|
||||
@cDefine("GLFW_INCLUDE_NONE", "1");
|
||||
@cInclude("GLFW/glfw3.h");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue