enable wayland by default

This commit is contained in:
2025-12-05 11:56:34 -05:00
parent ba2e782af5
commit b59f214c67
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