From b4423af2b2f0ebe208ffaef1878a2b7b5521d422 Mon Sep 17 00:00:00 2001 From: Hugo McNally Date: Wed, 2 Mar 2022 16:48:43 +0000 Subject: [PATCH] bumped eframe to version 0.17 --- Cargo.toml | 2 +- examples/simple.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d44be1..ed8c6b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eframe = "0.16" +eframe = "0.17" chrono = "0.4" num-traits = "0.2" diff --git a/examples/simple.rs b/examples/simple.rs index 432d74c..0376598 100644 --- a/examples/simple.rs +++ b/examples/simple.rs @@ -22,7 +22,7 @@ impl epi::App for ExampleApp { "Datepicker example" } - fn update(&mut self, ctx: &egui::CtxRef, _frame: &epi::Frame) { + fn update(&mut self, ctx: &egui::Context, _frame: &epi::Frame) { // ctx.set_debug_on_hover(true); egui::CentralPanel::default().show(ctx, |ui| { egui::Grid::new("exaamples_grid").show(ui, |ui| {