mangayomi-mirror/rust_builder/cargokit
2024-08-08 12:56:39 +01:00
..
build_tool fix get cookie, fix filter 2024-08-08 12:56:39 +01:00
cmake fix cropBorders 2024-05-29 17:55:05 +01:00
gradle fix cropBorders 2024-05-29 17:55:05 +01:00
.gitignore fix cropBorders 2024-05-29 17:55:05 +01:00
build_pod.sh fix cropBorders 2024-05-29 17:55:05 +01:00
LICENSE fix cropBorders 2024-05-29 17:55:05 +01:00
README fix cropBorders 2024-05-29 17:55:05 +01:00
run_build_tool.cmd fix cropBorders 2024-05-29 17:55:05 +01:00
run_build_tool.sh fix cropBorders 2024-05-29 17:55:05 +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.