Docs bump; fixes #2
This commit is contained in:
parent
4d82c4d8b3
commit
c507d2e3b2
|
@ -19,7 +19,7 @@ existence of unsafe will be closed without comment._
|
||||||
# Hello World
|
# Hello World
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use cacao::macos::app::{App, AppDelegate};
|
use cacao::macos::{App, AppDelegate};
|
||||||
use cacao::macos::window::Window;
|
use cacao::macos::window::Window;
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
@ -55,6 +55,7 @@ In terms of mostly working pieces, the following currently work:
|
||||||
- `Window` construction, handling, and event delegation
|
- `Window` construction, handling, and event delegation
|
||||||
- `View` construction, basic styling, some event delegation
|
- `View` construction, basic styling, some event delegation
|
||||||
- `ViewController` construction, lifecycle delegation
|
- `ViewController` construction, lifecycle delegation
|
||||||
|
- `ListView` support, including cell reuse (still needs testing).
|
||||||
- `Toolbar` construction and basic API
|
- `Toolbar` construction and basic API
|
||||||
- `WebView` with a basic API for handling callbacks
|
- `WebView` with a basic API for handling callbacks
|
||||||
- `Autolayout` for View layout and such.
|
- `Autolayout` for View layout and such.
|
||||||
|
|
Loading…
Reference in a new issue