diff --git a/docs/src/runtime_internals/dependency_graph.dot b/docs/src/runtime_internals/dependency_graph.dot index a5b9d55967..e92d7c0279 100644 --- a/docs/src/runtime_internals/dependency_graph.dot +++ b/docs/src/runtime_internals/dependency_graph.dot @@ -30,137 +30,140 @@ digraph { 28 [ label = "ambient_sky" shape = box] 29 [ label = "ambient_std" shape = box] 30 [ label = "ambient_sys" shape = box] - 31 [ label = "ambient_ui_native" shape = box] - 32 [ label = "ambient_water" shape = box] - 33 [ label = "ambient_world_audio" shape = box] - 34 [ label = "ambient_model" shape = box] - 35 [ label = "ambient_focus" shape = box] - 36 [ label = "ambient_gpu" shape = box] - 37 [ label = "ambient_gpu_ecs" shape = box] - 38 [ label = "ambient_input" shape = box] - 39 [ label = "ambient_procedurals" shape = box] - 40 [ label = "ambient_renderer" shape = box] - 41 [ label = "ambient_asset_cache" shape = box] - 42 [ label = "ambient_package_docgen" shape = box] - 43 [ label = "ambient_package_json" shape = box] - 44 [ label = "ambient_pipeline_types" shape = box] - 45 [ label = "ambient_rustc" shape = box] - 46 [ label = "ambient_unity_parser" shape = box] - 47 [ label = "ambient_wasm" shape = box] - 48 [ label = "ambient_ecs_editor" shape = box] - 49 [ label = "ambient_layout" shape = box] - 50 [ label = "ambient_meshes" shape = box] - 51 [ label = "ambient_package_rt" shape = box] - 52 [ label = "ambient_cb" shape = box] - 53 [ label = "ambient_friendly_id" shape = box] - 54 [ label = "ambient_guest_bridge" shape = box] - 55 [ label = "ambient_git_rev" shape = box] - 56 [ label = "physxx" shape = box] - 57 [ label = "ambient_color" shape = box] - 58 [ label = "ambient_math" shape = box] - 59 [ label = "ambient_dirs" shape = box] - 60 [ label = "ambient_schema" shape = box] - 61 [ label = "ambient_primitive_component_definitions" shape = box] - 62 [ label = "ambient_rect" shape = box] - 63 [ label = "ambient_text" shape = box] - 64 [ label = "ambient_ui" shape = box] - 65 [ label = "ambient_time" shape = box] + 31 [ label = "ambient_timings" shape = box] + 32 [ label = "ambient_ui_native" shape = box] + 33 [ label = "ambient_water" shape = box] + 34 [ label = "ambient_world_audio" shape = box] + 35 [ label = "ambient_model" shape = box] + 36 [ label = "ambient_focus" shape = box] + 37 [ label = "ambient_gpu" shape = box] + 38 [ label = "ambient_gpu_ecs" shape = box] + 39 [ label = "ambient_input" shape = box] + 40 [ label = "ambient_procedurals" shape = box] + 41 [ label = "ambient_renderer" shape = box] + 42 [ label = "ambient_asset_cache" shape = box] + 43 [ label = "ambient_package_docgen" shape = box] + 44 [ label = "ambient_package_json" shape = box] + 45 [ label = "ambient_pipeline_types" shape = box] + 46 [ label = "ambient_rustc" shape = box] + 47 [ label = "ambient_unity_parser" shape = box] + 48 [ label = "ambient_wasm" shape = box] + 49 [ label = "ambient_ecs_editor" shape = box] + 50 [ label = "ambient_layout" shape = box] + 51 [ label = "ambient_meshes" shape = box] + 52 [ label = "ambient_package_rt" shape = box] + 53 [ label = "ambient_cb" shape = box] + 54 [ label = "ambient_friendly_id" shape = box] + 55 [ label = "ambient_guest_bridge" shape = box] + 56 [ label = "ambient_git_rev" shape = box] + 57 [ label = "physxx" shape = box] + 58 [ label = "ambient_color" shape = box] + 59 [ label = "ambient_math" shape = box] + 60 [ label = "ambient_dirs" shape = box] + 61 [ label = "ambient_schema" shape = box] + 62 [ label = "ambient_primitive_component_definitions" shape = box] + 63 [ label = "ambient_rect" shape = box] + 64 [ label = "ambient_text" shape = box] + 65 [ label = "ambient_ui" shape = box] + 66 [ label = "ambient_time" shape = box] 0 -> 4 [ ] 0 -> 6 [ ] 0 -> 7 [ ] 0 -> 11 [ ] 0 -> 14 [ ] 0 -> 23 [ ] - 0 -> 32 [ ] - 1 -> 34 [ ] + 0 -> 33 [ ] + 1 -> 35 [ ] 2 -> 1 [ ] 2 -> 5 [ ] - 2 -> 35 [ ] + 2 -> 36 [ ] 2 -> 15 [ ] - 2 -> 39 [ ] + 2 -> 40 [ ] 2 -> 31 [ ] - 3 -> 31 [ ] + 2 -> 32 [ ] + 3 -> 32 [ ] 4 -> 10 [ ] 4 -> 16 [ ] - 4 -> 42 [ ] - 4 -> 45 [ ] + 4 -> 43 [ ] 4 -> 46 [ ] 4 -> 47 [ ] + 4 -> 48 [ ] 5 -> 13 [ ] 6 -> 9 [ ] - 6 -> 48 [ ] + 6 -> 49 [ ] 7 -> 17 [ ] - 8 -> 37 [ ] + 8 -> 38 [ ] 9 -> 18 [ ] - 10 -> 40 [ ] + 10 -> 41 [ ] 11 -> 17 [ ] 11 -> 19 [ ] 11 -> 29 [ ] 12 -> 17 [ ] - 12 -> 51 [ ] - 13 -> 54 [ ] - 14 -> 55 [ ] - 15 -> 40 [ ] + 12 -> 52 [ ] + 13 -> 55 [ ] + 14 -> 56 [ ] + 15 -> 41 [ ] 16 -> 22 [ ] - 16 -> 44 [ ] - 17 -> 41 [ style = dotted] - 17 -> 52 [ ] - 17 -> 57 [ ] + 16 -> 45 [ ] + 17 -> 42 [ style = dotted] 17 -> 53 [ ] - 17 -> 55 [ ] 17 -> 58 [ ] + 17 -> 54 [ ] + 17 -> 56 [ ] + 17 -> 59 [ ] 17 -> 27 [ ] 18 -> 25 [ ] - 18 -> 33 [ ] + 18 -> 34 [ ] 19 -> 27 [ ] - 20 -> 59 [ ] - 20 -> 19 [ ] 20 -> 60 [ ] + 20 -> 19 [ ] + 20 -> 61 [ ] 20 -> 29 [ ] 21 -> 18 [ ] 21 -> 20 [ ] 22 -> 18 [ ] 22 -> 24 [ ] - 22 -> 56 [ ] + 22 -> 57 [ ] 23 -> 10 [ ] - 23 -> 34 [ ] + 23 -> 35 [ ] 23 -> 25 [ ] 24 -> 13 [ ] - 26 -> 59 [ ] + 26 -> 60 [ ] 26 -> 17 [ ] - 27 -> 61 [ ] + 27 -> 62 [ ] 28 -> 15 [ ] - 31 -> 64 [ ] - 32 -> 24 [ ] - 32 -> 28 [ ] - 33 -> 2 [ ] - 33 -> 3 [ ] - 34 -> 40 [ ] - 35 -> 12 [ ] - 36 -> 26 [ ] - 36 -> 29 [ ] - 37 -> 12 [ ] - 37 -> 36 [ ] - 38 -> 8 [ ] - 39 -> 40 [ ] - 40 -> 8 [ ] - 40 -> 50 [ ] - 41 -> 30 [ ] - 42 -> 43 [ ] - 43 -> 61 [ ] - 46 -> 17 [ ] - 47 -> 21 [ ] - 48 -> 31 [ ] - 49 -> 38 [ ] - 50 -> 36 [ ] - 51 -> 27 [ ] - 54 -> 62 [ style = dotted] - 54 -> 63 [ style = dotted] - 62 -> 49 [ ] - 62 -> 40 [ ] - 63 -> 49 [ ] - 63 -> 40 [ ] - 64 -> 13 [ ] - 64 -> 65 [ ] + 31 -> 8 [ ] + 32 -> 65 [ ] + 33 -> 24 [ ] + 33 -> 28 [ ] + 34 -> 2 [ ] + 34 -> 3 [ ] + 35 -> 41 [ ] + 36 -> 12 [ ] + 37 -> 26 [ ] + 37 -> 29 [ ] + 38 -> 12 [ ] + 38 -> 37 [ ] + 39 -> 8 [ ] + 40 -> 41 [ ] + 41 -> 8 [ ] + 41 -> 51 [ ] + 42 -> 30 [ ] + 43 -> 44 [ ] + 44 -> 62 [ ] + 47 -> 17 [ ] + 48 -> 21 [ ] + 49 -> 32 [ ] + 50 -> 39 [ ] + 51 -> 37 [ ] + 52 -> 27 [ ] + 55 -> 63 [ style = dotted] + 55 -> 64 [ style = dotted] + 63 -> 50 [ ] + 63 -> 41 [ ] + 64 -> 50 [ ] + 64 -> 41 [ ] + 65 -> 13 [ ] + 65 -> 66 [ ] } diff --git a/docs/src/runtime_internals/dependency_graph.png b/docs/src/runtime_internals/dependency_graph.png index 2ea4e85059..4e7d4fc18d 100644 Binary files a/docs/src/runtime_internals/dependency_graph.png and b/docs/src/runtime_internals/dependency_graph.png differ