Skip to content

Commit

Permalink
Fix typo (#61)
Browse files Browse the repository at this point in the history
* Fix typo

* Actually fix the typo

Yeah I produced a typo while fixing a typo XD
  • Loading branch information
xyloflake committed Feb 22, 2024
1 parent d225b27 commit 88d49e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Experimental Rust UI library, inspired by SwiftUI. Early days, but some stuff already works. rui will be used for a future version of [Audulus](http://audulus.com/)

rui is GPU rendered and updates reactively (when your state changes). The focus of rui is to have the best ergonomics, and use the simplest possible implementation. As such, there is no retained view tree (DOM) or view diffing. Evertying is re-rendered when state changes, under the assumption that we can do that quickly.
rui is GPU rendered and updates reactively (when your state changes). The focus of rui is to have the best ergonomics, and use the simplest possible implementation. As such, there is no retained view tree (DOM) or view diffing. Everything is re-rendered when state changes, under the assumption that we can do that quickly.

[discord server](https://discord.gg/JCVVBU3sCN)

Expand Down

0 comments on commit 88d49e9

Please sign in to comment.