space-game v0.1.0 (H:\GitHub\space-game) ├── bevy v0.16.0 │ └── bevy_internal v0.16.0 │ ├── bevy_a11y v0.16.0 │ │ ├── accesskit v0.18.0 │ │ ├── bevy_app v0.16.0 │ │ │ ├── bevy_derive v0.16.0 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.16.0 │ │ │ │ │ ├── parking_lot v0.12.3 │ │ │ │ │ │ ├── lock_api v0.4.12 │ │ │ │ │ │ │ └── scopeguard v1.2.0 │ │ │ │ │ │ │ [build-dependencies] │ │ │ │ │ │ │ └── autocfg v1.4.0 │ │ │ │ │ │ └── parking_lot_core v0.9.10 │ │ │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ │ │ └── windows-targets v0.52.6 │ │ │ │ │ │ └── windows_x86_64_msvc v0.52.6 │ │ │ │ │ ├── proc-macro2 v1.0.95 │ │ │ │ │ │ └── unicode-ident v1.0.18 │ │ │ │ │ ├── quote v1.0.40 │ │ │ │ │ │ └── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── syn v2.0.101 │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── unicode-ident v1.0.18 │ │ │ │ │ └── toml_edit v0.22.26 │ │ │ │ │ ├── indexmap v2.9.0 │ │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ │ └── hashbrown v0.15.3 │ │ │ │ │ ├── toml_datetime v0.6.9 │ │ │ │ │ └── winnow v0.7.9 │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── bevy_ecs v0.16.0 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── bevy_ecs_macros v0.16.0 (proc-macro) │ │ │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ ├── bevy_platform v0.16.0 │ │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ │ ├── foldhash v0.1.5 │ │ │ │ │ ├── hashbrown v0.15.3 │ │ │ │ │ │ ├── allocator-api2 v0.2.21 │ │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ │ ├── foldhash v0.1.5 │ │ │ │ │ │ └── serde v1.0.219 │ │ │ │ │ │ └── serde_derive v1.0.219 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ │ └── spin v0.9.8 │ │ │ │ ├── bevy_ptr v0.16.0 │ │ │ │ ├── bevy_reflect v0.16.0 │ │ │ │ │ ├── assert_type_match v0.1.1 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ │ ├── bevy_ptr v0.16.0 │ │ │ │ │ ├── bevy_reflect_derive v0.16.0 (proc-macro) │ │ │ │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ ├── syn v2.0.101 (*) │ │ │ │ │ │ └── uuid v1.16.0 │ │ │ │ │ │ └── getrandom v0.3.2 │ │ │ │ │ │ └── cfg-if v1.0.0 │ │ │ │ │ ├── bevy_utils v0.16.0 │ │ │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ │ │ └── thread_local v1.1.8 │ │ │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ │ │ └── once_cell v1.21.3 │ │ │ │ │ ├── derive_more v1.0.0 │ │ │ │ │ │ └── derive_more-impl v1.0.0 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ ├── syn v2.0.101 (*) │ │ │ │ │ │ └── unicode-xid v0.2.6 │ │ │ │ │ ├── disqualified v1.0.0 │ │ │ │ │ ├── downcast-rs v2.0.1 │ │ │ │ │ ├── erased-serde v0.4.6 │ │ │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ │ │ └── typeid v1.0.3 │ │ │ │ │ ├── foldhash v0.1.5 │ │ │ │ │ ├── glam v0.29.3 │ │ │ │ │ │ ├── bytemuck v1.23.0 │ │ │ │ │ │ │ └── bytemuck_derive v1.9.3 (proc-macro) │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ │ ├── libm v0.2.13 │ │ │ │ │ │ ├── rand v0.8.5 │ │ │ │ │ │ │ ├── rand_chacha v0.3.1 │ │ │ │ │ │ │ │ ├── ppv-lite86 v0.2.21 │ │ │ │ │ │ │ │ │ └── zerocopy v0.8.25 │ │ │ │ │ │ │ │ └── rand_core v0.6.4 │ │ │ │ │ │ │ │ └── getrandom v0.2.16 │ │ │ │ │ │ │ │ └── cfg-if v1.0.0 │ │ │ │ │ │ │ └── rand_core v0.6.4 (*) │ │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ │ ├── petgraph v0.7.1 │ │ │ │ │ │ ├── fixedbitset v0.5.7 │ │ │ │ │ │ ├── indexmap v2.9.0 │ │ │ │ │ │ │ ├── equivalent v1.0.2 │ │ │ │ │ │ │ ├── hashbrown v0.15.3 (*) │ │ │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ │ │ └── serde_derive v1.0.219 (proc-macro) (*) │ │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ │ ├── smol_str v0.2.2 │ │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ │ ├── thiserror v2.0.12 │ │ │ │ │ │ └── thiserror-impl v2.0.12 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── uuid v1.16.0 │ │ │ │ │ │ ├── getrandom v0.3.2 (*) │ │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ │ └── variadics_please v1.1.0 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ ├── bevy_tasks v0.16.0 │ │ │ │ │ ├── async-channel v2.3.1 │ │ │ │ │ │ ├── concurrent-queue v2.5.0 │ │ │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ │ │ ├── event-listener-strategy v0.5.4 │ │ │ │ │ │ │ ├── event-listener v5.4.0 │ │ │ │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ ├── async-executor v1.13.2 │ │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ │ ├── futures-lite v2.6.0 │ │ │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ │ │ │ ├── parking v2.2.1 │ │ │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ │ │ └── slab v0.4.9 │ │ │ │ │ │ [build-dependencies] │ │ │ │ │ │ └── autocfg v1.4.0 │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ │ ├── crossbeam-queue v0.3.12 │ │ │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ │ └── futures-lite v2.6.0 (*) │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── bitflags v2.9.0 │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ ├── bumpalo v3.17.0 │ │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ ├── disqualified v1.0.0 │ │ │ │ ├── fixedbitset v0.5.7 │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── nonmax v0.5.5 │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ └── variadics_please v1.1.0 (proc-macro) (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_tasks v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── cfg-if v1.0.0 │ │ │ ├── ctrlc v3.4.6 │ │ │ │ └── windows-sys v0.59.0 │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ ├── downcast-rs v2.0.1 │ │ │ ├── log v0.4.27 │ │ │ ├── thiserror v2.0.12 (*) │ │ │ └── variadics_please v1.1.0 (proc-macro) (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ └── bevy_reflect v0.16.0 (*) │ ├── bevy_animation v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 │ │ │ ├── async-broadcast v0.7.2 │ │ │ │ ├── event-listener v5.4.0 (*) │ │ │ │ ├── event-listener-strategy v0.5.4 (*) │ │ │ │ ├── futures-core v0.3.31 │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ ├── async-fs v2.1.2 │ │ │ │ ├── async-lock v3.4.0 │ │ │ │ │ ├── event-listener v5.4.0 (*) │ │ │ │ │ ├── event-listener-strategy v0.5.4 (*) │ │ │ │ │ └── pin-project-lite v0.2.16 │ │ │ │ ├── blocking v1.6.1 │ │ │ │ │ ├── async-channel v2.3.1 (*) │ │ │ │ │ ├── async-task v4.7.1 │ │ │ │ │ ├── futures-io v0.3.31 │ │ │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ │ │ └── piper v0.2.4 │ │ │ │ │ ├── atomic-waker v1.1.2 │ │ │ │ │ ├── fastrand v2.3.0 │ │ │ │ │ └── futures-io v0.3.31 │ │ │ │ └── futures-lite v2.6.0 (*) │ │ │ ├── async-lock v3.4.0 (*) │ │ │ ├── atomicow v1.1.0 │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_asset_macros v0.16.0 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_tasks v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── blake3 v1.8.2 │ │ │ │ ├── arrayref v0.3.9 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ └── constant_time_eq v0.3.1 │ │ │ │ [build-dependencies] │ │ │ │ └── cc v1.2.21 │ │ │ │ └── shlex v1.3.0 │ │ │ ├── crossbeam-channel v0.5.15 │ │ │ │ └── crossbeam-utils v0.8.21 │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── disqualified v1.0.0 │ │ │ ├── downcast-rs v2.0.1 │ │ │ ├── either v1.15.0 │ │ │ ├── futures-io v0.3.31 │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ ├── notify-debouncer-full v0.5.0 │ │ │ │ ├── file-id v0.2.2 │ │ │ │ │ └── windows-sys v0.52.0 │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── notify v8.0.0 │ │ │ │ │ ├── filetime v0.2.25 │ │ │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ │ │ └── windows-sys v0.59.0 (*) │ │ │ │ │ ├── libc v0.2.172 │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ ├── notify-types v2.0.0 │ │ │ │ │ ├── walkdir v2.5.0 │ │ │ │ │ │ ├── same-file v1.0.6 │ │ │ │ │ │ │ └── winapi-util v0.1.9 │ │ │ │ │ │ │ └── windows-sys v0.59.0 (*) │ │ │ │ │ │ └── winapi-util v0.1.9 (*) │ │ │ │ │ └── windows-sys v0.59.0 (*) │ │ │ │ ├── notify-types v2.0.0 │ │ │ │ └── walkdir v2.5.0 (*) │ │ │ ├── parking_lot v0.12.3 │ │ │ │ ├── lock_api v0.4.12 │ │ │ │ │ └── scopeguard v1.2.0 │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── autocfg v1.4.0 │ │ │ │ └── parking_lot_core v0.9.10 (*) │ │ │ ├── ron v0.8.1 │ │ │ │ ├── base64 v0.21.7 │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ └── serde_derive v1.0.219 (proc-macro) (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── stackfuture v0.3.0 │ │ │ ├── thiserror v2.0.12 (*) │ │ │ ├── tracing v0.1.41 │ │ │ │ ├── pin-project-lite v0.2.16 │ │ │ │ ├── tracing-attributes v0.1.28 (proc-macro) │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ └── tracing-core v0.1.33 │ │ │ │ └── once_cell v1.21.3 │ │ │ └── uuid v1.16.0 (*) │ │ ├── bevy_color v0.16.1 │ │ │ ├── bevy_math v0.16.0 │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ ├── glam v0.29.3 (*) │ │ │ │ ├── itertools v0.14.0 │ │ │ │ │ └── either v1.15.0 │ │ │ │ ├── libm v0.2.13 │ │ │ │ ├── rand v0.8.5 (*) │ │ │ │ ├── rand_distr v0.4.3 │ │ │ │ │ ├── num-traits v0.2.19 │ │ │ │ │ │ └── libm v0.2.13 │ │ │ │ │ │ [build-dependencies] │ │ │ │ │ │ └── autocfg v1.4.0 │ │ │ │ │ └── rand v0.8.5 (*) │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ └── variadics_please v1.1.0 (proc-macro) (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── encase v0.10.0 │ │ │ │ ├── const_panic v0.2.12 │ │ │ │ ├── encase_derive v0.10.0 (proc-macro) │ │ │ │ │ └── encase_derive_impl v0.10.0 │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ ├── glam v0.29.3 (*) │ │ │ │ └── thiserror v1.0.69 │ │ │ │ └── thiserror-impl v1.0.69 (proc-macro) │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── thiserror v2.0.12 (*) │ │ │ └── wgpu-types v24.0.0 │ │ │ ├── bitflags v2.9.0 (*) │ │ │ └── log v0.4.27 │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_log v0.16.0 │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── tracing v0.1.41 (*) │ │ │ ├── tracing-log v0.2.0 │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ └── tracing-core v0.1.33 (*) │ │ │ └── tracing-subscriber v0.3.19 │ │ │ ├── matchers v0.1.0 │ │ │ │ └── regex-automata v0.1.10 │ │ │ │ └── regex-syntax v0.6.29 │ │ │ ├── nu-ansi-term v0.46.0 │ │ │ │ ├── overload v0.1.1 │ │ │ │ └── winapi v0.3.9 │ │ │ ├── once_cell v1.21.3 │ │ │ ├── regex v1.11.1 │ │ │ │ ├── aho-corasick v1.1.3 │ │ │ │ │ └── memchr v2.7.4 │ │ │ │ ├── memchr v2.7.4 │ │ │ │ ├── regex-automata v0.4.9 │ │ │ │ │ ├── aho-corasick v1.1.3 (*) │ │ │ │ │ ├── memchr v2.7.4 │ │ │ │ │ └── regex-syntax v0.8.5 │ │ │ │ └── regex-syntax v0.8.5 │ │ │ ├── sharded-slab v0.1.7 │ │ │ │ └── lazy_static v1.5.0 │ │ │ ├── smallvec v1.15.0 │ │ │ ├── thread_local v1.1.8 (*) │ │ │ ├── tracing v0.1.41 (*) │ │ │ ├── tracing-core v0.1.33 (*) │ │ │ └── tracing-log v0.2.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_mesh v0.16.0 │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_image v0.16.0 │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ │ ├── bevy_color v0.16.1 (*) │ │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ │ ├── guillotiere v0.6.2 │ │ │ │ │ ├── euclid v0.22.11 │ │ │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ │ │ └── svg_fmt v0.4.5 │ │ │ │ ├── half v2.6.0 │ │ │ │ │ └── cfg-if v1.0.0 │ │ │ │ ├── image v0.25.6 │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ ├── byteorder-lite v0.1.0 │ │ │ │ │ ├── num-traits v0.2.19 (*) │ │ │ │ │ └── png v0.17.16 │ │ │ │ │ ├── bitflags v1.3.2 │ │ │ │ │ ├── crc32fast v1.4.2 │ │ │ │ │ │ └── cfg-if v1.0.0 │ │ │ │ │ ├── fdeflate v0.3.7 │ │ │ │ │ │ └── simd-adler32 v0.3.7 │ │ │ │ │ ├── flate2 v1.1.1 │ │ │ │ │ │ ├── crc32fast v1.4.2 (*) │ │ │ │ │ │ └── miniz_oxide v0.8.8 │ │ │ │ │ │ ├── adler2 v2.0.0 │ │ │ │ │ │ └── simd-adler32 v0.3.7 │ │ │ │ │ └── miniz_oxide v0.8.8 (*) │ │ │ │ ├── ktx2 v0.3.0 │ │ │ │ │ └── bitflags v1.3.2 │ │ │ │ ├── rectangle-pack v0.4.2 │ │ │ │ ├── ruzstd v0.8.1 │ │ │ │ │ └── twox-hash v2.1.0 │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ ├── tracing v0.1.41 (*) │ │ │ │ └── wgpu-types v24.0.0 (*) │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ ├── bevy_mikktspace v0.16.0 │ │ │ │ └── glam v0.29.3 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_transform v0.16.0 │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ ├── bevy_log v0.16.0 (*) │ │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ ├── bevy_tasks v0.16.0 (*) │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ └── thiserror v2.0.12 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── hexasphere v15.1.0 │ │ │ │ ├── constgebra v0.1.4 │ │ │ │ │ └── const_soft_float v0.1.4 │ │ │ │ ├── glam v0.29.3 (*) │ │ │ │ └── tinyvec v1.9.0 │ │ │ │ └── tinyvec_macros v0.1.1 │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── thiserror v2.0.12 (*) │ │ │ ├── tracing v0.1.41 (*) │ │ │ └── wgpu-types v24.0.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 │ │ │ ├── async-channel v2.3.1 (*) │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ ├── bevy_color v0.16.1 (*) │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ ├── bevy_diagnostic v0.16.0 │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ ├── bevy_tasks v0.16.0 (*) │ │ │ │ ├── bevy_time v0.16.0 │ │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ │ ├── crossbeam-channel v0.5.15 (*) │ │ │ │ │ └── log v0.4.27 │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── const-fnv1a-hash v1.1.0 │ │ │ │ ├── log v0.4.27 │ │ │ │ └── sysinfo v0.34.2 │ │ │ │ ├── libc v0.2.172 │ │ │ │ ├── memchr v2.7.4 │ │ │ │ ├── ntapi v0.4.1 │ │ │ │ │ └── winapi v0.3.9 │ │ │ │ └── windows v0.57.0 │ │ │ │ ├── windows-core v0.57.0 │ │ │ │ │ ├── windows-implement v0.57.0 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── windows-interface v0.57.0 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── windows-result v0.1.2 │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_encase_derive v0.16.0 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ │ └── encase_derive_impl v0.10.0 (*) │ │ │ ├── bevy_image v0.16.0 (*) │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ ├── bevy_mesh v0.16.0 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_render_macros v0.16.0 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── bevy_tasks v0.16.0 (*) │ │ │ ├── bevy_time v0.16.0 (*) │ │ │ ├── bevy_transform v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── bevy_window v0.16.0 │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ ├── bevy_input v0.16.0 │ │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ ├── smol_str v0.2.2 (*) │ │ │ │ │ └── thiserror v2.0.12 (*) │ │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ └── smol_str v0.2.2 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── codespan-reporting v0.11.1 │ │ │ │ ├── termcolor v1.4.1 │ │ │ │ │ └── winapi-util v0.1.9 (*) │ │ │ │ └── unicode-width v0.1.14 │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── downcast-rs v2.0.1 │ │ │ ├── encase v0.10.0 (*) │ │ │ ├── fixedbitset v0.5.7 │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ ├── image v0.25.6 (*) │ │ │ ├── indexmap v2.9.0 (*) │ │ │ ├── ktx2 v0.3.0 (*) │ │ │ ├── naga v24.0.0 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── bit-set v0.8.0 │ │ │ │ │ └── bit-vec v0.8.0 │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── codespan-reporting v0.11.1 (*) │ │ │ │ ├── hexf-parse v0.2.1 │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── spirv v0.3.0+sdk-1.3.268.0 │ │ │ │ │ └── bitflags v2.9.0 (*) │ │ │ │ ├── strum v0.26.3 │ │ │ │ │ └── strum_macros v0.26.4 (proc-macro) │ │ │ │ │ ├── heck v0.5.0 │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ ├── rustversion v1.0.20 (proc-macro) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ ├── termcolor v1.4.1 (*) │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ └── unicode-xid v0.2.6 │ │ │ │ [build-dependencies] │ │ │ │ └── cfg_aliases v0.2.1 │ │ │ ├── naga_oil v0.17.0 │ │ │ │ ├── bit-set v0.5.3 │ │ │ │ │ └── bit-vec v0.6.3 │ │ │ │ ├── codespan-reporting v0.11.1 (*) │ │ │ │ ├── data-encoding v2.9.0 │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── naga v24.0.0 (*) │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ ├── regex v1.11.1 (*) │ │ │ │ ├── regex-syntax v0.8.5 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ ├── tracing v0.1.41 (*) │ │ │ │ └── unicode-ident v1.0.18 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── offset-allocator v0.2.0 │ │ │ │ ├── log v0.4.27 │ │ │ │ └── nonmax v0.5.5 │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── smallvec v1.15.0 │ │ │ ├── thiserror v2.0.12 (*) │ │ │ ├── tracing v0.1.41 (*) │ │ │ ├── variadics_please v1.1.0 (proc-macro) (*) │ │ │ └── wgpu v24.0.3 │ │ │ ├── arrayvec v0.7.6 │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── document-features v0.2.11 (proc-macro) │ │ │ │ └── litrs v0.4.1 │ │ │ ├── log v0.4.27 │ │ │ ├── naga v24.0.0 (*) │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ ├── profiling v1.0.16 │ │ │ │ └── profiling-procmacros v1.0.16 (proc-macro) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── raw-window-handle v0.6.2 │ │ │ ├── smallvec v1.15.0 │ │ │ ├── static_assertions v1.1.0 │ │ │ ├── wgpu-core v24.0.2 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── bit-vec v0.8.0 │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── document-features v0.2.11 (proc-macro) (*) │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── naga v24.0.0 (*) │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ │ ├── profiling v1.0.16 (*) │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ ├── wgpu-hal v24.0.4 │ │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ │ ├── ash v0.38.0+1.3.281 │ │ │ │ │ │ └── libloading v0.8.6 │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ ├── bit-set v0.8.0 (*) │ │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ ├── glow v0.16.0 │ │ │ │ │ ├── glutin_wgl_sys v0.6.1 │ │ │ │ │ │ [build-dependencies] │ │ │ │ │ │ └── gl_generator v0.14.0 │ │ │ │ │ │ ├── khronos_api v3.1.0 │ │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ │ └── xml-rs v0.8.26 │ │ │ │ │ ├── gpu-alloc v0.6.0 │ │ │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ │ │ └── gpu-alloc-types v0.3.0 │ │ │ │ │ │ └── bitflags v2.9.0 (*) │ │ │ │ │ ├── gpu-allocator v0.27.0 │ │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ │ ├── presser v0.3.1 │ │ │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ │ │ └── windows v0.58.0 │ │ │ │ │ │ ├── windows-core v0.58.0 │ │ │ │ │ │ │ ├── windows-implement v0.58.0 (proc-macro) │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ │ │ ├── windows-interface v0.58.0 (proc-macro) │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ │ │ ├── windows-result v0.2.0 │ │ │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ │ │ ├── windows-strings v0.1.0 │ │ │ │ │ │ │ │ ├── windows-result v0.2.0 (*) │ │ │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ │ ├── gpu-descriptor v0.3.1 │ │ │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ │ │ ├── gpu-descriptor-types v0.2.0 │ │ │ │ │ │ │ └── bitflags v2.9.0 (*) │ │ │ │ │ │ └── hashbrown v0.15.3 (*) │ │ │ │ │ ├── khronos-egl v6.0.0 │ │ │ │ │ │ ├── libc v0.2.172 │ │ │ │ │ │ └── libloading v0.8.6 (*) │ │ │ │ │ ├── libloading v0.8.6 (*) │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ ├── naga v24.0.0 (*) │ │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ │ ├── ordered-float v4.6.0 │ │ │ │ │ │ └── num-traits v0.2.19 (*) │ │ │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ │ │ ├── profiling v1.0.16 (*) │ │ │ │ │ ├── range-alloc v0.1.4 │ │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ │ ├── renderdoc-sys v1.1.0 │ │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ │ ├── thiserror v2.0.12 (*) │ │ │ │ │ ├── wgpu-types v24.0.0 (*) │ │ │ │ │ ├── windows v0.58.0 (*) │ │ │ │ │ └── windows-core v0.58.0 (*) │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── cfg_aliases v0.2.1 │ │ │ │ └── wgpu-types v24.0.0 (*) │ │ │ │ [build-dependencies] │ │ │ │ └── cfg_aliases v0.2.1 │ │ │ ├── wgpu-hal v24.0.4 (*) │ │ │ └── wgpu-types v24.0.0 (*) │ │ │ [build-dependencies] │ │ │ └── cfg_aliases v0.2.1 │ │ ├── bevy_time v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── blake3 v1.8.2 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── downcast-rs v2.0.1 │ │ ├── either v1.15.0 │ │ ├── petgraph v0.7.1 (*) │ │ ├── ron v0.8.1 (*) │ │ ├── serde v1.0.219 (*) │ │ ├── smallvec v1.15.0 │ │ ├── thiserror v2.0.12 (*) │ │ ├── thread_local v1.1.8 (*) │ │ ├── tracing v0.1.41 (*) │ │ └── uuid v1.16.0 (*) │ ├── bevy_app v0.16.0 (*) │ ├── bevy_asset v0.16.0 (*) │ ├── bevy_audio v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── rodio v0.20.1 │ │ │ ├── cpal v0.15.3 │ │ │ │ ├── dasp_sample v0.11.0 │ │ │ │ └── windows v0.54.0 │ │ │ │ ├── windows-core v0.54.0 │ │ │ │ │ ├── windows-result v0.1.2 (*) │ │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ │ └── windows-targets v0.52.6 (*) │ │ │ └── lewton v0.10.2 │ │ │ ├── byteorder v1.5.0 │ │ │ ├── ogg v0.8.0 │ │ │ │ └── byteorder v1.5.0 │ │ │ └── tinyvec v1.9.0 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_color v0.16.1 (*) │ ├── bevy_core_pipeline v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_color v0.16.1 (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_diagnostic v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── bevy_window v0.16.0 (*) │ │ ├── bitflags v2.9.0 (*) │ │ ├── bytemuck v1.23.0 (*) │ │ ├── nonmax v0.5.5 │ │ ├── radsort v0.1.1 │ │ ├── serde v1.0.219 (*) │ │ ├── smallvec v1.15.0 │ │ ├── thiserror v2.0.12 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ ├── bevy_diagnostic v0.16.0 (*) │ ├── bevy_ecs v0.16.0 (*) │ ├── bevy_gilrs v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_input v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_time v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── gilrs v0.11.0 │ │ │ ├── fnv v1.0.7 │ │ │ ├── gilrs-core v0.6.4 │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── uuid v1.16.0 (*) │ │ │ │ └── windows v0.61.1 │ │ │ │ ├── windows-collections v0.2.0 │ │ │ │ │ └── windows-core v0.61.0 │ │ │ │ │ ├── windows-implement v0.60.0 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── windows-interface v0.59.1 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── windows-link v0.1.1 │ │ │ │ │ ├── windows-result v0.3.2 │ │ │ │ │ │ └── windows-link v0.1.1 │ │ │ │ │ └── windows-strings v0.4.0 │ │ │ │ │ └── windows-link v0.1.1 │ │ │ │ ├── windows-core v0.61.0 (*) │ │ │ │ ├── windows-future v0.2.0 │ │ │ │ │ ├── windows-core v0.61.0 (*) │ │ │ │ │ └── windows-link v0.1.1 │ │ │ │ ├── windows-link v0.1.1 │ │ │ │ └── windows-numerics v0.2.0 │ │ │ │ ├── windows-core v0.61.0 (*) │ │ │ │ └── windows-link v0.1.1 │ │ │ ├── log v0.4.27 │ │ │ ├── uuid v1.16.0 (*) │ │ │ └── vec_map v0.8.2 │ │ ├── thiserror v2.0.12 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_gizmos v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_color v0.16.1 (*) │ │ ├── bevy_core_pipeline v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_gizmos_macros v0.16.0 (proc-macro) │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ ├── quote v1.0.40 (*) │ │ │ └── syn v2.0.101 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_pbr v0.16.0 │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ ├── bevy_color v0.16.1 (*) │ │ │ ├── bevy_core_pipeline v0.16.0 (*) │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ ├── bevy_diagnostic v0.16.0 (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_image v0.16.0 (*) │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_render v0.16.0 (*) │ │ │ ├── bevy_transform v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── bevy_window v0.16.0 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── fixedbitset v0.5.7 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── offset-allocator v0.2.0 (*) │ │ │ ├── radsort v0.1.1 │ │ │ ├── smallvec v1.15.0 │ │ │ ├── static_assertions v1.1.0 │ │ │ ├── thiserror v2.0.12 (*) │ │ │ └── tracing v0.1.41 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_sprite v0.16.0 │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ ├── bevy_color v0.16.1 (*) │ │ │ ├── bevy_core_pipeline v0.16.0 (*) │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_image v0.16.0 (*) │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ ├── bevy_picking v0.16.0 │ │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ │ ├── bevy_input v0.16.0 (*) │ │ │ │ ├── bevy_math v0.16.0 (*) │ │ │ │ ├── bevy_mesh v0.16.0 (*) │ │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ │ ├── bevy_render v0.16.0 (*) │ │ │ │ ├── bevy_time v0.16.0 (*) │ │ │ │ ├── bevy_transform v0.16.0 (*) │ │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ │ ├── bevy_window v0.16.0 (*) │ │ │ │ ├── crossbeam-channel v0.5.15 (*) │ │ │ │ ├── tracing v0.1.41 (*) │ │ │ │ └── uuid v1.16.0 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_render v0.16.0 (*) │ │ │ ├── bevy_transform v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── bevy_window v0.16.0 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── fixedbitset v0.5.7 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── radsort v0.1.1 │ │ │ └── tracing v0.1.41 (*) │ │ ├── bevy_time v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── bytemuck v1.23.0 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_gltf v0.16.0 │ │ ├── base64 v0.22.1 │ │ ├── bevy_animation v0.16.0 (*) │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_color v0.16.1 (*) │ │ ├── bevy_core_pipeline v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_mesh v0.16.0 (*) │ │ ├── bevy_pbr v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_scene v0.16.0 │ │ │ ├── bevy_app v0.16.0 (*) │ │ │ ├── bevy_asset v0.16.0 (*) │ │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ │ ├── bevy_ecs v0.16.0 (*) │ │ │ ├── bevy_platform v0.16.0 (*) │ │ │ ├── bevy_reflect v0.16.0 (*) │ │ │ ├── bevy_render v0.16.0 (*) │ │ │ ├── bevy_transform v0.16.0 (*) │ │ │ ├── bevy_utils v0.16.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── thiserror v2.0.12 (*) │ │ │ └── uuid v1.16.0 (*) │ │ ├── bevy_tasks v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── fixedbitset v0.5.7 │ │ ├── gltf v1.4.1 │ │ │ ├── byteorder v1.5.0 │ │ │ ├── gltf-json v1.4.1 │ │ │ │ ├── gltf-derive v1.4.1 (proc-macro) │ │ │ │ │ ├── inflections v1.1.1 │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ ├── serde_derive v1.0.219 (proc-macro) (*) │ │ │ │ └── serde_json v1.0.140 │ │ │ │ ├── itoa v1.0.15 │ │ │ │ ├── memchr v2.7.4 │ │ │ │ ├── ryu v1.0.20 │ │ │ │ └── serde v1.0.219 (*) │ │ │ ├── lazy_static v1.5.0 │ │ │ └── serde_json v1.0.140 (*) │ │ ├── itertools v0.14.0 (*) │ │ ├── percent-encoding v2.3.1 │ │ ├── serde v1.0.219 (*) │ │ ├── serde_json v1.0.140 (*) │ │ ├── smallvec v1.15.0 │ │ ├── thiserror v2.0.12 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_image v0.16.0 (*) │ ├── bevy_input v0.16.0 (*) │ ├── bevy_input_focus v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_input v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_window v0.16.0 (*) │ │ ├── log v0.4.27 │ │ └── thiserror v2.0.12 (*) │ ├── bevy_log v0.16.0 (*) │ ├── bevy_math v0.16.0 (*) │ ├── bevy_pbr v0.16.0 (*) │ ├── bevy_picking v0.16.0 (*) │ ├── bevy_platform v0.16.0 (*) │ ├── bevy_ptr v0.16.0 │ ├── bevy_reflect v0.16.0 (*) │ ├── bevy_render v0.16.0 (*) │ ├── bevy_scene v0.16.0 (*) │ ├── bevy_sprite v0.16.0 (*) │ ├── bevy_state v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_state_macros v0.16.0 (proc-macro) │ │ │ ├── bevy_macro_utils v0.16.0 (*) │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ ├── quote v1.0.40 (*) │ │ │ └── syn v2.0.101 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── log v0.4.27 │ │ └── variadics_please v1.1.0 (proc-macro) (*) │ ├── bevy_tasks v0.16.0 (*) │ ├── bevy_text v0.16.0 │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_color v0.16.1 (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_log v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_sprite v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── bevy_window v0.16.0 (*) │ │ ├── cosmic-text v0.13.2 │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── fontdb v0.16.2 │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── memmap2 v0.9.5 │ │ │ │ ├── slotmap v1.0.7 │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── version_check v0.9.5 │ │ │ │ ├── tinyvec v1.9.0 (*) │ │ │ │ └── ttf-parser v0.20.0 │ │ │ ├── log v0.4.27 │ │ │ ├── rangemap v1.5.1 │ │ │ ├── rustc-hash v1.1.0 │ │ │ ├── rustybuzz v0.14.1 │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ ├── libm v0.2.13 │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── ttf-parser v0.21.1 │ │ │ │ ├── unicode-bidi-mirroring v0.2.0 │ │ │ │ ├── unicode-ccc v0.2.0 │ │ │ │ ├── unicode-properties v0.1.3 │ │ │ │ └── unicode-script v0.5.7 │ │ │ ├── self_cell v1.2.0 │ │ │ ├── smol_str v0.2.2 (*) │ │ │ ├── swash v0.2.2 │ │ │ │ ├── skrifa v0.26.6 │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ └── read-fonts v0.25.3 │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ └── font-types v0.8.4 │ │ │ │ │ └── bytemuck v1.23.0 (*) │ │ │ │ ├── yazi v0.2.1 │ │ │ │ └── zeno v0.3.2 │ │ │ ├── sys-locale v0.3.2 │ │ │ ├── ttf-parser v0.21.1 │ │ │ ├── unicode-bidi v0.3.18 │ │ │ ├── unicode-linebreak v0.1.5 │ │ │ ├── unicode-script v0.5.7 │ │ │ └── unicode-segmentation v1.12.0 │ │ ├── serde v1.0.219 (*) │ │ ├── smallvec v1.15.0 │ │ ├── sys-locale v0.3.2 │ │ ├── thiserror v2.0.12 (*) │ │ ├── tracing v0.1.41 (*) │ │ └── unicode-bidi v0.3.18 │ ├── bevy_time v0.16.0 (*) │ ├── bevy_transform v0.16.0 (*) │ ├── bevy_ui v0.16.0 │ │ ├── accesskit v0.18.0 │ │ ├── bevy_a11y v0.16.0 (*) │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_color v0.16.1 (*) │ │ ├── bevy_core_pipeline v0.16.0 (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_input v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_picking v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_sprite v0.16.0 (*) │ │ ├── bevy_text v0.16.0 (*) │ │ ├── bevy_transform v0.16.0 (*) │ │ ├── bevy_utils v0.16.0 (*) │ │ ├── bevy_window v0.16.0 (*) │ │ ├── bytemuck v1.23.0 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── nonmax v0.5.5 │ │ ├── smallvec v1.15.0 │ │ ├── taffy v0.7.7 │ │ │ ├── arrayvec v0.7.6 │ │ │ ├── grid v0.15.0 │ │ │ └── slotmap v1.0.7 (*) │ │ ├── thiserror v2.0.12 (*) │ │ └── tracing v0.1.41 (*) │ ├── bevy_utils v0.16.0 (*) │ ├── bevy_window v0.16.0 (*) │ └── bevy_winit v0.16.0 │ ├── accesskit v0.18.0 │ ├── accesskit_winit v0.25.0 │ │ ├── accesskit v0.18.0 │ │ ├── accesskit_windows v0.25.0 │ │ │ ├── accesskit v0.18.0 │ │ │ ├── accesskit_consumer v0.27.0 │ │ │ │ ├── accesskit v0.18.0 │ │ │ │ ├── hashbrown v0.15.3 (*) │ │ │ │ └── immutable-chunkmap v2.0.6 │ │ │ │ └── arrayvec v0.7.6 │ │ │ ├── hashbrown v0.15.3 (*) │ │ │ ├── paste v1.0.15 (proc-macro) │ │ │ ├── static_assertions v1.1.0 │ │ │ ├── windows v0.58.0 (*) │ │ │ └── windows-core v0.58.0 (*) │ │ ├── raw-window-handle v0.6.2 │ │ └── winit v0.30.10 │ │ ├── bitflags v2.9.0 (*) │ │ ├── cursor-icon v1.1.0 │ │ ├── dpi v0.1.2 │ │ ├── raw-window-handle v0.6.2 │ │ ├── smol_str v0.2.2 (*) │ │ ├── tracing v0.1.41 (*) │ │ ├── unicode-segmentation v1.12.0 │ │ └── windows-sys v0.52.0 (*) │ │ [build-dependencies] │ │ └── cfg_aliases v0.2.1 │ ├── approx v0.5.1 │ │ └── num-traits v0.2.19 (*) │ ├── bevy_a11y v0.16.0 (*) │ ├── bevy_app v0.16.0 (*) │ ├── bevy_asset v0.16.0 (*) │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ ├── bevy_ecs v0.16.0 (*) │ ├── bevy_image v0.16.0 (*) │ ├── bevy_input v0.16.0 (*) │ ├── bevy_input_focus v0.16.0 (*) │ ├── bevy_log v0.16.0 (*) │ ├── bevy_math v0.16.0 (*) │ ├── bevy_platform v0.16.0 (*) │ ├── bevy_reflect v0.16.0 (*) │ ├── bevy_tasks v0.16.0 (*) │ ├── bevy_utils v0.16.0 (*) │ ├── bevy_window v0.16.0 (*) │ ├── bytemuck v1.23.0 (*) │ ├── cfg-if v1.0.0 │ ├── raw-window-handle v0.6.2 │ ├── tracing v0.1.41 (*) │ ├── wgpu-types v24.0.0 (*) │ └── winit v0.30.10 (*) ├── bevy-inspector-egui v0.31.0 │ ├── bevy-inspector-egui-derive v0.31.0 (proc-macro) │ │ ├── proc-macro2 v1.0.95 (*) │ │ ├── quote v1.0.40 (*) │ │ └── syn v2.0.101 (*) │ ├── bevy_app v0.16.0 (*) │ ├── bevy_asset v0.16.0 (*) │ ├── bevy_color v0.16.1 (*) │ ├── bevy_core_pipeline v0.16.0 (*) │ ├── bevy_ecs v0.16.0 (*) │ ├── bevy_egui v0.34.1 │ │ ├── arboard v3.5.0 │ │ │ ├── clipboard-win v5.4.0 │ │ │ │ └── error-code v3.3.1 │ │ │ ├── image v0.25.6 (*) │ │ │ ├── log v0.4.27 │ │ │ └── windows-sys v0.59.0 (*) │ │ ├── bevy_app v0.16.0 (*) │ │ ├── bevy_asset v0.16.0 (*) │ │ ├── bevy_derive v0.16.0 (proc-macro) (*) │ │ ├── bevy_ecs v0.16.0 (*) │ │ ├── bevy_image v0.16.0 (*) │ │ ├── bevy_input v0.16.0 (*) │ │ ├── bevy_log v0.16.0 (*) │ │ ├── bevy_math v0.16.0 (*) │ │ ├── bevy_platform v0.16.0 (*) │ │ ├── bevy_reflect v0.16.0 (*) │ │ ├── bevy_render v0.16.0 (*) │ │ ├── bevy_time v0.16.0 (*) │ │ ├── bevy_window v0.16.0 (*) │ │ ├── bevy_winit v0.16.0 (*) │ │ ├── bytemuck v1.23.0 (*) │ │ ├── egui v0.31.1 │ │ │ ├── ahash v0.8.11 │ │ │ │ ├── cfg-if v1.0.0 │ │ │ │ ├── const-random v0.1.18 │ │ │ │ │ └── const-random-macro v0.1.16 (proc-macro) │ │ │ │ │ ├── getrandom v0.2.16 │ │ │ │ │ │ └── cfg-if v1.0.0 │ │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ │ └── tiny-keccak v2.0.2 │ │ │ │ │ └── crunchy v0.2.3 │ │ │ │ ├── getrandom v0.2.16 (*) │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ └── zerocopy v0.7.35 │ │ │ │ [build-dependencies] │ │ │ │ └── version_check v0.9.5 │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── emath v0.31.1 │ │ │ │ └── bytemuck v1.23.0 (*) │ │ │ ├── epaint v0.31.1 │ │ │ │ ├── ab_glyph v0.2.29 │ │ │ │ │ ├── ab_glyph_rasterizer v0.1.8 │ │ │ │ │ └── owned_ttf_parser v0.25.0 │ │ │ │ │ └── ttf-parser v0.25.1 │ │ │ │ ├── ahash v0.8.11 (*) │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ ├── ecolor v0.31.1 │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ └── emath v0.31.1 (*) │ │ │ │ ├── emath v0.31.1 (*) │ │ │ │ ├── epaint_default_fonts v0.31.1 │ │ │ │ ├── nohash-hasher v0.2.0 │ │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ │ └── profiling v1.0.16 (*) │ │ │ ├── nohash-hasher v0.2.0 │ │ │ └── profiling v1.0.16 (*) │ │ ├── encase v0.10.0 (*) │ │ ├── thread_local v1.1.8 (*) │ │ └── wgpu-types v24.0.0 (*) │ ├── bevy_image v0.16.0 (*) │ ├── bevy_log v0.16.0 (*) │ ├── bevy_math v0.16.0 (*) │ ├── bevy_pbr v0.16.0 (*) │ ├── bevy_platform v0.16.0 (*) │ ├── bevy_reflect v0.16.0 (*) │ ├── bevy_render v0.16.0 (*) │ ├── bevy_state v0.16.0 (*) │ ├── bevy_time v0.16.0 (*) │ ├── bevy_utils v0.16.0 (*) │ ├── bevy_window v0.16.0 (*) │ ├── bytemuck v1.23.0 (*) │ ├── disqualified v1.0.0 │ ├── egui v0.31.1 (*) │ ├── fuzzy-matcher v0.3.7 │ │ └── thread_local v1.1.8 (*) │ ├── image v0.25.6 (*) │ ├── smallvec v1.15.0 │ ├── uuid v1.16.0 (*) │ └── winit v0.30.10 (*) └── bevy_rapier3d v0.29.0 ├── bevy v0.15.1 │ └── bevy_internal v0.15.1 │ ├── bevy_app v0.15.1 │ │ ├── bevy_derive v0.15.3 (proc-macro) │ │ │ ├── bevy_macro_utils v0.15.3 │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ ├── syn v2.0.101 (*) │ │ │ │ └── toml_edit v0.22.26 (*) │ │ │ ├── quote v1.0.40 (*) │ │ │ └── syn v2.0.101 (*) │ │ ├── bevy_ecs v0.15.1 │ │ │ ├── bevy_ecs_macros v0.15.3 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── bevy_ptr v0.15.3 │ │ │ ├── bevy_reflect v0.15.1 │ │ │ │ ├── assert_type_match v0.1.1 (proc-macro) (*) │ │ │ │ ├── bevy_ptr v0.15.3 │ │ │ │ ├── bevy_reflect_derive v0.15.1 (proc-macro) │ │ │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ ├── syn v2.0.101 (*) │ │ │ │ │ └── uuid v1.16.0 (*) │ │ │ │ ├── bevy_utils v0.15.3 │ │ │ │ │ ├── ahash v0.8.11 (*) │ │ │ │ │ ├── bevy_utils_proc_macros v0.15.3 (proc-macro) │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ │ │ └── syn v2.0.101 (*) │ │ │ │ │ ├── hashbrown v0.14.5 │ │ │ │ │ │ ├── ahash v0.8.11 (*) │ │ │ │ │ │ ├── allocator-api2 v0.2.21 │ │ │ │ │ │ └── serde v1.0.219 (*) │ │ │ │ │ ├── thread_local v1.1.8 (*) │ │ │ │ │ └── tracing v0.1.41 (*) │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ ├── disqualified v1.0.0 │ │ │ │ ├── downcast-rs v1.2.1 │ │ │ │ ├── erased-serde v0.4.6 (*) │ │ │ │ ├── glam v0.29.3 (*) │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── smol_str v0.2.2 (*) │ │ │ │ └── uuid v1.16.0 (*) │ │ │ ├── bevy_tasks v0.15.3 │ │ │ │ ├── async-executor v1.13.2 (*) │ │ │ │ └── futures-lite v2.6.0 (*) │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── concurrent-queue v2.5.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── disqualified v1.0.0 │ │ │ ├── fixedbitset v0.5.7 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── petgraph v0.6.5 │ │ │ │ ├── fixedbitset v0.4.2 │ │ │ │ └── indexmap v2.9.0 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ └── smallvec v1.15.0 │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_tasks v0.15.3 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── ctrlc v3.4.6 (*) │ │ ├── derive_more v1.0.0 (*) │ │ └── downcast-rs v1.2.1 │ ├── bevy_asset v0.15.1 │ │ ├── async-broadcast v0.5.1 │ │ │ ├── event-listener v2.5.3 │ │ │ └── futures-core v0.3.31 │ │ ├── async-fs v2.1.2 (*) │ │ ├── async-lock v3.4.0 (*) │ │ ├── atomicow v1.1.0 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_asset_macros v0.15.3 (proc-macro) │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ ├── quote v1.0.40 (*) │ │ │ └── syn v2.0.101 (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_tasks v0.15.3 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── bitflags v2.9.0 (*) │ │ ├── blake3 v1.8.2 (*) │ │ ├── crossbeam-channel v0.5.15 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── disqualified v1.0.0 │ │ ├── downcast-rs v1.2.1 │ │ ├── either v1.15.0 │ │ ├── futures-io v0.3.31 │ │ ├── futures-lite v2.6.0 (*) │ │ ├── parking_lot v0.12.3 (*) │ │ ├── ron v0.8.1 (*) │ │ ├── serde v1.0.219 (*) │ │ ├── stackfuture v0.3.0 │ │ └── uuid v1.16.0 (*) │ ├── bevy_color v0.15.2 │ │ ├── bevy_math v0.15.1 │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── glam v0.29.3 (*) │ │ │ ├── itertools v0.13.0 │ │ │ │ └── either v1.15.0 │ │ │ ├── rand v0.8.5 (*) │ │ │ ├── rand_distr v0.4.3 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ └── smallvec v1.15.0 │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bytemuck v1.23.0 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── encase v0.10.0 (*) │ │ ├── serde v1.0.219 (*) │ │ └── wgpu-types v23.0.0 │ │ └── bitflags v2.9.0 (*) │ ├── bevy_core v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_tasks v0.15.3 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ └── uuid v1.16.0 (*) │ ├── bevy_core_pipeline v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_asset v0.15.1 (*) │ │ ├── bevy_color v0.15.2 (*) │ │ ├── bevy_core v0.15.1 (*) │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_image v0.15.1 │ │ │ ├── bevy_asset v0.15.1 (*) │ │ │ ├── bevy_color v0.15.2 (*) │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ ├── image v0.25.6 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ └── wgpu v23.0.1 │ │ │ ├── arrayvec v0.7.6 │ │ │ ├── document-features v0.2.11 (proc-macro) (*) │ │ │ ├── log v0.4.27 │ │ │ ├── naga v23.1.0 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── bit-set v0.8.0 (*) │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── codespan-reporting v0.11.1 (*) │ │ │ │ ├── hexf-parse v0.2.1 │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── spirv v0.3.0+sdk-1.3.268.0 (*) │ │ │ │ ├── termcolor v1.4.1 (*) │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ └── unicode-xid v0.2.6 │ │ │ │ [build-dependencies] │ │ │ │ └── cfg_aliases v0.1.1 │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ ├── profiling v1.0.16 (*) │ │ │ ├── raw-window-handle v0.6.2 │ │ │ ├── smallvec v1.15.0 │ │ │ ├── static_assertions v1.1.0 │ │ │ ├── wgpu-core v23.0.1 │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ ├── bit-vec v0.8.0 │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── document-features v0.2.11 (proc-macro) (*) │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── log v0.4.27 │ │ │ │ ├── naga v23.1.0 (*) │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ │ ├── profiling v1.0.16 (*) │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ ├── wgpu-hal v23.0.1 │ │ │ │ │ ├── arrayvec v0.7.6 │ │ │ │ │ ├── ash v0.38.0+1.3.281 (*) │ │ │ │ │ ├── bit-set v0.8.0 (*) │ │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ │ ├── glow v0.14.2 │ │ │ │ │ ├── glutin_wgl_sys v0.6.1 (*) │ │ │ │ │ ├── gpu-alloc v0.6.0 (*) │ │ │ │ │ ├── gpu-allocator v0.27.0 (*) │ │ │ │ │ ├── gpu-descriptor v0.3.1 (*) │ │ │ │ │ ├── khronos-egl v6.0.0 (*) │ │ │ │ │ ├── libloading v0.8.6 (*) │ │ │ │ │ ├── log v0.4.27 │ │ │ │ │ ├── naga v23.1.0 (*) │ │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ │ ├── parking_lot v0.12.3 (*) │ │ │ │ │ ├── profiling v1.0.16 (*) │ │ │ │ │ ├── range-alloc v0.1.4 │ │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ │ ├── renderdoc-sys v1.1.0 │ │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ │ ├── smallvec v1.15.0 │ │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ │ ├── wgpu-types v23.0.0 (*) │ │ │ │ │ ├── windows v0.58.0 (*) │ │ │ │ │ └── windows-core v0.58.0 (*) │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── cfg_aliases v0.1.1 │ │ │ │ └── wgpu-types v23.0.0 (*) │ │ │ │ [build-dependencies] │ │ │ │ └── cfg_aliases v0.1.1 │ │ │ ├── wgpu-hal v23.0.1 (*) │ │ │ └── wgpu-types v23.0.0 (*) │ │ │ [build-dependencies] │ │ │ └── cfg_aliases v0.1.1 │ │ ├── bevy_math v0.15.1 (*) │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_render v0.15.1 │ │ │ ├── async-channel v2.3.1 (*) │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ ├── bevy_asset v0.15.1 (*) │ │ │ ├── bevy_color v0.15.2 (*) │ │ │ ├── bevy_core v0.15.1 (*) │ │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ │ ├── bevy_diagnostic v0.15.1 │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ ├── bevy_core v0.15.1 (*) │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ ├── bevy_tasks v0.15.3 (*) │ │ │ │ ├── bevy_time v0.15.1 │ │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ │ └── crossbeam-channel v0.5.15 (*) │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ └── const-fnv1a-hash v1.1.0 │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ ├── bevy_encase_derive v0.15.3 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ │ └── encase_derive_impl v0.10.0 (*) │ │ │ ├── bevy_hierarchy v0.15.1 │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ ├── bevy_core v0.15.1 (*) │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ ├── disqualified v1.0.0 │ │ │ │ └── smallvec v1.15.0 │ │ │ ├── bevy_image v0.15.1 (*) │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ ├── bevy_mesh v0.15.1 │ │ │ │ ├── bevy_asset v0.15.1 (*) │ │ │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ ├── bevy_image v0.15.1 (*) │ │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ │ ├── bevy_mikktspace v0.15.3 │ │ │ │ │ └── glam v0.29.3 (*) │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ ├── bevy_transform v0.15.1 │ │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ │ ├── bevy_hierarchy v0.15.1 (*) │ │ │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ │ └── derive_more v1.0.0 (*) │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ ├── bitflags v2.9.0 (*) │ │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ ├── hexasphere v15.1.0 (*) │ │ │ │ ├── serde v1.0.219 (*) │ │ │ │ └── wgpu v23.0.1 (*) │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ ├── bevy_render_macros v0.15.3 (proc-macro) │ │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ │ ├── quote v1.0.40 (*) │ │ │ │ └── syn v2.0.101 (*) │ │ │ ├── bevy_tasks v0.15.3 (*) │ │ │ ├── bevy_time v0.15.1 (*) │ │ │ ├── bevy_transform v0.15.1 (*) │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ ├── bevy_window v0.15.1 │ │ │ │ ├── bevy_a11y v0.15.1 │ │ │ │ │ ├── accesskit v0.17.1 │ │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ │ └── bevy_reflect v0.15.1 (*) │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ ├── bevy_input v0.15.1 │ │ │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ │ │ ├── bevy_core v0.15.1 (*) │ │ │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ │ ├── derive_more v1.0.0 (*) │ │ │ │ │ └── smol_str v0.2.2 (*) │ │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ │ ├── raw-window-handle v0.6.2 │ │ │ │ └── smol_str v0.2.2 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── codespan-reporting v0.11.1 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── downcast-rs v1.2.1 │ │ │ ├── encase v0.10.0 (*) │ │ │ ├── futures-lite v2.6.0 (*) │ │ │ ├── image v0.25.6 (*) │ │ │ ├── naga v23.1.0 (*) │ │ │ ├── naga_oil v0.16.0 │ │ │ │ ├── bit-set v0.5.3 (*) │ │ │ │ ├── codespan-reporting v0.11.1 (*) │ │ │ │ ├── data-encoding v2.9.0 │ │ │ │ ├── indexmap v2.9.0 (*) │ │ │ │ ├── naga v23.1.0 (*) │ │ │ │ ├── once_cell v1.21.3 │ │ │ │ ├── regex v1.11.1 (*) │ │ │ │ ├── regex-syntax v0.8.5 │ │ │ │ ├── rustc-hash v1.1.0 │ │ │ │ ├── thiserror v1.0.69 (*) │ │ │ │ ├── tracing v0.1.41 (*) │ │ │ │ └── unicode-ident v1.0.18 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── offset-allocator v0.2.0 (*) │ │ │ ├── serde v1.0.219 (*) │ │ │ ├── smallvec v1.15.0 │ │ │ └── wgpu v23.0.1 (*) │ │ ├── bevy_transform v0.15.1 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── bevy_window v0.15.1 (*) │ │ ├── bitflags v2.9.0 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── nonmax v0.5.5 │ │ ├── radsort v0.1.1 │ │ ├── serde v1.0.219 (*) │ │ └── smallvec v1.15.0 │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ ├── bevy_diagnostic v0.15.1 (*) │ ├── bevy_ecs v0.15.1 (*) │ ├── bevy_gizmos v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_asset v0.15.1 (*) │ │ ├── bevy_color v0.15.2 (*) │ │ ├── bevy_core_pipeline v0.15.1 (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_gizmos_macros v0.15.3 (proc-macro) │ │ │ ├── bevy_macro_utils v0.15.3 (*) │ │ │ ├── proc-macro2 v1.0.95 (*) │ │ │ ├── quote v1.0.40 (*) │ │ │ └── syn v2.0.101 (*) │ │ ├── bevy_image v0.15.1 (*) │ │ ├── bevy_math v0.15.1 (*) │ │ ├── bevy_pbr v0.15.1 │ │ │ ├── bevy_app v0.15.1 (*) │ │ │ ├── bevy_asset v0.15.1 (*) │ │ │ ├── bevy_color v0.15.2 (*) │ │ │ ├── bevy_core_pipeline v0.15.1 (*) │ │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ │ ├── bevy_ecs v0.15.1 (*) │ │ │ ├── bevy_image v0.15.1 (*) │ │ │ ├── bevy_math v0.15.1 (*) │ │ │ ├── bevy_reflect v0.15.1 (*) │ │ │ ├── bevy_render v0.15.1 (*) │ │ │ ├── bevy_transform v0.15.1 (*) │ │ │ ├── bevy_utils v0.15.3 (*) │ │ │ ├── bevy_window v0.15.1 (*) │ │ │ ├── bitflags v2.9.0 (*) │ │ │ ├── bytemuck v1.23.0 (*) │ │ │ ├── derive_more v1.0.0 (*) │ │ │ ├── fixedbitset v0.5.7 │ │ │ ├── nonmax v0.5.5 │ │ │ ├── radsort v0.1.1 │ │ │ ├── smallvec v1.15.0 │ │ │ └── static_assertions v1.1.0 │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_render v0.15.1 (*) │ │ ├── bevy_time v0.15.1 (*) │ │ ├── bevy_transform v0.15.1 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ └── bytemuck v1.23.0 (*) │ ├── bevy_hierarchy v0.15.1 (*) │ ├── bevy_image v0.15.1 (*) │ ├── bevy_input v0.15.1 (*) │ ├── bevy_log v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── tracing-log v0.2.0 (*) │ │ └── tracing-subscriber v0.3.19 (*) │ ├── bevy_math v0.15.1 (*) │ ├── bevy_pbr v0.15.1 (*) │ ├── bevy_picking v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_asset v0.15.1 (*) │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_hierarchy v0.15.1 (*) │ │ ├── bevy_input v0.15.1 (*) │ │ ├── bevy_math v0.15.1 (*) │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_render v0.15.1 (*) │ │ ├── bevy_time v0.15.1 (*) │ │ ├── bevy_transform v0.15.1 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── bevy_window v0.15.1 (*) │ │ └── uuid v1.16.0 (*) │ ├── bevy_ptr v0.15.3 │ ├── bevy_reflect v0.15.1 (*) │ ├── bevy_render v0.15.1 (*) │ ├── bevy_scene v0.15.1 │ │ ├── bevy_app v0.15.1 (*) │ │ ├── bevy_asset v0.15.1 (*) │ │ ├── bevy_derive v0.15.3 (proc-macro) (*) │ │ ├── bevy_ecs v0.15.1 (*) │ │ ├── bevy_hierarchy v0.15.1 (*) │ │ ├── bevy_reflect v0.15.1 (*) │ │ ├── bevy_render v0.15.1 (*) │ │ ├── bevy_transform v0.15.1 (*) │ │ ├── bevy_utils v0.15.3 (*) │ │ ├── derive_more v1.0.0 (*) │ │ ├── serde v1.0.219 (*) │ │ └── uuid v1.16.0 (*) │ ├── bevy_tasks v0.15.3 (*) │ ├── bevy_time v0.15.1 (*) │ ├── bevy_transform v0.15.1 (*) │ └── bevy_utils v0.15.3 (*) ├── bitflags v2.9.0 (*) ├── log v0.4.27 ├── nalgebra v0.33.2 │ ├── approx v0.5.1 (*) │ ├── glam v0.29.3 (*) │ ├── matrixmultiply v0.3.9 │ │ └── rawpointer v0.2.1 │ │ [build-dependencies] │ │ └── autocfg v1.4.0 │ ├── nalgebra-macros v0.2.2 (proc-macro) │ │ ├── proc-macro2 v1.0.95 (*) │ │ ├── quote v1.0.40 (*) │ │ └── syn v2.0.101 (*) │ ├── num-complex v0.4.6 │ │ └── num-traits v0.2.19 (*) │ ├── num-rational v0.4.2 │ │ ├── num-integer v0.1.46 │ │ │ └── num-traits v0.2.19 (*) │ │ └── num-traits v0.2.19 (*) │ ├── num-traits v0.2.19 (*) │ ├── simba v0.9.0 │ │ ├── approx v0.5.1 (*) │ │ ├── num-complex v0.4.6 (*) │ │ ├── num-traits v0.2.19 (*) │ │ ├── paste v1.0.15 (proc-macro) │ │ └── wide v0.7.32 │ │ ├── bytemuck v1.23.0 (*) │ │ └── safe_arch v0.7.4 │ │ └── bytemuck v1.23.0 (*) │ └── typenum v1.18.0 └── rapier3d v0.23.1 ├── approx v0.5.1 (*) ├── arrayvec v0.7.6 ├── bit-vec v0.7.0 ├── bitflags v2.9.0 (*) ├── crossbeam v0.8.4 │ ├── crossbeam-channel v0.5.15 (*) │ ├── crossbeam-deque v0.8.6 │ │ ├── crossbeam-epoch v0.9.18 │ │ │ └── crossbeam-utils v0.8.21 │ │ └── crossbeam-utils v0.8.21 │ ├── crossbeam-epoch v0.9.18 (*) │ ├── crossbeam-queue v0.3.12 (*) │ └── crossbeam-utils v0.8.21 ├── downcast-rs v1.2.1 ├── log v0.4.27 ├── nalgebra v0.33.2 (*) ├── num-derive v0.4.2 (proc-macro) │ ├── proc-macro2 v1.0.95 (*) │ ├── quote v1.0.40 (*) │ └── syn v2.0.101 (*) ├── num-traits v0.2.19 (*) ├── ordered-float v4.6.0 (*) ├── parry3d v0.18.0 │ ├── approx v0.5.1 (*) │ ├── arrayvec v0.7.6 │ ├── bitflags v2.9.0 (*) │ ├── downcast-rs v1.2.1 │ ├── either v1.15.0 │ ├── ena v0.14.3 │ │ └── log v0.4.27 │ ├── log v0.4.27 │ ├── nalgebra v0.33.2 (*) │ ├── num-derive v0.4.2 (proc-macro) (*) │ ├── num-traits v0.2.19 (*) │ ├── ordered-float v4.6.0 (*) │ ├── rstar v0.12.2 │ │ ├── heapless v0.8.0 │ │ │ ├── hash32 v0.3.1 │ │ │ │ └── byteorder v1.5.0 │ │ │ └── stable_deref_trait v1.2.0 │ │ ├── num-traits v0.2.19 (*) │ │ └── smallvec v1.15.0 │ ├── rustc-hash v2.1.1 │ ├── simba v0.9.0 (*) │ ├── slab v0.4.9 (*) │ ├── smallvec v1.15.0 │ ├── spade v2.13.1 │ │ ├── hashbrown v0.15.3 (*) │ │ ├── num-traits v0.2.19 (*) │ │ ├── robust v1.1.0 │ │ └── smallvec v1.15.0 │ └── thiserror v1.0.69 (*) ├── profiling v1.0.16 (*) ├── rayon v1.10.0 │ ├── either v1.15.0 │ └── rayon-core v1.12.1 │ ├── crossbeam-deque v0.8.6 (*) │ └── crossbeam-utils v0.8.21 ├── rustc-hash v2.1.1 ├── simba v0.9.0 (*) ├── thiserror v1.0.69 (*) └── vec_map v0.8.2