From 40cd3d1bdaea4744112f1233bb9634a42cdc1ed2 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sat, 4 Aug 2018 22:59:08 +1000 Subject: [PATCH] Just added the readme change explaining the branch split --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 04c7f41..35fb29e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Clone `godot_headers` under `SimpleLibrary/` cd SimpleLibrary git clone https://github.com/GodotNativeTools/godot_headers ``` + +> Note that the master branch of this repository contains the header for the latest Godot master. If you want to build GDNative modules for older versions of Godot add `-b ` to the git clone command above. i.e. `git clone https://github.com/GodotNativeTools/godot_headers -b 3.0` will retrieve headers compatible with Godot 3.0. + +> With the exception of a breaking change in the ARVR module between 3.0 and 3.1, GDNative plugins written for an older version of Godot will work in newer versions. + ```bash [SimpleLibrary] ├── lib/