enable wayland by default

This commit is contained in:
Simon Gardling 2025-12-05 11:56:34 -05:00
parent ba2e782af5
commit b59f214c67
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ description = "Crossplatform (and web-compatible) graphing calculator"
crate-type = ["cdylib", "rlib"]
[features]
wayland-native = ["eframe/wayland"]
default = ["eframe/wayland"]
[profile.release]
debug = false

View File

@ -77,7 +77,7 @@
''
runHook preCheck
export LD_LIBRARY_PATH="${libPath}:$LD_LIBRARY_PATH"
cargo test --workspace --features wayland-native
cargo test --workspace
runHook postCheck
'';