Skip to content

Commit

Permalink
remove unused poll-promise dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Sep 4, 2023
1 parent 4cfec50 commit a10a88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
13 changes: 1 addition & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ svg = ["resvg", "tiny-skia", "usvg"]
## Log warnings using [`log`](https://docs.rs/log) crate.
log = ["dep:log", "egui/log"]

## Add support for loading images via HTTP.
ehttp = ["dep:ehttp", "dep:poll-promise"]

[dependencies]
egui = { version = "0.22.0", path = "../egui", default-features = false }

Expand Down Expand Up @@ -72,6 +69,5 @@ resvg = { version = "0.28", optional = true, default-features = false }
tiny-skia = { version = "0.8", optional = true, default-features = false } # must be updated in lock-step with resvg
usvg = { version = "0.28", optional = true, default-features = false }

# ehttp feature
## Add support for loading images via HTTP.
ehttp = { version = "0.3.0", optional = true, default-features = false }
poll-promise = { version = "0.3.0", optional = true }

0 comments on commit a10a88c

Please sign in to comment.