add package tests

This commit is contained in:
2025-12-03 20:04:25 -05:00
parent e96fcdbe99
commit fe01277f7b
4 changed files with 376 additions and 6 deletions

View File

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