Skip to content

Commit

Permalink
Update tao to v0.5 (#365)
Browse files Browse the repository at this point in the history
* Update tao to v0.5

* Add change file
  • Loading branch information
Ngo Iok Ui (Wu Yu Wei) authored Aug 9, 2021
1 parent 251a80b commit 3c4f8b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changes/tao.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"wry": minor
---

Update tao to v0.5. Please see release notes on tao for more information.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
#tao = { version = "0.4", default-features = false, features = [ "serde" ] }
tao = { git = "https://github.com/tauri-apps/tao", branch = "dev", default-features = false, features = [ "serde" ] }
tao = { version = "0.5", default-features = false, features = [ "serde" ] }
#tao = { git = "https://github.com/tauri-apps/tao", branch = "dev", default-features = false, features = [ "serde" ] }

[dev-dependencies]
anyhow = "1.0.42"
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

Cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux.

```toml
[dependencies]
wry = "0.11"
```

<div align="center">
<a href="https://gfycat.com/needywetelk">
<img src="https://thumbs.gfycat.com/NeedyWetElk-size_restricted.gif">
Expand Down

0 comments on commit 3c4f8b8

Please sign in to comment.