Skip to content

Commit

Permalink
Merge #1056
Browse files Browse the repository at this point in the history
1056: Enable the one-class-one-file feature by default for IDEs r=chitoyuu a=chitoyuu

Improves IDE compatibility by default with minimal impact on build performance.

Close #1053

Co-authored-by: Chitose Yuuzaki <[email protected]>
  • Loading branch information
bors[bot] and chitoyuu authored Sep 24, 2023
2 parents 66cd8d9 + 4a53673 commit 4c9a568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdnative-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition = "2021"
rust-version = "1.67"

[features]
default = ["one-class-one-file"]
formatted = []
one-class-one-file = []
custom-godot = ["gdnative_bindings_generator/custom-godot"]
Expand Down

0 comments on commit 4c9a568

Please sign in to comment.