From f826cb96115c0512aceee0fcdd218b9d5970e0a9 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 14 Nov 2023 08:39:00 -0800 Subject: [PATCH] Update `winit_test` and re-enable `tests/present_and_fetch` --- Cargo.toml | 2 +- tests/present_and_fetch.rs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de77299..708ee57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ colorous = "1.0.12" criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] } instant = "0.1.12" winit = "0.29.2" -winit-test = "0.1.0" +winit-test = "0.2.0" [dev-dependencies.image] version = "0.24.6" diff --git a/tests/present_and_fetch.rs b/tests/present_and_fetch.rs index 9e87c04..bdb188e 100644 --- a/tests/present_and_fetch.rs +++ b/tests/present_and_fetch.rs @@ -1,5 +1,3 @@ -// TODO: Once winit is updated again, restore this test. -/* use softbuffer::{Context, Surface}; use std::num::NonZeroU32; use winit::event_loop::EventLoopWindowTarget; @@ -56,6 +54,3 @@ fn all_red(elwt: &EventLoopWindowTarget<()>) { } winit_test::main!(all_red); -*/ - -fn main() {}