godot-rust / gdnative

Rust bindings for Godot 3
https://godot-rust.github.io
MIT License
3.61k stars 210 forks source link

Update README.md #1039

Open toiletsnakes opened 1 year ago

toiletsnakes commented 1 year ago

the link is broken, 3.3 is the last version of the docs that works.

Bogay commented 11 months ago

Here is the list of files contain links to stable godot doc. Filtered by command grep "docs.godotengine.org/en/stable/" -R . --exclude-dir=gdnative-bindings --exclude-dir=target -l. (The -l can be removed to show matching part)

./gdnative/src/globalscope.rs
./gdnative/src/lib.rs
./gdnative-derive/src/lib.rs
./bindings-generator/src/documentation.rs
./bindings-generator/src/class_docs.rs
./bindings-generator/src/special_methods.rs
./README.md
./examples/native-plugin/src/lib.rs
./examples/rpc/README.md
./gdnative-core/src/core_types/vector2.rs
./gdnative-core/src/core_types/rid.rs
./gdnative-core/src/core_types/dictionary.rs
./gdnative-core/src/core_types/geom/transform2d.rs
./gdnative-core/src/core_types/geom/transform.rs
./gdnative-core/src/core_types/geom/rect2.rs
./gdnative-core/src/core_types/geom/aabb.rs
./gdnative-core/src/core_types/geom/quat.rs
./gdnative-core/src/core_types/geom/basis.rs
./gdnative-core/src/core_types/array.rs
./gdnative-core/src/core_types/mod.rs
./gdnative-core/src/core_types/vector3.rs
./gdnative-core/src/core_types/color.rs
./gdnative-core/src/object/mod.rs
./gdnative-core/src/export/class.rs
./gdnative-core/src/lib.rs