|
1 | 1 | [package]
|
2 | 2 | name = "bevy_mod_scripting_functions"
|
3 |
| -version = "0.15.1" |
| 3 | +version = "0.16.0" |
4 | 4 | edition = "2024"
|
5 | 5 | authors = [ "Maksymilian Mozolewski <[email protected]>"]
|
6 | 6 | license = "MIT OR Apache-2.0"
|
@@ -47,38 +47,38 @@ bevy_mod_scripting_bindings = { workspace = true }
|
47 | 47 | bevy_mod_scripting_display = { workspace = true }
|
48 | 48 | bevy_mod_scripting_asset = { workspace = true }
|
49 | 49 | bevy_mod_scripting_derive = { workspace = true }
|
50 |
| -bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.15.1" } |
51 |
| -bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.15.1" } |
52 |
| -bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" } |
| 50 | +bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.16.0" } |
| 51 | +bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.16.0" } |
| 52 | +bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.3.0" } |
53 | 53 |
|
54 | 54 | bevy_ecs = { workspace = true, features = ["std", "bevy_reflect"] }
|
55 | 55 | bevy_app = { workspace = true }
|
56 | 56 | bevy_asset = { workspace = true }
|
57 | 57 | bevy_platform = { workspace = true, features = ["std"] }
|
58 | 58 | bevy_reflect = { workspace = true, features = [] }
|
59 | 59 |
|
60 |
| -bevy_a11y_bms_bindings = { path = "../bindings/bevy_a11y_bms_bindings", version = "0.15.1", optional = true } |
61 |
| -bevy_animation_bms_bindings = { path = "../bindings/bevy_animation_bms_bindings", version = "0.15.1", optional = true } |
62 |
| -bevy_asset_bms_bindings = { path = "../bindings/bevy_asset_bms_bindings", version = "0.15.1", optional = true } |
63 |
| -bevy_color_bms_bindings = { path = "../bindings/bevy_color_bms_bindings", version = "0.15.1", optional = true } |
64 |
| -bevy_core_pipeline_bms_bindings = { path = "../bindings/bevy_core_pipeline_bms_bindings", version = "0.15.1", optional = true } |
65 |
| -bevy_ecs_bms_bindings = { path = "../bindings/bevy_ecs_bms_bindings", version = "0.15.1", optional = true } |
66 |
| -bevy_gizmos_bms_bindings = { path = "../bindings/bevy_gizmos_bms_bindings", version = "0.15.1", optional = true } |
67 |
| -bevy_gltf_bms_bindings = { path = "../bindings/bevy_gltf_bms_bindings", version = "0.15.1", optional = true } |
68 |
| -bevy_image_bms_bindings = { path = "../bindings/bevy_image_bms_bindings", version = "0.15.1", optional = true } |
69 |
| -bevy_input_bms_bindings = { path = "../bindings/bevy_input_bms_bindings", version = "0.15.1", optional = true } |
70 |
| -bevy_input_focus_bms_bindings = { path = "../bindings/bevy_input_focus_bms_bindings", version = "0.15.1", optional = true } |
71 |
| -bevy_math_bms_bindings = { path = "../bindings/bevy_math_bms_bindings", version = "0.15.1", optional = true } |
72 |
| -bevy_mesh_bms_bindings = { path = "../bindings/bevy_mesh_bms_bindings", version = "0.15.1", optional = true } |
73 |
| -bevy_pbr_bms_bindings = { path = "../bindings/bevy_pbr_bms_bindings", version = "0.15.1", optional = true } |
74 |
| -bevy_picking_bms_bindings = { path = "../bindings/bevy_picking_bms_bindings", version = "0.15.1", optional = true } |
75 |
| -bevy_reflect_bms_bindings = { path = "../bindings/bevy_reflect_bms_bindings", version = "0.15.1", optional = true } |
76 |
| -bevy_render_bms_bindings = { path = "../bindings/bevy_render_bms_bindings", version = "0.15.1", optional = true } |
77 |
| -bevy_scene_bms_bindings = { path = "../bindings/bevy_scene_bms_bindings", version = "0.15.1", optional = true } |
78 |
| -bevy_sprite_bms_bindings = { path = "../bindings/bevy_sprite_bms_bindings", version = "0.15.1", optional = true } |
79 |
| -bevy_text_bms_bindings = { path = "../bindings/bevy_text_bms_bindings", version = "0.15.1", optional = true } |
80 |
| -bevy_time_bms_bindings = { path = "../bindings/bevy_time_bms_bindings", version = "0.15.1", optional = true } |
81 |
| -bevy_transform_bms_bindings = { path = "../bindings/bevy_transform_bms_bindings", version = "0.15.1", optional = true } |
| 60 | +bevy_a11y_bms_bindings = { path = "../bindings/bevy_a11y_bms_bindings", version = "0.15.2", optional = true } |
| 61 | +bevy_animation_bms_bindings = { path = "../bindings/bevy_animation_bms_bindings", version = "0.15.2", optional = true } |
| 62 | +bevy_asset_bms_bindings = { path = "../bindings/bevy_asset_bms_bindings", version = "0.15.2", optional = true } |
| 63 | +bevy_color_bms_bindings = { path = "../bindings/bevy_color_bms_bindings", version = "0.15.2", optional = true } |
| 64 | +bevy_core_pipeline_bms_bindings = { path = "../bindings/bevy_core_pipeline_bms_bindings", version = "0.15.2", optional = true } |
| 65 | +bevy_ecs_bms_bindings = { path = "../bindings/bevy_ecs_bms_bindings", version = "0.15.2", optional = true } |
| 66 | +bevy_gizmos_bms_bindings = { path = "../bindings/bevy_gizmos_bms_bindings", version = "0.15.2", optional = true } |
| 67 | +bevy_gltf_bms_bindings = { path = "../bindings/bevy_gltf_bms_bindings", version = "0.15.2", optional = true } |
| 68 | +bevy_image_bms_bindings = { path = "../bindings/bevy_image_bms_bindings", version = "0.15.2", optional = true } |
| 69 | +bevy_input_bms_bindings = { path = "../bindings/bevy_input_bms_bindings", version = "0.15.2", optional = true } |
| 70 | +bevy_input_focus_bms_bindings = { path = "../bindings/bevy_input_focus_bms_bindings", version = "0.15.2", optional = true } |
| 71 | +bevy_math_bms_bindings = { path = "../bindings/bevy_math_bms_bindings", version = "0.15.2", optional = true } |
| 72 | +bevy_mesh_bms_bindings = { path = "../bindings/bevy_mesh_bms_bindings", version = "0.15.2", optional = true } |
| 73 | +bevy_pbr_bms_bindings = { path = "../bindings/bevy_pbr_bms_bindings", version = "0.15.2", optional = true } |
| 74 | +bevy_picking_bms_bindings = { path = "../bindings/bevy_picking_bms_bindings", version = "0.15.2", optional = true } |
| 75 | +bevy_reflect_bms_bindings = { path = "../bindings/bevy_reflect_bms_bindings", version = "0.15.2", optional = true } |
| 76 | +bevy_render_bms_bindings = { path = "../bindings/bevy_render_bms_bindings", version = "0.15.2", optional = true } |
| 77 | +bevy_scene_bms_bindings = { path = "../bindings/bevy_scene_bms_bindings", version = "0.15.2", optional = true } |
| 78 | +bevy_sprite_bms_bindings = { path = "../bindings/bevy_sprite_bms_bindings", version = "0.15.2", optional = true } |
| 79 | +bevy_text_bms_bindings = { path = "../bindings/bevy_text_bms_bindings", version = "0.15.2", optional = true } |
| 80 | +bevy_time_bms_bindings = { path = "../bindings/bevy_time_bms_bindings", version = "0.15.2", optional = true } |
| 81 | +bevy_transform_bms_bindings = { path = "../bindings/bevy_transform_bms_bindings", version = "0.15.2", optional = true } |
82 | 82 |
|
83 | 83 | [lints]
|
84 | 84 | workspace = true
|
0 commit comments