Fork to swbuf
This commit is contained in:
parent
d30d3255c2
commit
939bcc44d8
8 changed files with 241 additions and 20 deletions
|
|
@ -2,7 +2,7 @@ use std::f64::consts::PI;
|
|||
use instant::Instant;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
use rayon::prelude::*;
|
||||
use softbuffer::GraphicsContext;
|
||||
use swbuf::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