Skip to content

Commit f826cb9

Browse files
committed
Update winit_test and re-enable tests/present_and_fetch
1 parent 800f640 commit f826cb9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ colorous = "1.0.12"
8080
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
8181
instant = "0.1.12"
8282
winit = "0.29.2"
83-
winit-test = "0.1.0"
83+
winit-test = "0.2.0"
8484

8585
[dev-dependencies.image]
8686
version = "0.24.6"

tests/present_and_fetch.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// TODO: Once winit is updated again, restore this test.
2-
/*
31
use softbuffer::{Context, Surface};
42
use std::num::NonZeroU32;
53
use winit::event_loop::EventLoopWindowTarget;
@@ -56,6 +54,3 @@ fn all_red(elwt: &EventLoopWindowTarget<()>) {
5654
}
5755

5856
winit_test::main!(all_red);
59-
*/
60-
61-
fn main() {}

0 commit comments

Comments
 (0)