summaryrefslogtreecommitdiff
path: root/engine/src/windowing/window.rs
AgeCommit message (Collapse)Author
13 hoursfeat(engine): add fields to window creation attrsHampusM
13 hoursfeat(engine): add windowing DPI utilitiesHampusM
13 hoursrefactor(engine): make window creation attrs struct not a wrapperHampusM
2026-06-11feat(engine): make window inner size modifiableHampusM
2026-06-11feat(engine): make Window & CursorGrabMode derive ReflectionHampusM
2026-05-26feat(engine): add 'maximized' & 'fullscreen' window creation attrsHampusM
2026-05-26style: format for Rust edition 2021HampusM
2026-05-21chore: rename ecs* crates to engine-ecs*HampusM
2025-11-06feat(engine): add scale factor to Window structHampusM
2025-10-18refactor(engine): use winit instead of glfwHampusM