diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 02:10:19 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 02:10:19 -0500 |
| commit | 619ae299f6a3a906de086c4b302c29a354a79648 (patch) | |
| tree | 992da0b5531eff8b736f24f36c20bd9fa1d1c723 | |
| parent | bee118a55e3ef289744c52e56f612a4bfd9b48c6 (diff) | |
| download | packages-619ae299f6a3a906de086c4b302c29a354a79648.tar.gz packages-619ae299f6a3a906de086c4b302c29a354a79648.zip | |
Update packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7723ba7..819241c 100644 --- a/packages.json +++ b/packages.json @@ -577,5 +577,14 @@ "description": "Wrapper for the DevIL image library", "license": "MIT", "web": "https://github.com/Varriount/DevIL" + }, + { + "name":"signals", + "url":"git://github.com/fowlmouth/signals.nim", + "method":"git", + "tags":["event-based","observer pattern","library"], + "description":"Signals/slots library.", + "license":"MIT", + "web":"https://github.com/fowlmouth/signals.nim" } ] |
