Added library.json

This commit is contained in:
2020-10-28 01:10:25 +01:00
committed by GitHub
parent 6f4529395c
commit 31a194be30

11
library.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "GSL",
"version": "1.0.0",
"build": {
"includeDir": "include",
"srcFilter":
[
".<*>"
]
}
}