From c507d2e3b20a45a9e34f745d1b818b9b78389200 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 7 Feb 2021 20:36:47 -0800 Subject: [PATCH] Docs bump; fixes #2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8048c7b..c888a7f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ existence of unsafe will be closed without comment._ # Hello World ```rust -use cacao::macos::app::{App, AppDelegate}; +use cacao::macos::{App, AppDelegate}; use cacao::macos::window::Window; #[derive(Default)] @@ -55,6 +55,7 @@ In terms of mostly working pieces, the following currently work: - `Window` construction, handling, and event delegation - `View` construction, basic styling, some event delegation - `ViewController` construction, lifecycle delegation +- `ListView` support, including cell reuse (still needs testing). - `Toolbar` construction and basic API - `WebView` with a basic API for handling callbacks - `Autolayout` for View layout and such.