cleanup flake.nix

This commit is contained in:
2025-12-04 02:48:06 -05:00
parent abfe5480e5
commit 66f0bd5b02
2 changed files with 5 additions and 33 deletions

View File

@@ -10,8 +10,8 @@ description = "Crossplatform (and web-compatible) graphing calculator"
crate-type = ["cdylib", "rlib"]
[features]
# Enable x11/wayland support for running tests on native targets
native-test = ["eframe/x11", "eframe/wayland"]
# Enable wayland support for running tests on native targets
native-test = ["eframe/wayland"]
[profile.release]
debug = false