You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</div>
5
5
6
6
-----
7
-
<palign="center"><i>This library is still under development and not ready for production use.</i></p>
7
+
<palign="center"><i>This library is still under development. Expect breaking changes!</i></p>
8
8
<br/>
9
9
10
10
`dioxus-std` is a Dioxus standard library that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, and more to come.
@@ -18,8 +18,6 @@
18
18
-[ ] WiFi
19
19
-[ ] Bluetooth
20
20
21
-
**This library is current under development. Expect breaking changes.**
22
-
23
21
```rust, ignore
24
22
fn app() {
25
23
// TODO: Add example
@@ -42,7 +40,7 @@ sudo apt-get install xorg-dev
42
40
You can add `dioxus-std` to your application by adding it to your dependencies.
0 commit comments