@@ -13,12 +13,12 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
1313[dependencies ]
1414egui = " 0.33.0"
1515eframe = { version = " 0.33.0" , default-features = false , features = [
16- " accesskit" , # Make egui compatible with screen readers. NOTE: adds a lot of dependencies.
17- " default_fonts" , # Embed the default egui fonts.
18- " glow " , # Use the glow rendering backend. Alternative: "wgpu" .
19- " persistence " , # Enable restoring app state when restarting the app.
20- " wayland " , # To support Linux (and CI)
21- " x11" , # To support older Linux distributions (restores one of the default features)
16+ " accesskit" , # Make egui compatible with screen readers. NOTE: adds a lot of dependencies.
17+ " default_fonts" , # Embed the default egui fonts.
18+ " persistence " , # Enable restoring app state when restarting the app .
19+ " wayland " , # To support Linux (and CI)
20+ " wgpu " , # Use the wgpu rendering backend. Alternative: "glow".
21+ " x11" , # To support older Linux distributions (restores one of the default features)
2222] }
2323log = " 0.4.27"
2424
@@ -53,7 +53,6 @@ opt-level = 2
5353# eframe = { path = "../egui/crates/eframe" }
5454
5555
56-
5756# ----------------------------------------------------------------------------------------
5857# Lints:
5958
0 commit comments