From f218ff26c757bbc4d4437d824199ac1308273f50 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 5 Dec 2025 00:50:01 -0500 Subject: [PATCH] rename wayland feature --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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