From 744913d482a9139b71eac8477abc6085bff106bc Mon Sep 17 00:00:00 2001 From: Osspial Date: Thu, 13 Jun 2019 01:43:13 -0400 Subject: [PATCH] Update README.md For the last time on this branch, it seems. Godspeed. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f673bba6..ae7dce167 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# This branch has been archived + +Please direct all work against `master`. + +-------- + # winit - Cross-platform window creation and management in Rust [![Crates.io](https://img.shields.io/crates/v/winit.svg)](https://crates.io/crates/winit) @@ -10,11 +16,6 @@ winit = "0.19.1" ``` -# Please make PRs against `eventloop-2.0` branch. - -All development work for our next version is being done against the [eventloop-2.0](https://github.com/rust-windowing/winit/tree/eventloop-2.0) branch. -Refer to [#459](https://github.com/rust-windowing/winit/issues/459) and [the associated milestone](https://github.com/rust-windowing/winit/milestone/2) for details on what that branch changes. - ## [Documentation](https://docs.rs/winit) For features _within_ the scope of winit, see [FEATURES.md](FEATURES.md).