Skip to content

Commit

Permalink
webrender: use plain select
Browse files Browse the repository at this point in the history
Drop tokio dependency, stick with pselect. Async IO doesn't really fit
in this case.
  • Loading branch information
declantsien committed Jan 1, 2023
1 parent b220b5c commit 46f8666
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 245 deletions.
204 changes: 160 additions & 44 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions rust_src/crates/webrender/Cargo.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ app_units = "0.7"
bit-vec = "0.6.3"
ttf-parser = "0.17"
once_cell = "1.16.0"
tokio = { version = "1.23", features = ["rt-multi-thread", "sync", "net", "macros", "time"] }
futures = "0.3.25"
winit = "0.27.5"
fontdb = "0.11"
nix = "0.26"
tracing = "0.1"
errno = "0.2"
polling = "2.5"
easy-parallel = "3.2"

[dependencies.webrender]
git = "https://github.com/servo/webrender.git"
Expand Down

0 comments on commit 46f8666

Please sign in to comment.