File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77---
88
9- Rust support for Dart's Native Assets .
9+ Rust support for Dart's [ build hooks ] ( https://dart.dev/tools/hooks ) .
1010
1111## Why native_toolchain_rust?
12121 . It's opinionated.
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ interface class RustBuildRunner {
3636 required List <AssetRouting > assetRouting,
3737 }) async {
3838 logger
39- ..info ('Starting build of Rust native assets' )
39+ ..info ('Starting build of Rust code assets' )
4040 ..config (input)
4141 ..config (Platform .environment);
4242
4343 if (! input.config.buildCodeAssets) {
4444 logger.info (
4545 'buildCodeAssets is false; '
46- 'skipping build of Rust native assets' ,
46+ 'skipping build of Rust code assets' ,
4747 );
4848 return ;
4949 }
Original file line number Diff line number Diff line change 11name : native_toolchain_rust
22description : >
3- Rust support for Dart's Native Assets .
3+ Rust support for Dart's build hooks .
44 Automatically builds and bundles your Rust code with your Dart code!
55version : 1.0.0
66homepage : https://github.com/GregoryConrad/native_toolchain_rust
You can’t perform that action at this time.
0 commit comments