blob: e32838be5268cefa6ea513952f654af0c9b283ca [file] [log] [blame]
{
"min_sdk_version": "29",
"run_cargo": false,
"variants": [
{
"features": [
"once",
"mutex",
"spin_mutex",
"std"
],
"tests": true
},
{
"features": [
"once",
"mutex",
"spin_mutex"
],
"module_name_overrides": {
"libspin": "libspin_nostd"
},
"package": {
"spin": {
"force_rlib": true,
"host_supported": false,
"no_std": true
}
}
}
]
}