From f9e3bdfdb2db8b77dea66da121d4ce40b055c008 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sat, 2 Oct 2021 12:08:34 -0700 Subject: [PATCH] [wip] swift --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2935e1c..495c4c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Setup build environment +Setup Android build environment 1. Add Android rust targets @@ -12,6 +12,10 @@ rustup target add x86_64-apple-darwin x86_64-unknown-linux-gnu x86_64-linux-andr export ANDROID_NDK_HOME=/home//Android/Sdk/ndk/ ``` +Setup Swift build environment + +1. Install Swift, see ["Download Swift"](https://swift.org/download/) page + Adding new structs and functions 1. Create C safe Rust structs and related functions using safer-ffi