summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 72cd3dd..4aeaa5e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,7 +5,6 @@ mod wgpuctx;
mod eguictx;
mod vertex;
mod texture;
-mod canvas;
mod solar_system;
mod known_stars;
mod timeman;
@@ -14,7 +13,6 @@ use std::cell::RefCell;
use std::thread;
use std::time::{Duration, Instant};
-use serde::de;
use winit::event::{KeyEvent, WindowEvent};
use winit::event_loop::{EventLoop, ActiveEventLoop, ControlFlow};
use winit::error::{EventLoopError};