Skip to content

Commit

Permalink
Rev pollster in rfd
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Feb 24, 2023
1 parent ed25446 commit 3f1e549
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
17 changes: 5 additions & 12 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion crates/re_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ nohash-hasher = "0.2"
ordered-float = { version = "3.2", features = ["serde"] }
poll-promise = "0.2"
rand = { version = "0.8", features = ["small_rng"] }
rfd = { version = "0.11", default_features = false, features = ["xdg-portal"] }
# TODO(jleibs): Update after next release of rfd
#rfd = { version = "0.11", default_features = false, features = ["xdg-portal"] }
rfd = { git="https://github.com/rerun-io/rfd.git", rev="0eca3c36243bc4f", default_features = false, features = ["xdg-portal"] }
serde = { version = "1", features = ["derive"] }
slotmap = { version = "1.0.6", features = ["serde"] }
smallvec = { version = "1.10", features = ["serde"] }
Expand Down

0 comments on commit 3f1e549

Please sign in to comment.