We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d4b2 commit df39d45Copy full SHA for df39d45
bevy_mod_scripting_derive/Cargo.toml
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
20
[dependencies]
21
paste = "1.0.7"
22
-syn = {version="1.0.57",features=["full","fold"]}
+syn = {version="1.0.57",features=["full","fold","extra-traits"]}
23
quote = "1.0.8"
24
proc-macro2 = "1.0"
25
convert_case = "0.5.0"
0 commit comments