mirror of https://github.com/Leinnan/rpack.git
Fix Linux support
This commit is contained in:
parent
e15cd2367c
commit
e1b1d562b4
|
|
@ -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.
|
# "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
|
||||||
"default_fonts", # Embed the default egui fonts.
|
"default_fonts", # Embed the default egui fonts.
|
||||||
"glow", # Use the glow rendering backend. Alternative: "wgpu".
|
"glow", # Use the glow rendering backend. Alternative: "wgpu".
|
||||||
|
"wayland", # To support Linux (and CI)
|
||||||
] }
|
] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
egui_json_tree = "0.14"
|
egui_json_tree = "0.14"
|
||||||
|
|
|
||||||
|
|
@ -136,13 +136,6 @@
|
||||||
<!-- The WASM code will resize the canvas dynamically -->
|
<!-- The WASM code will resize the canvas dynamically -->
|
||||||
<!-- the id is hardcoded in main.rs . so, make sure both match. -->
|
<!-- the id is hardcoded in main.rs . so, make sure both match. -->
|
||||||
<canvas id="the_canvas_id"></canvas>
|
<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). -->
|
<!--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 -->
|
<!-- Force refresh (Ctrl + F5) to load the latest files instead of cached files -->
|
||||||
<!--<script>
|
<!--<script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue