Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/differences_with_dioxus.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These are the main differences between Freya and the different Dioxus renderers
| Category | Freya | Dioxus |
|--------------------------------------|------------------|---------------------------------|
| **Elements, attributes and events** | Custom | HTML |
| **Layout** | Custom ([`torin`](https://github.com/marc2332/freya/tree/main/torin)) | WebView and [`taffy`](https://github.com/DioxusLabs/taffy) |
| **Layout** | Torin ([repository](https://github.com/marc2332/freya/tree/main/crates/torin) - [crates.io](https://crates.io/crates/torin)) | WebView and [`taffy`](https://github.com/DioxusLabs/taffy) |
| **Renderer** | Skia | WebView or WGPU |
| **Components library** | Custom | None, but can use CSS libraries |
| **Devtools** | Custom | Provided in Webview |
Expand Down