mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
add libc and glfw to cargo, so rust can access them as well
This commit is contained in:
@@ -11,3 +11,7 @@ panic = "abort"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
glfw-sys = "5.0.0"
|
||||||
|
libc = "0.2.171"
|
||||||
|
|||||||
Reference in New Issue
Block a user