Skip to content

Commit 4384790

Browse files
author
boquanfu
committed
docs: update README
1 parent f8792be commit 4384790

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ float-pigment is a group of low-level rust crates. It helps builds GUI applicati
99

1010
Major crates:
1111

12-
* `float-pigment-css` [![docs.rs](https://img.shields.io/docsrs/float-pigment-css?style=flat-square)
13-
](https://docs.rs/float-pigment-css) CSS parser.
14-
* `float-pigment-layout` [![docs.rs](https://img.shields.io/docsrs/float-pigment-layout?style=flat-square)
15-
](https://docs.rs/float-pigment-layout) Layout engine which supports common CSS `display`, including `flex` `block` and `inline`.
16-
* `float-pigment-forest` [![docs.rs](https://img.shields.io/docsrs/float-pigment-forest?style=flat-square)
17-
](https://docs.rs/float-pigment-forest) Tree implementation that works with `float-pigment-layout`.
18-
* `float-pigment` [![docs.rs](https://img.shields.io/docsrs/float-pigment?style=flat-square)
19-
](https://docs.rs/float-pigment) The collection of all crates above, with C++ bindings.
12+
| Crate Name | Description | Docs |
13+
| ---------- | ----------- | ---- |
14+
| `float-pigment-css` | CSS parser. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-css?style=flat-square)](https://docs.rs/float-pigment-css) |
15+
| `float-pigment-layout` | Layout engine which supports common CSS `display`, including `flex` `block` and `inline`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-layout?style=flat-square)](https://docs.rs/float-pigment-layout) |
16+
| `float-pigment-forest` | Tree implementation that works with `float-pigment-layout`. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-forest?style=flat-square)](https://docs.rs/float-pigment-forest) |
17+
| `float-pigment` | The collection of all crates above, with C++ bindings. | [![docs.rs](https://img.shields.io/docsrs/float-pigment?style=flat-square)](https://docs.rs/float-pigment) |
2018

2119

2220
## float-pigment-css

0 commit comments

Comments
 (0)