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("-p");
|
||||||
args.push("espanso");
|
args.push("espanso");
|
||||||
|
args.push("--no-default-features");
|
||||||
args.push("--features");
|
args.push("--features");
|
||||||
args.push(&features_flag);
|
args.push(&features_flag);
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ homepage = "https://github.com/federico-terzi/espanso"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
#default = ["modulo"]
|
default = ["modulo"]
|
||||||
|
|
||||||
# If the wayland feature is enabled, all X11 dependencies will be dropped
|
# If the wayland feature is enabled, all X11 dependencies will be dropped
|
||||||
# and only methods suitable for Wayland will be used
|
# and only methods suitable for Wayland will be used
|
||||||
|
|
Loading…
Reference in New Issue
Block a user