index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glfw
Age
Commit message (
Expand
)
Author
2024-10-17
feat(glfw): add variants associated array to Key enum
HampusM
2024-10-17
refactor(glfw): use FromRepr derive macro from util-macros
HampusM
2024-10-13
refactor(glfw): use C-unwind ABI
HampusM
2024-05-25
docs(glfw): add documentation comments to Hint variants
HampusM
2024-05-24
refactor(glfw): add window creation hint enum
HampusM
2024-05-24
feat(glfw): add support for double buffer window creation hint
HampusM
2024-05-24
refactor(glfw): make Hint non-exhaustive
HampusM
2024-05-24
feat(glfw): add support for samples window hint
HampusM
2024-05-19
fix(glfw): check major version of GLFW shared library
HampusM
2024-05-18
feat(glfw): add Window set focus callback function
HampusM
2024-04-06
feat(glfw): add setting window close callback
HampusM
2024-03-16
feat(glfw): make MouseButton derive PartialEq, Eq & Hash
HampusM
2024-03-16
feat(glfw): add function to set mouse button callback
HampusM
2024-03-16
feat: add function to set window cursor position callback
HampusM
2024-03-16
feat(glfw): make Key derive PartialEq, Eq & Hash
HampusM
2024-03-06
feat(glfw): add setting key callback
HampusM
2023-12-03
chore(glfw): add OpenGL crate feature
HampusM
2023-11-27
feat(glfw): add InputMode derives
HampusM
2023-11-27
docs(glfw): add InputMode & CursorMode doc comments
HampusM
2023-11-27
feat(glfw): add get mouse button input
HampusM
2023-11-12
build(glfw): disable default features of bindgen dependency
HampusM
2023-10-27
feat(glfw): add get cursor position & set input and cursor mode
HampusM
2023-10-26
style: increase max struct literal width to 36
HampusM
2023-10-25
feat(glfw): make Size derive Debug, Clone, PartialEq & Eq
HampusM
2023-10-25
feat(glfw): add get keyboard input
HampusM
2023-10-14
feat(glfw): add setting window creation hints
HampusM
2023-10-14
refactor(glfw): move window creation to builder
HampusM
2023-10-08
feat(glfw): add Debug derives
HampusM
2023-10-07
feat(glfw): add function to set framebuffer size callback
HampusM
2023-10-06
feat(glfw): add window size function
HampusM
2023-10-06
feat: add GLFW wrapper library
HampusM