Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
gtk: Use futures-preview crates instead of futures
Browse files Browse the repository at this point in the history
The futures crates were janked from crates.io and renamed to
futures-preview for whatever reason.
  • Loading branch information
sdroege committed Jun 28, 2018
1 parent ce51c9f commit d6e0f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -39,7 +39,7 @@ v3_16 = ["v3_14", "gtk-sys/v3_16", "gdk/v3_16"]
v3_10 = ["v3_8", "gtk-sys/v3_10", "gdk/v3_10"]
v3_14 = ["v3_12", "gtk-sys/v3_14", "gdk/v3_14"]
dox = ["gdk/dox", "gtk-sys/dox"]
futures = ["futures-core", "send-cell", "gio/futures"]
futures = ["futures-core-preview", "send-cell", "gio/futures"]

[target.'cfg(target_os = "macos")'.build-dependencies]
cc = "^1.0"
Expand All @@ -54,7 +54,7 @@ libc = "0.2"
bitflags = "1.0"
lazy_static = "1.0"
send-cell = { version = "0.1", optional = true }
futures-core = { version = "0.2", optional = true }
futures-core-preview = { version = "0.2", optional = true }

[dependencies.cairo-sys-rs]
version = "0.6.0"
Expand Down

0 comments on commit d6e0f58

Please sign in to comment.