Skip to content

Commit

Permalink
Feature requirement for macros crate
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Aug 8, 2024
1 parent d59739b commit ad30dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/leafwing-studios/leafwing-input-manager"
proc-macro = true

[dependencies]
syn = "2.0"
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-crate = "3.0"

0 comments on commit ad30dee

Please sign in to comment.