diff --git a/Cargo.toml b/Cargo.toml index 9dee3fa..13c88e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,7 @@ panic = "abort" [profile.release] panic = "abort" + +[dependencies] +glfw-sys = "5.0.0" +libc = "0.2.171"