Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
StratusFearMe21 committed Feb 4, 2024
1 parent b10ead7 commit b89f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_app/src/apps/custom3d_wgpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::num::NonZeroU64;

use eframe::{
egui_wgpu::wgpu::util::DeviceExt,
egui_wgpu::{self, render::ScreenDescriptor, wgpu},
egui_wgpu::{self, renderer::ScreenDescriptor, wgpu},
};

pub struct Custom3d {
Expand Down

0 comments on commit b89f922

Please sign in to comment.