|
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"
|
@@ -45,38 +45,38 @@ profiling = { workspace = true }
|
45 | 45 | bevy_mod_scripting_core = { workspace = true }
|
46 | 46 | bevy_mod_scripting_asset = { workspace = true }
|
47 | 47 | bevy_mod_scripting_derive = { workspace = true }
|
48 |
| -bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.15.1" } |
49 |
| -bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.15.1" } |
50 |
| -bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" } |
| 48 | +bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.16.0" } |
| 49 | +bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.16.0" } |
| 50 | +bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.3.0" } |
51 | 51 |
|
52 | 52 | bevy_ecs = { workspace = true, features = ["std", "bevy_reflect"] }
|
53 | 53 | bevy_app = { workspace = true }
|
54 | 54 | bevy_asset = { workspace = true }
|
55 | 55 | bevy_platform = { workspace = true, features = ["std"] }
|
56 | 56 | bevy_reflect = { workspace = true, features = [] }
|
57 | 57 |
|
58 |
| -bevy_a11y_bms_bindings = { path = "../bindings/bevy_a11y_bms_bindings", version = "0.15.1", optional = true } |
59 |
| -bevy_animation_bms_bindings = { path = "../bindings/bevy_animation_bms_bindings", version = "0.15.1", optional = true } |
60 |
| -bevy_asset_bms_bindings = { path = "../bindings/bevy_asset_bms_bindings", version = "0.15.1", optional = true } |
61 |
| -bevy_color_bms_bindings = { path = "../bindings/bevy_color_bms_bindings", version = "0.15.1", optional = true } |
62 |
| -bevy_core_pipeline_bms_bindings = { path = "../bindings/bevy_core_pipeline_bms_bindings", version = "0.15.1", optional = true } |
63 |
| -bevy_ecs_bms_bindings = { path = "../bindings/bevy_ecs_bms_bindings", version = "0.15.1", optional = true } |
64 |
| -bevy_gizmos_bms_bindings = { path = "../bindings/bevy_gizmos_bms_bindings", version = "0.15.1", optional = true } |
65 |
| -bevy_gltf_bms_bindings = { path = "../bindings/bevy_gltf_bms_bindings", version = "0.15.1", optional = true } |
66 |
| -bevy_image_bms_bindings = { path = "../bindings/bevy_image_bms_bindings", version = "0.15.1", optional = true } |
67 |
| -bevy_input_bms_bindings = { path = "../bindings/bevy_input_bms_bindings", version = "0.15.1", optional = true } |
68 |
| -bevy_input_focus_bms_bindings = { path = "../bindings/bevy_input_focus_bms_bindings", version = "0.15.1", optional = true } |
69 |
| -bevy_math_bms_bindings = { path = "../bindings/bevy_math_bms_bindings", version = "0.15.1", optional = true } |
70 |
| -bevy_mesh_bms_bindings = { path = "../bindings/bevy_mesh_bms_bindings", version = "0.15.1", optional = true } |
71 |
| -bevy_pbr_bms_bindings = { path = "../bindings/bevy_pbr_bms_bindings", version = "0.15.1", optional = true } |
72 |
| -bevy_picking_bms_bindings = { path = "../bindings/bevy_picking_bms_bindings", version = "0.15.1", optional = true } |
73 |
| -bevy_reflect_bms_bindings = { path = "../bindings/bevy_reflect_bms_bindings", version = "0.15.1", optional = true } |
74 |
| -bevy_render_bms_bindings = { path = "../bindings/bevy_render_bms_bindings", version = "0.15.1", optional = true } |
75 |
| -bevy_scene_bms_bindings = { path = "../bindings/bevy_scene_bms_bindings", version = "0.15.1", optional = true } |
76 |
| -bevy_sprite_bms_bindings = { path = "../bindings/bevy_sprite_bms_bindings", version = "0.15.1", optional = true } |
77 |
| -bevy_text_bms_bindings = { path = "../bindings/bevy_text_bms_bindings", version = "0.15.1", optional = true } |
78 |
| -bevy_time_bms_bindings = { path = "../bindings/bevy_time_bms_bindings", version = "0.15.1", optional = true } |
79 |
| -bevy_transform_bms_bindings = { path = "../bindings/bevy_transform_bms_bindings", version = "0.15.1", optional = true } |
| 58 | +bevy_a11y_bms_bindings = { path = "../bindings/bevy_a11y_bms_bindings", version = "0.15.2", optional = true } |
| 59 | +bevy_animation_bms_bindings = { path = "../bindings/bevy_animation_bms_bindings", version = "0.15.2", optional = true } |
| 60 | +bevy_asset_bms_bindings = { path = "../bindings/bevy_asset_bms_bindings", version = "0.15.2", optional = true } |
| 61 | +bevy_color_bms_bindings = { path = "../bindings/bevy_color_bms_bindings", version = "0.15.2", optional = true } |
| 62 | +bevy_core_pipeline_bms_bindings = { path = "../bindings/bevy_core_pipeline_bms_bindings", version = "0.15.2", optional = true } |
| 63 | +bevy_ecs_bms_bindings = { path = "../bindings/bevy_ecs_bms_bindings", version = "0.15.2", optional = true } |
| 64 | +bevy_gizmos_bms_bindings = { path = "../bindings/bevy_gizmos_bms_bindings", version = "0.15.2", optional = true } |
| 65 | +bevy_gltf_bms_bindings = { path = "../bindings/bevy_gltf_bms_bindings", version = "0.15.2", optional = true } |
| 66 | +bevy_image_bms_bindings = { path = "../bindings/bevy_image_bms_bindings", version = "0.15.2", optional = true } |
| 67 | +bevy_input_bms_bindings = { path = "../bindings/bevy_input_bms_bindings", version = "0.15.2", optional = true } |
| 68 | +bevy_input_focus_bms_bindings = { path = "../bindings/bevy_input_focus_bms_bindings", version = "0.15.2", optional = true } |
| 69 | +bevy_math_bms_bindings = { path = "../bindings/bevy_math_bms_bindings", version = "0.15.2", optional = true } |
| 70 | +bevy_mesh_bms_bindings = { path = "../bindings/bevy_mesh_bms_bindings", version = "0.15.2", optional = true } |
| 71 | +bevy_pbr_bms_bindings = { path = "../bindings/bevy_pbr_bms_bindings", version = "0.15.2", optional = true } |
| 72 | +bevy_picking_bms_bindings = { path = "../bindings/bevy_picking_bms_bindings", version = "0.15.2", optional = true } |
| 73 | +bevy_reflect_bms_bindings = { path = "../bindings/bevy_reflect_bms_bindings", version = "0.15.2", optional = true } |
| 74 | +bevy_render_bms_bindings = { path = "../bindings/bevy_render_bms_bindings", version = "0.15.2", optional = true } |
| 75 | +bevy_scene_bms_bindings = { path = "../bindings/bevy_scene_bms_bindings", version = "0.15.2", optional = true } |
| 76 | +bevy_sprite_bms_bindings = { path = "../bindings/bevy_sprite_bms_bindings", version = "0.15.2", optional = true } |
| 77 | +bevy_text_bms_bindings = { path = "../bindings/bevy_text_bms_bindings", version = "0.15.2", optional = true } |
| 78 | +bevy_time_bms_bindings = { path = "../bindings/bevy_time_bms_bindings", version = "0.15.2", optional = true } |
| 79 | +bevy_transform_bms_bindings = { path = "../bindings/bevy_transform_bms_bindings", version = "0.15.2", optional = true } |
80 | 80 |
|
81 | 81 | [lints]
|
82 | 82 | workspace = true
|
0 commit comments