Fix typo
This commit is contained in:
parent
9023b096d7
commit
c9e3652d13
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ For now, the priority for new platforms is:
|
||||||
Example
|
Example
|
||||||
==
|
==
|
||||||
```rust,no_run
|
```rust,no_run
|
||||||
use Softbuffer::GraphicsContext;
|
use softbuffer::GraphicsContext;
|
||||||
use winit::event::{Event, WindowEvent};
|
use winit::event::{Event, WindowEvent};
|
||||||
use winit::event_loop::{ControlFlow, EventLoop};
|
use winit::event_loop::{ControlFlow, EventLoop};
|
||||||
use winit::window::WindowBuilder;
|
use winit::window::WindowBuilder;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue