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