aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 37295454794023bd465148e3fbd0ffe8fa5487bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# iced_material

[![builds.sr.ht status](https://builds.sr.ht/~pml68/iced_material.svg)](https://builds.sr.ht/~pml68/iced_material)

## A [Material3](https://m3.material.io) inspired custom theme for [`iced`](https://iced.rs)

## Screenshots

`Theme::Dark`
![Dark](assets/styling_dark.png)

`Theme::Light`
![Light](assets/styling_light.png)

## Features

- `default`:
- `serde`: Provides [`serde`](https://docs.rs/serde) support.
- `animate`: Provides support for animating with [`iced_anim`](https://github.com/bradysimon/iced_anim/tree/iced/master).
- `dialog`: Provides support for [`iced_dialog`](https://git.sr.ht/~pml68/iced_dialog).
- `selection`: Provides support for [`iced_selection`](https://git.sr.ht/~pml68/iced_selection).
- `markdown`: Provides support for the markdown widget.
- `svg`: Provides support for the SVG widget.
- `qr_code`: Provides support for the QR code widget.