fix working with qt programs

This commit is contained in:
tho
2020-11-14 10:29:15 -08:00
parent ab127dc580
commit b4c31e005b
3 changed files with 31 additions and 566 deletions

View File

@ -10,14 +10,7 @@ edition = "2018"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
failure = "0.1"
futures-core = { version = "0.3", optional = true }
async-std = { version = "1.6", features = ["attributes", "unstable"], optional = true }
swayipc = {version = "2.7.0", features = ["async", "event_stream"]}
[features]
async = ["async-std"]
event_stream = ["futures-core"]
unstable = []
swayipc = {version = "2.7.0", features = [ "event_stream"]}
#[dependencies.swayipc]
#features = ["async", "event_stream"]