mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-08-09 21:31:10 +00:00
Update module.json
- version - private=true
This commit is contained in:
parent
a95d85c675
commit
973df67aaf
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "mbedtls",
|
"name": "mbedtls",
|
||||||
"version": "1.5.0-alpha1",
|
"version": "1.5.0-alpha2",
|
||||||
|
"private": true,
|
||||||
"licenses": [{
|
"licenses": [{
|
||||||
"type": "GPL-2.0",
|
"type": "GPL-2.0",
|
||||||
"url": "https://spdx.org/licenses/GPL-2.0"
|
"url": "https://spdx.org/licenses/GPL-2.0"
|
||||||
}],
|
}],
|
||||||
"extraIncludes": ["include"],
|
"extraIncludes": ["include"],
|
||||||
"dependencies":{
|
"dependencies": {},
|
||||||
},
|
|
||||||
"targetDependencies": {
|
"targetDependencies": {
|
||||||
"arm": {
|
"arm": {
|
||||||
"mbed": "ARMmbed/mbed-sdk"
|
"mbed": "ARMmbed/mbed-sdk"
|
||||||
|
|
Loading…
Reference in a new issue