mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 01:13:40 +08:00
6 lines
288 B
Markdown
6 lines
288 B
Markdown
|
/// This is copied from Cargokit (which is the official way to use it currently)
|
||
|
/// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin
|
||
|
|
||
|
A sample command-line application with an entrypoint in `bin/`, library code
|
||
|
in `lib/`, and example unit test in `test/`.
|