Skip to content

Commit f2c4f89

Browse files
committed
docs: better README layout
1 parent 18a3cc7 commit f2c4f89

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

Cargo.lock

Lines changed: 44 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Major crates:
1111

1212
| Crate Name | Description | Docs |
1313
| ---------- | ----------- | ---- |
14-
| <span style="white-space: nowrap">[float-pigment-css](https://crates.io/crates/float-pigment-css)</span> | CSS parser. | [![docs.rs](https://img.shields.io/docsrs/float-pigment-css?style=flat-square)](https://docs.rs/float-pigment-css) |
15-
| <span style="white-space: nowrap">[float-pigment-layout](https://crates.io/crates/float-pigment-layout)</span> | 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-
| <span style="white-space: nowrap">[float-pigment-forest](https://crates.io/crates/float-pigment-forest)</span> | 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-
| <span style="white-space: nowrap">[float-pigment](https://crates.io/crates/float-pigment)</span> | 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) |
14+
| [float-pigment-css](https://crates.io/crates/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](https://crates.io/crates/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](https://crates.io/crates/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](https://crates.io/crates/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) |
1818

1919

2020
## float-pigment-css

0 commit comments

Comments
 (0)