Added library.json

This commit is contained in:
2020-10-28 01:01:58 +01:00
committed by GitHub
parent af2f988b58
commit 46051d8e68

12
library.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "units",
"version": "1.0.0",
"build": {
"includeDir": "src/include",
"srcFilter":
[
".<*>"
]
}
}