Fork to swbuf

This commit is contained in:
Jeremy Soller 2022-12-20 07:07:08 -07:00
parent d30d3255c2
commit 939bcc44d8
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
8 changed files with 241 additions and 20 deletions

View file

@ -1,4 +1,4 @@
use softbuffer::GraphicsContext;
use swbuf::GraphicsContext;
use winit::event::{Event, WindowEvent};
use winit::event_loop::{ControlFlow, EventLoop};
use winit::window::WindowBuilder;