diff options
| author | HampusM <hampus@hampusmat.com> | 2026-03-26 14:49:36 +0100 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-03-26 14:49:36 +0100 |
| commit | 3a92f3c8eacc4b5b51bf31280032113d9840ea03 (patch) | |
| tree | ce5d54a9bb720c03d291f74d63ee151b1d6134af /engine/Cargo.toml | |
| parent | bf024cf66bd64840faed19e0c35ee0c40ba6b3c6 (diff) | |
refactor(engine): pass color space when generating GL texture
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 9461ee9..424d09b 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -26,7 +26,7 @@ default-features = false features = ["rwh_06", "wayland", "wayland-dlopen", "x11"] [dependencies.image_rs] -version = "0.24.7" +version = "0.25.10" default-features = false features = ["png", "jpeg"] package = "image" |
