Compare commits

...

1 Commits

Author SHA1 Message Date
feedc0de 31a194be30 Added library.json 2020-10-28 01:10:25 +01:00
+11
View File
@@ -0,0 +1,11 @@
{
"name": "GSL",
"version": "1.0.0",
"build": {
"includeDir": "include",
"srcFilter":
[
".<*>"
]
}
}