add libc and glfw to cargo, so rust can access them as well

This commit is contained in:
Quinn
2025-04-12 20:43:42 +02:00
committed by Quinn
parent f61a72c680
commit ae565abab3

View File

@@ -11,3 +11,7 @@ panic = "abort"
[profile.release] [profile.release]
panic = "abort" panic = "abort"
[dependencies]
glfw-sys = "5.0.0"
libc = "0.2.171"