mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 15:13:45 +08:00
feat: rust2go-cli
This commit is contained in:
parent
3ce485df5c
commit
16e50e6d75
3
.github/workflows/windows_nightly.yml
vendored
3
.github/workflows/windows_nightly.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
run: |
|
||||
cargo install cargo-expand
|
||||
cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.0'
|
||||
|
||||
- name: setup rust2go-cli
|
||||
run: rust2go-cli --src rust/src/go/go_api.rs --dst rust/go/rs_gen.go
|
||||
|
||||
- name: Flutter Rust bridge generate
|
||||
run: flutter_rust_bridge_codegen generate
|
||||
|
Loading…
Reference in New Issue
Block a user