File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616env :
1717 # Note: used for test and clippy, not for publish
18- GDEXT_FEATURES : " --features godot/experimental-godot-api,godot/formatted ,godot/serde"
18+ GDEXT_FEATURES : " --features godot/experimental-godot-api,godot/codegen-rustfmt ,godot/serde"
1919
2020 # Crates to publish -- important, this doesn't work when there are spaces in any of the paths!
2121 # Keep in sync with update-version.sh
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ double-precision = ["godot-core/double-precision"]
1919experimental-godot-api = [" godot-core/experimental-godot-api" ]
2020experimental-threads = [" godot-core/experimental-threads" ]
2121experimental-wasm = []
22- rustfmt = [" godot-core/codegen-rustfmt" ]
22+ codegen- rustfmt = [" godot-core/codegen-rustfmt" ]
2323lazy-function-tables = [" godot-core/codegen-lazy-fptrs" ]
2424serde = [" godot-core/serde" ]
2525
Original file line number Diff line number Diff line change 102102//! to explicitly opt in to any instabilities or rough edges that may result. Due to a limitation in Godot, it might currently not
103103//! work Firefox browser.<br><br>
104104//!
105- //! * **`rustfmt`**
105+ //! * **`codegen- rustfmt`**
106106//!
107107//! Use rustfmt to format generated binding code. Because rustfmt is so slow, this is detrimental to initial compile time.
108108//! Without it, we use a lightweight and fast custom formatter to enable basic human readability.
You can’t perform that action at this time.
0 commit comments