Fix Linux support

This commit is contained in:
Piotr Siuszko 2025-10-13 11:25:39 +02:00
parent e15cd2367c
commit e1b1d562b4
2 changed files with 1 additions and 7 deletions

View File

@ -20,6 +20,7 @@ eframe = { version = "0.33", default-features = false, features = [
# "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
"default_fonts", # Embed the default egui fonts.
"glow", # Use the glow rendering backend. Alternative: "wgpu".
"wayland", # To support Linux (and CI)
] }
log = "0.4"
egui_json_tree = "0.14"

View File

@ -136,13 +136,6 @@
<!-- The WASM code will resize the canvas dynamically -->
<!-- the id is hardcoded in main.rs . so, make sure both match. -->
<canvas id="the_canvas_id"></canvas>
<script
data-goatcounter="https://mevlyshkin.goatcounter.com/count"
data-goatcounter-settings='{"path": "/rpack"}'
async
src="//zgo.at/count.js"
></script>
<!--Register Service Worker. this will cache the wasm / js scripts for offline use (for PWA functionality). -->
<!-- Force refresh (Ctrl + F5) to load the latest files instead of cached files -->
<!--<script>