From b35d6cf47ed154697fb45e10586206295148eb35 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 4 May 2026 11:03:27 -0400 Subject: add label rendering for planetary bodies --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.rs') 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}; -- cgit v1.2.3