diff --git a/Cargo.toml b/Cargo.toml index 9f559a9..8147ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/flake.nix b/flake.nix index 1516c05..33b8be4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 '';