1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"projects": [
{
"icon": "https://pml68.dev/pml68.png",
"link": "https://sr.ht/~pml68/pml68.dev",
"title": "pml68",
"description": "My personal website — the one you're currently viewing"
},
{
"icon": "https://iced.rs/logo.svg",
"link": "https://sr.ht/~pml68/iced-builder",
"title": "iced Builder",
"description": "UI builder for iced, built with iced. (WIP)"
},
{
"icon": "https://avatars.githubusercontent.com/u/209838582?s=200&v=4",
"link": "https://github.com/foghorn-rs/foghorn",
"title": "Foghorn",
"description": "Signal Messenger client written in Rust and Iced"
},
{
"icon": "https://iced.rs/logo.svg",
"link": "https://sr.ht/~pml68/iced_dialog",
"title": "iced_dialog",
"description": "Custom dialog for iced"
}
]
}
|