Updated rest of the code to use softbuffer name instead of swbuf
This commit is contained in:
parent
ddb1b9bfeb
commit
9023b096d7
6 changed files with 11 additions and 11 deletions
|
|
@ -2,7 +2,7 @@ use instant::Instant;
|
|||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use rayon::prelude::*;
|
||||
use std::f64::consts::PI;
|
||||
use swbuf::GraphicsContext;
|
||||
use softbuffer::GraphicsContext;
|
||||
use winit::event::{Event, WindowEvent};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
use winit::window::WindowBuilder;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use image::GenericImageView;
|
||||
use swbuf::GraphicsContext;
|
||||
use softbuffer::GraphicsContext;
|
||||
use winit::event::{Event, WindowEvent};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
use winit::window::WindowBuilder;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use swbuf::GraphicsContext;
|
||||
use softbuffer::GraphicsContext;
|
||||
use winit::event::{Event, WindowEvent};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
use winit::window::WindowBuilder;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use swbuf::GraphicsContext;
|
||||
use softbuffer::GraphicsContext;
|
||||
use winit::event::{Event, WindowEvent};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
use winit::window::WindowBuilder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue