Skip to content

Commit

Permalink
Removing the 'includes' so that the individual headers can be include…
Browse files Browse the repository at this point in the history
…d directly.
  • Loading branch information
dejwk committed Dec 3, 2023
1 parent fefd9f5 commit 8f6a4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/dejwk/roo_collections"
},
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/dejwk/roo_collections",
"frameworks": [
"Arduino",
Expand Down
3 changes: 1 addition & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name=roo_collections
version=1.1.2
version=1.1.3
author=Dejwk <[email protected]>
maintainer=Dejwk <[email protected]>
sentence=Memory-conscious collections, supporting flat small hashtables, hash maps, and hash sets.
paragraph=Keeps all elements with a single flat array, with size 2-3x times the number of elements (but with const lookup time by key).
category=Other
url=https://github.com/dejwk/roo_collections
architectures=*
includes=roo_collections.h

0 comments on commit 8f6a4cd

Please sign in to comment.