diff options
| author | Petteri Aimonen <jpa@github.mail.kapsi.fi> | 2018-07-24 15:06:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-24 15:06:30 +0300 |
| commit | 7dbe4b984bc69d6a5fc5ad6c40aede29424cfbd4 (patch) | |
| tree | c1938ef135ccd52ae9a40d6859a894aa9264c5cf | |
| parent | dd8da476c7d5970f5b058e6d3737428bc9315a74 (diff) | |
| parent | c0e66997db0adecf2418baf1cb7c8410003faf50 (diff) | |
Merge pull request #8 from puzrin/master
Update pio manifest to satisfy registry add rules
| -rw-r--r-- | library.json | 6 |
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" |
