Skip to content

Commit 91c5129

Browse files
authored
Correct export of Node classes (#51)
Closes #47
1 parent f579a84 commit 91c5129

File tree

10 files changed

+364
-121
lines changed

10 files changed

+364
-121
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ godot = { git = "https://github.com/godot-rust/gdext", tag = "v0.1.3", features
1414
godot-cell = { git = "https://github.com/godot-rust/gdext", tag = "v0.1.3" }
1515
itertools = "0.10.3"
1616
rand = "0.8.5"
17-
darling = { version = "0.20.3" }
17+
darling = { version = "0.20.10" }
1818
proc-macro2 = "1.0.68"
1919
quote = "1.0.33"
2020
syn = "2.0.38"

0 commit comments

Comments
 (0)