|
4 | 4 | "projects": |
5 | 5 | [ |
6 | 6 | { |
7 | | - "key": "servoshell", |
8 | | - "name": "servoshell", |
9 | | - "link": "https://github.com/servo/servo/tree/main/ports/servoshell", |
10 | | - "img": "/img/made-with/servoshell.png", |
11 | | - "description": "First-party browser UI built with egui" |
12 | | - }, |
13 | | - { |
14 | | - "key": "verso", |
15 | | - "name": "Verso", |
16 | | - "link": "https://github.com/versotile-org/verso/", |
17 | | - "img": "/img/made-with/verso.png", |
18 | | - "description": "A browser UI for Servo that implements the UI as HTML using Servo's own web rendering support" |
| 7 | + "key": "cuervo", |
| 8 | + "name": "Cuervo", |
| 9 | + "link": "https://github.com/mcclure/cuervo/tree/unstable_traversal_experiment", |
| 10 | + "description": "A text-based UI for Servo" |
19 | 11 | }, |
20 | 12 | { |
21 | 13 | "key": "kdab", |
|
30 | 22 | "link": "https://github.com/moto-browser/moto", |
31 | 23 | "description": "A fork/extension of servoshell that aims to add features such as bookmarks, history and download management" |
32 | 24 | }, |
33 | | - { |
34 | | - "key": "cuervo", |
35 | | - "name": "Cuervo", |
36 | | - "link": "https://github.com/mcclure/cuervo/tree/unstable_traversal_experiment", |
37 | | - "description": "A text-based UI for Servo" |
38 | | - }, |
39 | 25 | { |
40 | 26 | "key": "servo-gtk", |
41 | 27 | "name": "Servo GTK", |
42 | 28 | "link": "https://github.com/nacho/servo-gtk", |
43 | 29 | "img": "/img/made-with/servo-gtk.png", |
44 | 30 | "description": "A GTK4 library that embeds the Servo web engine" |
45 | 31 | }, |
| 32 | + { |
| 33 | + "key": "servoshell", |
| 34 | + "name": "servoshell", |
| 35 | + "link": "https://github.com/servo/servo/tree/main/ports/servoshell", |
| 36 | + "img": "/img/made-with/servoshell.png", |
| 37 | + "description": "First-party browser UI built with egui" |
| 38 | + }, |
46 | 39 | { |
47 | 40 | "key": "slint-servo", |
48 | 41 | "name": "Slint Servo", |
49 | 42 | "link": "https://github.com/slint-ui/slint/tree/master/examples/servo", |
50 | 43 | "img": "/img/made-with/slint-servo.png", |
51 | 44 | "description": "Integrate Servo Web Engine as WebView Component for Slint to render websites" |
| 45 | + }, |
| 46 | + { |
| 47 | + "key": "verso", |
| 48 | + "name": "Verso", |
| 49 | + "link": "https://github.com/versotile-org/verso/", |
| 50 | + "img": "/img/made-with/verso.png", |
| 51 | + "description": "A browser UI for Servo that implements the UI as HTML using Servo's own web rendering support" |
52 | 52 | } |
53 | 53 | ] |
54 | 54 | }, |
|
0 commit comments