Skip to content

Commit c40a454

Browse files
committed
revision: README.md & bump version
1 parent 994f1ee commit c40a454

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-std"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark"]
55
edition = "2021"
66
description = "Platform agnostic library for supercharging your productivity with Dioxus"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- [x] Clipboard - (Desktop)
3434
- [x] Notifications - (Desktop)
3535
- [x] Utility Hooks
36+
- use_channel - (any)
3637
- use_rw - (any)
3738
- use_prefererred_color_scheme - (wasm)
3839

@@ -76,7 +77,7 @@ sudo apt-get install xorg-dev
7677
You can add `dioxus-std` to your application by adding it to your dependencies.
7778
```toml
7879
[dependencies]
79-
dioxus-std = { version = "0.1.0", features = [] }
80+
dioxus-std = { version = "0.2.0", features = [] }
8081
```
8182

8283
## License

0 commit comments

Comments
 (0)