Skip to content

Commit 4a53673

Browse files
committed
Enable the one-class-one-file feature by default for IDEs
Improves IDE compatibility by default with minimal impact on build performance. Close #1053
1 parent 66cd8d9 commit 4a53673

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)