From 3ca03069ec68c5c06545a54d8c6f046dba6ccc08 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Fri, 20 Feb 2026 04:32:53 -0500 Subject: [PATCH] try and improve graphics compatibility on older systems --- lightningbeam-ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningbeam-ui/Cargo.toml b/lightningbeam-ui/Cargo.toml index ae6a194..de21ff0 100644 --- a/lightningbeam-ui/Cargo.toml +++ b/lightningbeam-ui/Cargo.toml @@ -20,7 +20,7 @@ egui_code_editor = "0.2" # GPU Rendering # vello from git uses wgpu 27, matching eframe 0.33 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"] } peniko = "0.5"