Skip to content

Commit 833e124

Browse files
committed
docs: Updated readme
1 parent b7d5603 commit 833e124

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A GUI library for Rust powered by [Skia](https://skia.org/) and [Dioxus](https://dioxuslabs.com).
66

7-
It's currently work in progress and not usable for production, but you can already play with it! You can join the [Discord](https://discord.gg/sYejxCdewG) server if you have any question.
7+
⚠️ It's currently work in progress and not usable for production, but you can already play with it! You can join the [Discord](https://discord.gg/sYejxCdewG) server if you have any question.
88

99
<table>
1010
<tr>
@@ -47,24 +47,25 @@ fn app(cx: Scope) -> Element {
4747

4848

4949
### Features ✨
50-
- Text, Paragraph
50+
- Label and paragraphs
5151
- Containers and rectangles
52-
- Nested scroll views
53-
- Click, mouse move, scroll events
54-
- Background, text color, padding, width, height, min_width, min_height, shadow, border radius, custom layer (like z-index)
52+
- Scroll views (nested too)
53+
- Click, wheel, mouse /down/leave/over events
5554
- Windows, Linux and MacOS support
56-
- Optional components library
57-
- Animation hooks
55+
- Components library
56+
- Animation hook
5857

5958
### Goals 😁
6059
- Fast
60+
- Low memory usage
6161
- Lightweight
6262
- Secure
6363
- Full cross platform
64+
- Fluid animations
6465

6566
### Ideas 💭
6667
- Tauri integration
67-
- Browser-like devtools
68+
- Devtools
6869

6970
## TO-DO 🚧
7071
Besides all the [tracking](https://github.com/marc2332/freya/issues?q=is%3Aopen+is%3Aissue+label%3Atracking) issues, here are some of the things to do:

0 commit comments

Comments
 (0)