summary history branches tags files
commit:6585d8351cda6837ee9579c254446ed6cd6e93a0
author:Trevor Bentley
committer:Trevor Bentley
date:Sat Aug 5 00:12:50 2017 +0200
parents:0c2ed9adfc1a9b6914e0144e501247c65d60139f
Add dependencies to readme
diff --git a/README.md b/README.md
line changes: +7/-0
index df33cee..3fb0dc1
--- a/README.md
+++ b/README.md
@@ -167,3 +167,10 @@ expire=1492766270
 | System logging                         | <ul><li> [x] </li></ul> | <ul><li> [x] </li></ul> | <ul><li> [ ] </li></ul> |
 
 
+## Notable Dependencies
+
+* [fruitbasket](https://github.com/mrmekon/fruitbasket) - Framework for Mac app lifecycle, written for Connectr.
+* [rubrail](https://github.com/mrmekon/rubrail-rs) - Mac Touch Bar library, written for Connectr.
+* [objc](https://github.com/SSheldon/rust-objc/) - SSheldon's suite of Objective-C wrappers for Rust.
+* [cocoa-rs](https://github.com/servo/cocoa-rs) - Cocoa bindings for Rust, which complement `objc`.
+* [systray](https://github.com/qdot/systray-rs) - Windows systray library for Rust.