Skip to content

Commit

Permalink
Correct export of Node classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Aug 20, 2024
1 parent f579a84 commit bdd4049
Show file tree
Hide file tree
Showing 10 changed files with 327 additions and 115 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ godot = { git = "https://github.com/godot-rust/gdext", tag = "v0.1.3", features
godot-cell = { git = "https://github.com/godot-rust/gdext", tag = "v0.1.3" }
itertools = "0.10.3"
rand = "0.8.5"
darling = { version = "0.20.3" }
darling = { version = "0.20.10" }
proc-macro2 = "1.0.68"
quote = "1.0.33"
syn = "2.0.38"
Expand Down
Loading

0 comments on commit bdd4049

Please sign in to comment.