From 612eb1b3c85f0a1993104c6bcdaf3577cd7a19a6 Mon Sep 17 00:00:00 2001 From: Miles Murgaw Date: Thu, 13 Apr 2023 15:08:46 -0400 Subject: [PATCH] revision: readme.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f40db5..c0f6d9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ----- -

This library is still under development and not ready for production use.

+

This library is still under development. Expect breaking changes!


`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 @@ - [ ] WiFi - [ ] Bluetooth -**This library is current under development. Expect breaking changes.** - ```rust, ignore fn app() { // TODO: Add example @@ -42,7 +40,7 @@ sudo apt-get install xorg-dev You can add `dioxus-std` to your application by adding it to your dependencies. ```toml [dependencies] -dioxus-std = { git="https://github.com/DioxusLabs/dioxus-std" } +dioxus-std = { version = "1.0", features = [] } ``` ## License