aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 3a42f4e84214f73dfd2f56a1fa4fc6c1c200df22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "dependencies": true,
  "device": true,
  "run": true,
  "variants": [
    {
      "features": "serde,std,v1,v4"
    },
    {
      "features": "",
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd",
      "no-std": true
    }
  ]
}