Add macos/ios app using rust lib

This commit is contained in:
Piv
2023-02-03 21:29:23 +10:30
parent 1168ca46db
commit 734a19f711
25 changed files with 1265 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
//
// coster-bridge.h
// FastCoster
//
// Created by Michael Pivato on 3/2/2023.
//
#ifndef coster_bridge_h
#define coster_bridge_h
#import "libcoster_rs.h"
#endif /* coster_bridge_h */