Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/src/main_event_loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ It can be configured to depend on `async-std`.
We can add it to our dependencies by running the following command.

```
cargo add ashpd --no-default-features --features "gtk4 async-std"
cargo add ashpd --no-default-features --features "gtk4 async-io account"
```

You need to use a Linux desktop environment in order to run the following example locally.
Expand Down Expand Up @@ -242,7 +242,7 @@ The web client [`reqwest`](https://docs.rs/reqwest/latest/reqwest/) belongs to t
Let's add it by executing the following command

```
cargo add reqwest@0.12 --features rustls-tls --no-default-features
cargo add reqwest@0.13 --features rustls --no-default-features
```

As soon as the button is pressed, we want to send a `GET` request to [www.gtk-rs.org](https://www.gtk-rs.org).
Expand Down
Loading