mangayomi-mirror/rust_builder/cargokit
2025-01-17 17:57:43 +01:00
..
build_tool fix 2024-12-13 10:31:57 +01:00
cmake
gradle
.gitignore
build_pod.sh
LICENSE
README
run_build_tool.cmd
run_build_tool.sh refactor: replace Container with Badge for item count display and move hide items in appearance settings 2025-01-17 17:57:43 +01:00

/// 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

Experimental repository to provide glue for seamlessly integrating cargo build
with flutter plugins and packages.

See https://matejknopp.com/post/flutter_plugin_in_rust_with_no_prebuilt_binaries/
for a tutorial on how to use Cargokit.

Example plugin available at https://github.com/irondash/hello_rust_ffi_plugin.