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 401e56f commit 391adbaCopy full SHA for 391adba
crates/bevy_mod_scripting_derive/Cargo.toml
@@ -12,7 +12,7 @@ categories.workspace = true
12
readme.workspace = true
13
14
[dependencies]
15
-syn = { workspace = true, features = ["full"] }
+syn = { workspace = true, features = ["full", "parsing", "derive"] }
16
proc-macro2 = { workspace = true }
17
quote = { workspace = true }
18
0 commit comments