Skip to content

Commit

Permalink
Update tao to v0.12 (#609)
Browse files Browse the repository at this point in the history
* Update tao to v0.11

* removoe unneeded examples

Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) and amrbashir committed Jun 14, 2022
1 parent 454bf18 commit f4b42fb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 431 deletions.
5 changes: 5 additions & 0 deletions .changes/011.md
@@ -0,0 +1,5 @@
---
"wry": patch
---

Update tao to 0.11
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
tao = { version = "0.10", default-features = false, features = [ "serde" ] }
tao = { version = "0.11", default-features = false, features = [ "serde" ] }
http = "0.2.7"

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions examples/README.md
Expand Up @@ -12,6 +12,4 @@ Run the `cargo run --example <file_name>` to see how each example works.
- `menu_bar`: uses a custom menu for the application in macOS and the Window and Linux/Windows.
- `multi_window`: create the window dynamically even after the application is running.
- `stream_range`: read the incoming header from the custom protocol and return part of the data. [RFC7233](https://httpwg.org/specs/rfc7233.html#header.range)
- `system_tray_no_menu`: open window on tray icon left click.
- `system_tray`: sample tray application with different behaviours.
- `transparent`: transparent example that also show how to create a valid data URI.
Binary file removed examples/icon.ico
Binary file not shown.
Binary file removed examples/icon.png
Binary file not shown.
Binary file removed examples/icon_blue.ico
Binary file not shown.
Binary file removed examples/icon_dark.png
Binary file not shown.
230 changes: 0 additions & 230 deletions examples/system_tray.rs

This file was deleted.

0 comments on commit f4b42fb

Please sign in to comment.