This commit is contained in:
Mads Marquart 2022-12-23 04:16:43 +01:00
parent 9023b096d7
commit c9e3652d13

View file

@ -55,7 +55,7 @@ For now, the priority for new platforms is:
Example
==
```rust,no_run
use Softbuffer::GraphicsContext;
use softbuffer::GraphicsContext;
use winit::event::{Event, WindowEvent};
use winit::event_loop::{ControlFlow, EventLoop};
use winit::window::WindowBuilder;