Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KGrewal1 committed Dec 6, 2024
1 parent 94bc240 commit d0da725
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions masonry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@

</div>

[tracing_tracy]: https://crates.io/crates/tracing-tracy

<!-- We use cargo-rdme to update the README with the contents of lib.rs.
To edit the following section, update it in lib.rs, then run:
cargo rdme --workspace-project=color --heading-base-level=0
Full documentation at https://github.com/orium/cargo-rdme -->

<!-- Intra-doc links used in lib.rs should be evaluated here.
See https://linebender.org/blog/doc-include/ for related discussion. -->
[tracing_tracy]: https://crates.io/crates/tracing-tracy

<!-- cargo-rdme start -->

Masonry gives you a platform to create windows (using [winit] as a backend) each with a tree of widgets. It also gives you tools to inspect that widget tree at runtime, write unit tests on it, and generally have an easier time debugging and maintaining your app.
Expand Down

0 comments on commit d0da725

Please sign in to comment.