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