Skip to content

Commit

Permalink
remove unnecessary crates
Browse files Browse the repository at this point in the history
  • Loading branch information
psionic12 committed Jan 9, 2022
1 parent 1f123ac commit cd579ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
egui_demo_lib = "0.15.0"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit cd579ad

Please sign in to comment.