Skip to content

Commit c29e2a3

Browse files
authored
Merge pull request #1903 from hannobraun/readme
Update *Overview* section in README
2 parents 7f9d952 + f022736 commit c29e2a3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ Fornjot is usable for some toy examples, but currently lacks the features for so
3535

3636
This is a list of the crates that make up Fornjot, along with a short description for each, starting with the most basic ones and leading up to the high-level ones:
3737

38-
- `fj` (not published yet; crate on `crates.io` is not the same library): All-in-one API that re-exports all of the following crates.
38+
- [`fj`]: All-in-one API that re-exports all of the following crates.
3939
- [`fj-math`]: Math primitives used by the rest of Fornjot.
4040
- [`fj-interop`]: Basic types that allow other crates to interoperate, without depending on each other.
41-
- `fj-core` (not published yet): Core primitives and code operating on those primitives.
41+
- [`fj-core`]: Core primitives and code operating on those primitives.
4242
- [`fj-export`]: Exports Fornjot models to external data formats.
4343
- [`fj-viewer`]: Displays Fornjot models.
44-
- `fj-window` (not published yet; crate on `crates.io` is not the same library): Simple windowing abstraction for use with `fj-viewer`.
44+
- [`fj-window`]: Simple windowing abstraction for use with `fj-viewer`.
4545

46+
[`fj`]: https://crates.io/crates/fj
47+
[`fj-core`]: https://crates.io/crates/fj-core
4648
[`fj-export`]: https://crates.io/crates/fj-export
4749
[`fj-interop`]: https://crates.io/crates/fj-interop
4850
[`fj-math`]: https://crates.io/crates/fj-math
4951
[`fj-viewer`]: https://crates.io/crates/fj-viewer
52+
[`fj-window`]: https://crates.io/crates/fj-window
5053

5154

5255
## Usage

0 commit comments

Comments
 (0)