mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add links to the slint-build crate
This commit is contained in:
parent
e1caeec49d
commit
e1a6cbf8b4
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,9 @@ When your design becomes bigger in terms of markup code, you may want move it to
|
|||
/*!Use a [build script](https://doc.rust-lang.org/cargo/reference/build-scripts.html) to compile
|
||||
your main `.slint` file:
|
||||
|
||||
In your Cargo.toml add a `build` assignment and use the `slint-build` crate in `build-dependencies`:
|
||||
*/
|
||||
# crate in `build-dependencies`:")]
|
||||
/*
|
||||
|
||||
```toml
|
||||
[package]
|
||||
|
@ -352,6 +354,7 @@ pub fn spawn_local<F: core::future::Future + 'static>(
|
|||
/// available for you to instantiate.
|
||||
///
|
||||
/// Check the documentation of the `slint-build` crate for more information.
|
||||
#[doc = i_slint_core_macros::slint_doc_str!("Check the documentation of the [`slint-build`](slint:rust:slint_build/) crate for more information.")]
|
||||
#[macro_export]
|
||||
macro_rules! include_modules {
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue