From 624aeae2d34c4546eb91a53137b135678709bdd0 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 10 Aug 2022 14:55:42 +0200 Subject: [PATCH] Add a more prominent warning about repository branches in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c49a915b..e985e9c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # godot-cpp +> **Warning** +> +> This repository's `master` branch is only usable with Godot 4.0 ([GDExtension](https://godotengine.org/article/introducing-gd-extensions)). +> +> Switch to the [`3.5` branch](https://github.com/godotengine/godot-cpp/tree/3.5) +> if using Godot 3.5.x with GDNative, +> or the [`3.x` branch](https://github.com/godotengine/godot-cpp/tree/3.x) +> if using the Godot 3.x development branch with GDNative. + This repository contains the *C++ bindings* for the [**Godot Engine**](https://github.com/godotengine/godot)'s GDExtensions API. - [**Versioning**](#versioning)