Skip to content

Commit 4c9a568

Browse files
bors[bot]chitoyuu
andauthored
Merge #1056
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 <chitoyuu@potatoes.gay>
2 parents 66cd8d9 + 4a53673 commit 4c9a568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdnative-bindings/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ edition = "2021"
1212
rust-version = "1.67"
1313

1414
[features]
15+
default = ["one-class-one-file"]
1516
formatted = []
1617
one-class-one-file = []
1718
custom-godot = ["gdnative_bindings_generator/custom-godot"]

0 commit comments

Comments
 (0)