Skip to content

Commit cbcfd5f

Browse files
committed
move bindings under different module
1 parent 3d5123d commit cbcfd5f

File tree

10 files changed

+1
-28673
lines changed

10 files changed

+1
-28673
lines changed

.github/workflows/generate_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
RUST_TOOLCHAIN: nightly-2024-12-15
1616
BEVY_API_GEN_PATH: ${{ github.workspace }}/crates/bevy_api_gen
1717
BEVY_PATH: ${{ github.workspace }}/target/codegen/bevy
18-
OUTPUT_PATH: ${{ github.workspace }}/crates/bevy_mod_scripting_functions/src/bevy/
18+
OUTPUT_PATH: ${{ github.workspace }}/crates/bevy_mod_scripting_functions/src/bevy_bindings/
1919
BEVY_FEATURES: bevy_asset,bevy_animation,bevy_core_pipeline,bevy_ui,bevy_pbr,bevy_render,bevy_text,bevy_sprite,file_watcher,multi_threaded
2020
BRANCH_NAME: __update-bevy-bindings-${{ github.head_ref || github.ref_name }}
2121
GH_TOKEN: ${{ github.token }}

crates/bevy_mod_scripting_functions/src/bevy/bevy_core.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)