#makepad #robius #tree #auto-configures

robius-use-makepad

Auto-configures all robius-* crates in your dependency tree to work with Makepad

2 releases

0.1.1 Oct 31, 2024
0.1.0 May 23, 2024

#323 in GUI

Download history 15/week @ 2024-11-13 32/week @ 2024-11-20 17/week @ 2024-11-27 8/week @ 2024-12-04 14/week @ 2024-12-11 6/week @ 2024-12-18 3/week @ 2024-12-25 5/week @ 2025-01-08 5/week @ 2025-01-15 7/week @ 2025-01-22 6/week @ 2025-01-29 24/week @ 2025-02-05 39/week @ 2025-02-12 7/week @ 2025-02-19 16/week @ 2025-02-26

86 downloads per month

MIT license

5KB

robius-use-makepad

Latest Version Docs Project Robius Matrix Chat

This crate simply auto-configures all other robius-* crates in your dependency tree to work with Makepad.

Usage of this crate

If you're building a Makepad app that uses any robius-* crates, simply add this to your Cargo.toml to ensure that those robius-* crates are configured correctly to expect being used from within a Makepad app.

That's all you need to do!

More details

This crate exists as a convenient way to auto-configure all other robius-* crates in your dependency tree to work with Makepad. It doesn't have any code -- all it does is enable the makepad feature in the robius-android-env crate, which is an "internal" crate that many other robius-* crates depend on.

Simply depending on this crate will auto-configure all Robius crates to work with Makepad.

Dependencies

~0–11MB
~49K SLoC