gdnative 0.11.3

The Godot game engine's gdnative bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
error: cannot find attribute `method` in this scope
  --> tests/ui/derive_fail_methods.rs:12:7
   |
12 |     #[method]
   |       ^^^^^^ help: an attribute macro with a similar name exists: `methods`
   |
  ::: $WORKSPACE/gdnative-derive/src/lib.rs
   |
   | pub fn methods(meta: TokenStream, input: TokenStream) -> TokenStream {
   | -------------------------------------------------------------------- similarly named attribute macro `methods` defined here