This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 335c7622 Add drawing-lib tool to README (#198)
335c7622 is described below
commit 335c7622f4df0b224392e6975df6b4636c44a6a0
Author: Henry Chou <[email protected]>
AuthorDate: Sun Nov 16 18:41:42 2025 -0800
Add drawing-lib tool to README (#198)
Added drawing-lib tool to the tools section in README.
---
ecosystem/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ecosystem/README.md b/ecosystem/README.md
index cd05368d..a6b0a084 100644
--- a/ecosystem/README.md
+++ b/ecosystem/README.md
@@ -45,7 +45,8 @@ ecosystem/
│ └── orbit/ # Orbit deployment tool
└── tools/ # Development and operational tools
├── resvault/ # ResVault tool
- └── create-resilient-app/ # App scaffolding tool
+ ├── create-resilient-app/ # App scaffolding tool
+ └── drawing-lib/ # Drawing library tool
```
## Clone Without Ecosystem