Skip to content

Commit

Permalink
feat(rust): add flutter_rust_bridge tool
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn committed Nov 4, 2024
1 parent 702db9c commit 1f1a4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ rust-base-plus-tools:
DO +COPY_TOOL --tool="cargo-sweep"
DO +COPY_TOOL --tool="cargo-component"
DO +COPY_TOOL --tool="wasm-pack"
DO +COPY_TOOL --tool="flutter-rust-bridge"

# installer - fully setup our Rust caching.
installer:
Expand Down
3 changes: 3 additions & 0 deletions earthly/rust/tools/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ tool-cargo-component:

tool-wasm-pack:
DO +CARGO_BINSTALL --package=wasm-pack --version=0.13.0

tool-flutter-rust-bridge:
DO +CARGO_BINSTALL --package=flutter_rust_bridge --version=2.5.1

0 comments on commit 1f1a4e7

Please sign in to comment.