Skip to content

Commit

Permalink
Merge pull request #129 from fzyzcjy/repo-sync/flutter_rust_bridge/de…
Browse files Browse the repository at this point in the history
…fault

🔄 Synced file(s) with fzyzcjy/flutter_rust_bridge
  • Loading branch information
mergeable[bot] authored Oct 26, 2021
2 parents f700c83 + 6a9de44 commit 73e6065
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ OPTIONS:
--rust-output <rust-output> Path of output generated Rust code
--class-name <class-name> Generated class name
--dart-format-line-length <dart-format-line-length> Line length for dart formatting
--llvm-path <llvm-path> Path to the installed LLVM
```

## What this library is & isn't
Expand Down
1 change: 1 addition & 0 deletions frb_codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ OPTIONS:
--rust-output <rust-output> Path of output generated Rust code
--class-name <class-name> Generated class name
--dart-format-line-length <dart-format-line-length> Line length for dart formatting
--llvm-path <llvm-path> Path to the installed LLVM
```

## What this library is & isn't
Expand Down
5 changes: 3 additions & 2 deletions frb_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Unreleased
## 1.2.1

* Add `--skip-add-mod-to-lib` flag.
* Allow Rust input file in directories besides root directory of the crate.
* Warn when command's output seems to indicate errors.
* Do not include `stdarg.h` automatically (related: #108 and #53).
* Fix windows path handling problem (#119, thanks @smw-wagnerma)
* Fix windows path handling problem (#119, thanks @smw-wagnerma).
* Add `--llvm-path` flag.

## 1.2.0

Expand Down
1 change: 1 addition & 0 deletions frb_dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ OPTIONS:
--rust-output <rust-output> Path of output generated Rust code
--class-name <class-name> Generated class name
--dart-format-line-length <dart-format-line-length> Line length for dart formatting
--llvm-path <llvm-path> Path to the installed LLVM
```

## What this library is & isn't
Expand Down
1 change: 1 addition & 0 deletions frb_rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ OPTIONS:
--rust-output <rust-output> Path of output generated Rust code
--class-name <class-name> Generated class name
--dart-format-line-length <dart-format-line-length> Line length for dart formatting
--llvm-path <llvm-path> Path to the installed LLVM
```

## What this library is & isn't
Expand Down

0 comments on commit 73e6065

Please sign in to comment.