summaryrefslogtreecommitdiff
path: root/glfw
AgeCommit message (Collapse)Author
2023-11-12build(glfw): disable default features of bindgen dependencyHampusM
2023-10-27feat(glfw): add get cursor position & set input and cursor modeHampusM
2023-10-26style: increase max struct literal width to 36HampusM
2023-10-25feat(glfw): make Size derive Debug, Clone, PartialEq & EqHampusM
2023-10-25feat(glfw): add get keyboard inputHampusM
2023-10-14feat(glfw): add setting window creation hintsHampusM
2023-10-14refactor(glfw): move window creation to builderHampusM
2023-10-08feat(glfw): add Debug derivesHampusM
2023-10-07feat(glfw): add function to set framebuffer size callbackHampusM
2023-10-06feat(glfw): add window size functionHampusM
2023-10-06feat: add GLFW wrapper libraryHampusM