From afedc107556ff1ced3fbd5562420ee055104de0f Mon Sep 17 00:00:00 2001 From: minamorl Date: Wed, 17 Apr 2024 16:14:23 +0900 Subject: [PATCH] Added package rex (#2856) --- packages.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 21ee86c..befc0ac 100644 --- a/packages.json +++ b/packages.json @@ -33124,7 +33124,7 @@ "method": "git", "tags": [ "graphics", - "gpu", + "gpu" ], "description": "A high-performance graphics renderer made for web engines", "license": "MIT", @@ -33151,7 +33151,7 @@ "method": "git", "tags": [ "smtp", - "mail", + "mail" ], "description": "Make sending HTML and file emails easier.", "license": "MIT", @@ -33170,5 +33170,20 @@ "description": "Execute commands and upload/download files using multiple processes and asynchronous methods via SSH.", "license": "MIT", "web": "https://github.com/up7down8/asyncssh2" + }, + { + "name": "rex", + "url": "https://github.com/minamorl/rex", + "method": "git", + "tags": [ + "observable", + "observe", + "library", + "rx", + "reactive" + ], + "description": "Reactive programming, in nim", + "license": "MIT", + "web": "https://github.com/minamorl/rex" } ]