From b35d23057b268f48a84384b38e0c882442c8081b Mon Sep 17 00:00:00 2001 From: Atul R Date: Mon, 3 Jun 2019 19:43:17 +0200 Subject: [PATCH] Fix readme checkboxes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53f28a620..764f99bfe 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ A cross platform library to build native desktop apps. Based on Qt5. ## Features -- [-] Cross platform. Should work on major Linux flavours, Windows and MacOS -- [-] Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program. +- [x] Cross platform. Should work on major Linux flavours, Windows and MacOS +- [x] Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program. - [ ] (Partial support is present) Easily exstensible for creating custom native widgets (like react native). -- [-] Support for flex box layouting using Yoga. -- [-] Supports styling using css (includes actual cascading) or atleast useful subset of css properties. -- [-] Complete Nodejs api support (Currently runs on Node v12 - and is easily upgradable). -- [-] Can use all node compatible npm modules. +- [x] Support for flex box layouting using Yoga. +- [x] Supports styling using css (includes actual cascading) or atleast useful subset of css properties. +- [x] Complete Nodejs api support (Currently runs on Node v12 - and is easily upgradable). +- [x] Can use all node compatible npm modules. - [ ] Native widget event listener support. -- [-] Should be usable for commercial applications aswell. +- [x] Should be usable for commercial applications aswell. - [ ] (Partial) Should have a decent list of stylable native widgets. - [ ] Easy build and packaging process. - [ ] Good Devtools support (hot reload, live reload, debugging etc).