From 23d3e50b0bf09c38af13ceacf4fe1324b5c30b45 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Mon, 8 Mar 2021 18:07:52 +0100 Subject: [PATCH] docs(readme): Remove section about the 'next-bevy' branch --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 4e8837e9..4828b026 100644 --- a/README.md +++ b/README.md @@ -49,17 +49,7 @@ heron = "0.2.0" **For a 2d game:** ```toml bevy = "^0.4.0" -heron = { version = "0.2.0"] } -``` - -**With the git version of bevy:** -```toml -bevy = { git = "https://github.com/bevyengine/bevy.git", branch = "main" } - -# ATTENTION: The code may not compile. And if it does compile, it may not work properly! -# Be aware, that it might contains unreleased features and breaking changes too. -# Checkout the changelog: https://github.com/jcornaz/heron/blob/next-bevy/CHANGELOG.md#unreleased -heron = { git = "https://github.com/jcornaz/heron.git", branch = "next-bevy" } +heron = { version = "0.2.0", default-features = false, features = ["2d"] } ```