diff --git a/Cargo.toml b/Cargo.toml index 2c10792..9f559a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,7 @@ description = "Crossplatform (and web-compatible) graphing calculator" crate-type = ["cdylib", "rlib"] [features] -# Enable wayland support for running tests on native targets -native-test = ["eframe/wayland"] +wayland-native = ["eframe/wayland"] [profile.release] debug = false