summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2018-05-22 19:30:59 +0200
committerGitHub <noreply@github.com>2018-05-22 19:30:59 +0200
commit93c26702843fbf124e7fae7bad7b6eef6378c937 (patch)
tree9fc1dca7c9e2b1d967066fe755f79d380a42be9f
parentUpdate library.json (diff)
downloadtiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar.gz
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar.bz2
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar.lz
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar.xz
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.tar.zst
tiny-AES-c-93c26702843fbf124e7fae7bad7b6eef6378c937.zip
-rw-r--r--library.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/library.json b/library.json
index 2ea8346..d7abe89 100644
--- a/library.json
+++ b/library.json
@@ -8,5 +8,6 @@
"url": "https://github.com/kokke/tiny-AES-c.git"
},
"frameworks": "*",
- "platforms": "*"
+ "platforms": "*",
+ "examples": "test.c"
}