mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-19 09:52:03 +00:00
5 lines
288 B
Markdown
5 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/`.
|