Skip to content

Commit 4dc257c

Browse files
Leonardmarc2332
andauthored
fix(docs): Update Torin's link in differences with Dioxus (#309)
* Update Torin link and add permalink so it doesn't happen again * Remove permalink and instead add crates.io link * Update differences_with_dioxus.md --------- Co-authored-by: Marc Espín <[email protected]>
1 parent 724e4e8 commit 4dc257c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/differences_with_dioxus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These are the main differences between Freya and the different Dioxus renderers
77
| Category | Freya | Dioxus |
88
|--------------------------------------|------------------|---------------------------------|
99
| **Elements, attributes and events** | Custom | HTML |
10-
| **Layout** | Custom ([`torin`](https://github.com/marc2332/freya/tree/main/torin)) | WebView and [`taffy`](https://github.com/DioxusLabs/taffy) |
10+
| **Layout** | [`Torin`](https://github.com/marc2332/freya/tree/main/crates/torin) | WebView and [`Taffy`](https://github.com/DioxusLabs/taffy) |
1111
| **Renderer** | Skia | WebView or WGPU |
1212
| **Components library** | Custom | None, but can use CSS libraries |
1313
| **Devtools** | Custom | Provided in Webview |

0 commit comments

Comments
 (0)