index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
src
/
image.rs
Age
Commit message (
Collapse
)
Author
26 hours
refactor(engine): fix portion of clippy lints
HampusM
2026-08-19
refactor(engine): remove support for lumen colors
HampusM
2026-07-17
refactor(engine): change Color struct into a enum
HampusM
2026-07-16
feat(engine): add fn for getting subview into image
HampusM
2026-07-16
feat(engine): replace Image::try_from_bytes fn with from_pixels fn
HampusM
2026-07-05
feat(engine): add icon to window creation attributes
HampusM
2026-05-26
style: format for Rust edition 2021
HampusM
2026-04-19
feat(engine): add image::Image::try_from_bytes fn
HampusM
2026-03-26
fix(engine): prevent uploading textures with invalid row alignments
HampusM
2026-03-26
refactor(engine): pass color space when generating GL texture
HampusM
2026-03-25
refactor(engine): store textures as assets instead of images
HampusM
2025-11-06
refactor(engine): make models import as multiple asserts
HampusM
2025-06-05
feat(engine): add builder macro to public api
HampusM
2025-06-03
feat(engine): add asset management
HampusM