mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Merge branch 'master' of https://github.com/DioxusLabs/rink
This commit is contained in:
commit
8487e36059
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static App: FC<()> = |cx| {
|
|||
![demo app](examples/example.png)
|
||||
|
||||
|
||||
Rink is basically a port of [Ink]() but for Rust and Dioxus. Rink doesn't depend on Node.js or any other JavaScript runtime, so your binaries are portable and beautiful.
|
||||
Rink is basically a port of [Ink](https://github.com/vadimdemedes/ink) but for Rust and Dioxus. Rink doesn't depend on Node.js or any other JavaScript runtime, so your binaries are portable and beautiful.
|
||||
|
||||
## Status
|
||||
|
||||
|
|
Loading…
Reference in a new issue