feat(core): enable modulo as a default feature

This commit is contained in:
Federico Terzi 2021-07-10 10:28:32 +02:00
parent 4dac91e10c
commit 8f44b6631c
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ fn main() {
args.push("-p");
args.push("espanso");
args.push("--no-default-features");
args.push("--features");
args.push(&features_flag);

View File

@ -9,7 +9,7 @@ homepage = "https://github.com/federico-terzi/espanso"
edition = "2018"
[features]
#default = ["modulo"]
default = ["modulo"]
# If the wayland feature is enabled, all X11 dependencies will be dropped
# and only methods suitable for Wayland will be used