Docs bump; fixes #2

This commit is contained in:
Ryan McGrath 2021-02-07 20:36:47 -08:00
parent 4d82c4d8b3
commit c507d2e3b2
No known key found for this signature in database
GPG key ID: DA6CBD9233593DEA

View file

@ -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.