Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:09
Show Gist options
  • Save robertohuertasm/366a78c59c64f769ff9a94b99e956eb1 to your computer and use it in GitHub Desktop.
Save robertohuertasm/366a78c59c64f769ff9a94b99e956eb1 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
# install the Xcode build tools.
xcode-select --install
# this cargo subcommand will help you create a universal library for use with iOS.
cargo install cargo-lipo
# this tool will let you automatically create the C/C++11 headers of the library.
cargo install cbindgen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment