texture: First image load
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled

This commit is contained in:
Florian RICHER 2025-05-27 22:25:17 +02:00
parent 5b0ab19207
commit 29a4da5666
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
11 changed files with 220 additions and 72 deletions

View file

@ -15,6 +15,8 @@ vulkano-shaders = "0.35"
vulkano-util = "0.35"
egui_winit_vulkano = { version = "0.28" }
image = { version = "0.25", features = ["png", "jpeg"] }
# Math
glam = { version = "0.30" }