aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cargo2android.json b/cargo2android.json
index d665005..68d4eaf 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,7 +1,7 @@
{
"device": true,
"run": true,
- "features": "derive,byteorder",
+ "features": "derive,byteorder,simd",
"variants": [
{
"tests": false
@@ -9,7 +9,7 @@
{
"alloc": true,
"dependency-suffix": "_nostd",
- "features": "alloc,derive,byteorder",
+ "features": "alloc,derive,byteorder,simd",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd",
@@ -17,7 +17,7 @@
},
{
"dependency-suffix": "_nostd",
- "features": "derive,byteorder",
+ "features": "derive,byteorder,simd",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd_noalloc",