feat(core): enable modulo as a default feature
This commit is contained in:
parent
4dac91e10c
commit
8f44b6631c
|
@ -71,6 +71,7 @@ fn main() {
|
|||
|
||||
args.push("-p");
|
||||
args.push("espanso");
|
||||
args.push("--no-default-features");
|
||||
args.push("--features");
|
||||
args.push(&features_flag);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user