|
1 | 1 | # godot-cpp |
2 | 2 |
|
3 | | -> **Warning** |
| 3 | +> [!WARNING] |
4 | 4 | > |
5 | 5 | > This repository's `master` branch is only usable with |
6 | 6 | > [GDExtension](https://godotengine.org/article/introducing-gd-extensions) |
@@ -49,18 +49,20 @@ Godot version.** |
49 | 49 |
|
50 | 50 | ## Compatibility |
51 | 51 |
|
52 | | -**Warning:** The GDExtension API is brand new in Godot 4.0, and is still |
| 52 | +> [!WARNING] |
| 53 | +> |
| 54 | +> The GDExtension API is brand new in Godot 4.0, and is still |
53 | 55 | considered in **beta** stage, despite Godot 4.0 itself being released. |
54 | | - |
55 | | -This applies to both the GDExtension interface header, the API JSON, and this |
| 56 | +> |
| 57 | +> This applies to both the GDExtension interface header, the API JSON, and this |
56 | 58 | first-party `godot-cpp` extension. |
57 | | - |
58 | | -Some compatibility breakage is to be expected as GDExtension and `godot-cpp` |
59 | | -get more used, documented, and critical issues get resolved. See the |
60 | | -[Godot issue tracker](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension) |
61 | | -and the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues) |
62 | | -for a list of known issues, and be sure to provide feedback on issues and PRs |
63 | | -which affect your use of this extension. |
| 59 | +> |
| 60 | +> Some compatibility breakage is to be expected as GDExtension and `godot-cpp` |
| 61 | +> get more used, documented, and critical issues get resolved. See the |
| 62 | +> [Godot issue tracker](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension) |
| 63 | +> and the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues) |
| 64 | +> for a list of known issues, and be sure to provide feedback on issues and PRs |
| 65 | +> which affect your use of this extension. |
64 | 66 |
|
65 | 67 | ## Contributing |
66 | 68 |
|
|
0 commit comments