aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Puzrin <vitaly@rcdesign.ru>2018-07-24 14:59:00 +0300
committerGitHub <noreply@github.com>2018-07-24 14:59:00 +0300
commitc0e66997db0adecf2418baf1cb7c8410003faf50 (patch)
treec1938ef135ccd52ae9a40d6859a894aa9264c5cf
parentdd8da476c7d5970f5b058e6d3737428bc9315a74 (diff)
Update pio manifest to satisfy registry add rules
-rw-r--r--library.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/library.json b/library.json
index 56096f8..4862173 100644
--- a/library.json
+++ b/library.json
@@ -1,7 +1,11 @@
{
"name": "libfixmath",
"description": "Cross Platform Fixed Point Maths Library",
- "version": "0.0.0",
+ "keywords": [
+ "fixed",
+ "point",
+ "math"
+ ],
"repository": {
"type": "git",
"url": "https://github.com/PetteriAimonen/libfixmath.git"