From 315ccf100ecb1a900f2afd472b6b628eadf95b23 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 3 Feb 2022 22:01:55 +0800 Subject: [PATCH] feat: add qcell --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0c5b9..ae93244 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Project or files: │   ├── crossbeam_n_parking_lot │   ├── glommio │   ├── green-threads +│   ├── qcell │   └── rayon ├── __cpu │   └── x86 @@ -69,6 +70,7 @@ Project or files: │   ├── druid │   ├── gtk │   ├── native-dialog +│   ├── orbtk │   ├── sciter │   └── winit ├── __hid @@ -210,7 +212,7 @@ Project or files: ├── vec.rs └── while.rs -180 directories, 33 files +182 directories, 33 files ```