Skip to content

Commit 1fccb84

Browse files
per1234michaelkamprath
authored andcommitted
Specify library dependencies in library.properties (#12)
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
1 parent c5e2066 commit 1fccb84

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Specify library dependencies in library.properties
810

911
## [2.0.0]
1012
### Changed

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ category=Display
88
url=https://kamprath.net/hacks/led-matrix/
99
architectures=*
1010
includes=LEDMatrix.h,RGBLEDMatrix.h,TimerAction.h
11+
depends=Adafruit GFX Library

0 commit comments

Comments
 (0)