enable wayland by default
This commit is contained in:
parent
ba2e782af5
commit
b59f214c67
@ -10,7 +10,7 @@ description = "Crossplatform (and web-compatible) graphing calculator"
|
|||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
wayland-native = ["eframe/wayland"]
|
default = ["eframe/wayland"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = false
|
debug = false
|
||||||
|
|||||||
@ -77,7 +77,7 @@
|
|||||||
''
|
''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
export LD_LIBRARY_PATH="${libPath}:$LD_LIBRARY_PATH"
|
export LD_LIBRARY_PATH="${libPath}:$LD_LIBRARY_PATH"
|
||||||
cargo test --workspace --features wayland-native
|
cargo test --workspace
|
||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user