Crates.io | robius-use-makepad |
lib.rs | robius-use-makepad |
version | 0.1.1 |
source | src |
created_at | 2024-05-23 22:22:06.578562 |
updated_at | 2024-10-31 23:11:16.014839 |
description | Auto-configures all `robius-*` crates in your dependency tree to work with Makepad |
homepage | https://robius.rs/ |
repository | https://github.com/project-robius/robius-use-makepad |
max_upload_size | |
id | 1250480 |
size | 5,762 |
This crate simply auto-configures all other robius-*
crates
in your dependency tree to work with Makepad.
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!
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.