Docs need cleanup again, but fixing the README so nobody is confused... much
This commit is contained in:
parent
d69f59d284
commit
ad54670ffd
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ existence of unsafe will be closed without comment._
|
|||
# Hello World
|
||||
|
||||
```rust
|
||||
use cacao::app::{App, AppDelegate};
|
||||
use cacao::window::Window;
|
||||
use cacao::macos::app::{App, AppDelegate};
|
||||
use cacao::macos::window::Window;
|
||||
|
||||
#[derive(Default)]
|
||||
struct BasicApp {
|
||||
|
|
Loading…
Add table
Reference in a new issue