From cd579add3a4f292ae9470411538a520a4ca45d11 Mon Sep 17 00:00:00 2001 From: psionic12 Date: Sun, 9 Jan 2022 22:31:42 +0800 Subject: [PATCH] remove unnecessary crates --- Cargo.toml | 8 +------- src/main.rs | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c306ac..399c0cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,9 @@ vulkano = "0.27.1" vulkano-shaders = "0.27.1" vulkano-win = "0.27.1" winit = "0.25" -png = "0.17" tobj = "3.2.0" -bytemuck = "1.7.3" image = "0.23.14" egui_winit_vulkano = "0.14.0" ultraviolet = "0.8.1" egui = "0.15.0" -egui_demo_lib = "0.15.0" -gs11n = "0.1.0" -gs11n_derive = "0.1.0" -rustc-hash = "1.1.0" -crossbeam-channel = "0.5.2" \ No newline at end of file +egui_demo_lib = "0.15.0" \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index f1f5d90..4bb1ca7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ use std::ops::Index; use std::slice::from_raw_parts; use std::sync::Arc; use std::time::Instant; -use bytemuck::cast_slice; use egui::{ScrollArea, TextEdit, TextStyle}; use egui_winit_vulkano::Gui; use image::{GenericImageView, ImageFormat};