первый

This commit is contained in:
2020-11-28 23:20:52 +03:00
commit de59e62d68
5 changed files with 1364 additions and 0 deletions

13
library.json Executable file
View File

@@ -0,0 +1,13 @@
{
"name": "Gyver Encoder",
"repository": {
"type": "git",
"url": "https://github.com/AlexGyver/GyverLibs"
},
"build": {
"srcFilter": [
"+<*>"
],
"flags": "-I./"
}
}