We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a91f6 commit 2f074faCopy full SHA for 2f074fa
packages/ferric/README.md
@@ -12,8 +12,8 @@ A wrapper around Cargo making it easier to produce prebuilt binaries targeting i
12
"scripts": {
13
"gen:rs": "ferric init lib_name",
14
"build": "ferric build --cwd lib_name",
15
- "build:release": "npm run build -- --configuration release",
16
-},
+ "build:release": "npm run build -- --configuration release"
+}
17
```
18
19
### Project Structure
@@ -33,3 +33,5 @@ lib_name
33
│ │ native_android_folder
34
│ │ native_ios_folder
35
36
+
37
+> Example project seen in `apps/test-app/lib_in_rust`.
0 commit comments