try and improve graphics compatibility on older systems

This commit is contained in:
Skyler Lehmkuhl 2026-02-20 04:32:53 -05:00
parent ce40147efa
commit 3ca03069ec
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ egui_code_editor = "0.2"
# GPU Rendering # GPU Rendering
# vello from git uses wgpu 27, matching eframe 0.33 # vello from git uses wgpu 27, matching eframe 0.33
vello = { git = "https://github.com/linebender/vello", branch = "main" } vello = { git = "https://github.com/linebender/vello", branch = "main" }
wgpu = { version = "27", features = ["vulkan", "metal"] } wgpu = { version = "27", features = ["vulkan", "metal", "gles"] }
kurbo = { version = "0.12", features = ["serde"] } kurbo = { version = "0.12", features = ["serde"] }
peniko = "0.5" peniko = "0.5"