Skip to content
Snippets Groups Projects
Cargo.lock 108 KiB
Newer Older
StarArawn's avatar
StarArawn committed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ab_glyph"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24606928a235e73cdef55a0c909719cadd72fce573e5713d58cb2952d8f5794c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "ab_glyph_rasterizer",
 "owned_ttf_parser",
]

[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"

[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"

StarArawn's avatar
StarArawn committed
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"

[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
 "getrandom",
 "once_cell",
 "version_check",
]

[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
 "memchr",
]

[[package]]
name = "alsa"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
StarArawn's avatar
StarArawn committed
dependencies = [
 "alsa-sys",
 "bitflags",
 "libc",
 "nix 0.23.1",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
 "libc",
 "pkg-config",
]

[[package]]
name = "android_log-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"

[[package]]
name = "android_logger"
StarArawn's avatar
StarArawn committed
version = "0.10.1"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
StarArawn's avatar
StarArawn committed
checksum = "d9ed09b18365ed295d722d0b5ed59c01b79a826ff2d2a8f73d5ecca8e6fb2f66"
StarArawn's avatar
StarArawn committed
dependencies = [
StarArawn's avatar
StarArawn committed
 "android_log-sys",
StarArawn's avatar
StarArawn committed
 "env_logger",
 "lazy_static",
 "log",
]

[[package]]
name = "android_system_properties"
version = "0.1.4"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
dependencies = [
 "libc",
]
StarArawn's avatar
StarArawn committed

[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
 "winapi",
]

[[package]]
name = "anyhow"
version = "1.0.58"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
StarArawn's avatar
StarArawn committed

[[package]]
name = "approx"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
StarArawn's avatar
StarArawn committed
dependencies = [
 "num-traits",
]

[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"

[[package]]
name = "as-any"
StarArawn's avatar
StarArawn committed
version = "0.2.1"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
StarArawn's avatar
StarArawn committed
checksum = "088ccb346677e658e7ccd9627c62576fba881f4db7fab71fa9e21bf31c0aa4cb"
StarArawn's avatar
StarArawn committed

[[package]]
name = "ash"
version = "0.37.0+1.3.209"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006ca68e0f2b03f22d6fa9f2860f85aed430d257fec20f8879b2145e7c7ae1a6"
StarArawn's avatar
StarArawn committed
dependencies = [
 "libloading",
]

[[package]]
name = "async-channel"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
 "concurrent-queue",
 "event-listener",
 "futures-core",
]

[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
 "async-task",
 "concurrent-queue",
 "fastrand",
 "futures-lite",
 "once_cell",
 "slab",
]

[[package]]
name = "async-task"
version = "4.3.0"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
StarArawn's avatar
StarArawn committed

[[package]]
name = "autocfg"
StarArawn's avatar
StarArawn committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
StarArawn's avatar
StarArawn committed

[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"

[[package]]
name = "bevy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f08528a4e59d607460513a823b40f602d013c1a00f57b824f1075d5d48c3cd"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_internal 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
]

StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_internal 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
[[package]]
name = "bevy_animation"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e243169af495ad616ff701247c0d3e40078a26ed8de231cf9e54bde6b3c4bb45"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_hierarchy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_time 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_app"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d26d6ffdf493609d2fedc1018a2ef0cb4d8e48f6d3bcea56fa2df81867e464"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "bevy_app"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_tasks 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "bevy_asset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d8fb95306d5f18fa70df40632cd984993aeb71e91ce059ae99699098a4f9ce9"
StarArawn's avatar
StarArawn committed
dependencies = [
 "anyhow",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_diagnostic 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_log 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "crossbeam-channel",
 "downcast-rs",
 "fastrand",
StarArawn's avatar
StarArawn committed
 "js-sys",
 "ndk-glue 0.5.2",
StarArawn's avatar
StarArawn committed
 "notify",
 "parking_lot 0.12.1",
 "serde",
 "thiserror",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
]

[[package]]
name = "bevy_asset"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "anyhow",
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_diagnostic 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_log 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_tasks 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "crossbeam-channel",
 "downcast-rs",
 "fastrand",
 "js-sys",
 "ndk-glue 0.5.2",
 "parking_lot 0.12.1",
StarArawn's avatar
StarArawn committed
 "serde",
 "thiserror",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
]

[[package]]
name = "bevy_audio"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eee08ac575397ce17477dd291862bafa15226334bdfb82c02bbc3d10bad7bdb8"
StarArawn's avatar
StarArawn committed
dependencies = [
 "anyhow",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.12.1",
StarArawn's avatar
StarArawn committed
 "rodio",
]

[[package]]
name = "bevy_core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6712146d54fff9e1865362e9f39a7b63c7b037ddb72a3d7bb05b959213fb61e"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytemuck",
]

[[package]]
name = "bevy_core"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_math 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_tasks 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
 "bytemuck",
]

[[package]]
name = "bevy_core_pipeline"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080bb00399b6d7697e505f871d67c6de8b52eb06b47b0cda2be80c2396805983"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_render 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "radsort",
 "serde",
StarArawn's avatar
StarArawn committed
]

StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_core_pipeline"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_asset 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_render 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_transform 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "radsort",
 "serde",
]

[[package]]
name = "bevy_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b8f0786d1fc7e0d35297917be463db3d0886f7bd8d4221ca3d565502579ffb"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_macro_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote",
 "syn",
StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_derive"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_macro_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "quote",
 "syn",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_diagnostic"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adab74ee5375fbf5d2b1d3da41de8d1491a8a706d17441b5e31214b65349d692"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_log 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_time 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bevy_diagnostic"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_log 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_time 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_ecs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5643dc27b7d6778e3a66c8e0f6ad1fd33309aa2fa61d935f360ccc85b7be6a2"
StarArawn's avatar
StarArawn committed
dependencies = [
 "async-channel",
 "bevy_ecs_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ptr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "downcast-rs",
 "fixedbitset",
 "fxhash",
 "serde",
 "thread_local",
]

[[package]]
name = "bevy_ecs"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "async-channel",
 "bevy_ecs_macros 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ptr 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_tasks 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "downcast-rs",
 "fixedbitset",
 "fxhash",
 "serde",
 "thread_local",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_ecs_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5f2f12677f8725d40930d0a19652f007fe0ef5ac38e23817cfc4930c61f5680"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_macro_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2",
 "quote",
 "syn",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_ecs_macros"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_macro_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "bevy_encase_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a767adc36ce1fc917a736843b026d4de7069d90ed5e669c852481ef69fd5aa"
dependencies = [
 "bevy_macro_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "encase_derive_impl",
]

[[package]]
name = "bevy_encase_derive"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_macro_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "encase_derive_impl",
]

StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_gilrs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "963940426127533164af2a556971a03c493143c0afb95afadb4a070b6ab8c3df"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_input 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "gilrs",
]

[[package]]
StarArawn's avatar
StarArawn committed
name = "bevy_gltf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150cc6782c4472600c2ade5d78c6ce481c992690f0499e63765aba752d7e0f04"
StarArawn's avatar
StarArawn committed
dependencies = [
 "anyhow",
 "base64",
 "bevy_animation",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core_pipeline 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_hierarchy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_log 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_pbr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_render 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_scene",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "gltf",
 "percent-encoding",
 "thiserror",
]

[[package]]
name = "bevy_hierarchy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2e4c20d7c843cd26ef3c5d7b4c20e3e32c275943e2437ecaca1cfd6cfe3b30"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec",
]

[[package]]
name = "bevy_hierarchy"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_input"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11c70573fb4d4c056ba32cfa553daa7e6e1245cb876ccfbe322640928b7ee1c"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bevy_input"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_math 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_internal"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d603b597772130782eab6e604706cbb764fb037f9cf0a1904b6f342845b6f44"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_animation",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_audio",
 "bevy_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core_pipeline 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_diagnostic 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_gilrs",
StarArawn's avatar
StarArawn committed
 "bevy_gltf",
 "bevy_hierarchy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_input 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_log 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_pbr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ptr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_render 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_scene",
 "bevy_sprite",
 "bevy_tasks 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_text",
 "bevy_time 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_ui",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_window 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bevy_winit",
 "ndk-glue 0.5.2",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_internal"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_asset 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_core 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_core_pipeline 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_diagnostic 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_hierarchy 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_input 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_log 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_math 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_pbr 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ptr 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_render 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_tasks 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_time 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_transform 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_window 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "ndk-glue 0.5.2",
]

TheRawMeatball's avatar
TheRawMeatball committed
[[package]]
name = "bevy_kayak_renderer"
version = "0.0.1"
dependencies = [
 "bevy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
TheRawMeatball's avatar
TheRawMeatball committed
 "bytemuck",
 "kayak_font",
 "serde",
 "serde_json",
 "serde_path_to_error",
]

StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_kayak_ui"
version = "0.0.1"
dependencies = [
 "bevy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
TheRawMeatball's avatar
TheRawMeatball committed
 "bevy_kayak_renderer",
StarArawn's avatar
StarArawn committed
 "bytemuck",
 "kayak_core",
 "kayak_font",
StarArawn's avatar
StarArawn committed
 "serde",
 "serde_json",
 "serde_path_to_error",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_log"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cafb12fc84734236e36f407ab62c72d5d4279fa4777e40a95d7cc973cbabcd1"
StarArawn's avatar
StarArawn committed
dependencies = [
StarArawn's avatar
StarArawn committed
 "android_log-sys",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_error_panic_hook",
 "tracing-log",
 "tracing-subscriber",
 "tracing-wasm",
]

[[package]]
name = "bevy_log"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "android_log-sys",
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
StarArawn's avatar
StarArawn committed
 "console_error_panic_hook",
 "tracing-log",
 "tracing-subscriber",
 "tracing-wasm",
]

[[package]]
name = "bevy_macro_utils"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d081af83b701e16cad209255ba6b383744dfa49efa99eb6505989f293305ab3"
dependencies = [
 "quote",
 "syn",
 "toml",
]

[[package]]
name = "bevy_macro_utils"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "quote",
 "syn",
 "toml",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_math"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db5394e86c5708d3aa506c6e98ec4ed2a4083a7a018c6693d9ac0e77ebfabfc2"
dependencies = [
 "glam",
]

[[package]]
name = "bevy_math"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "glam",
]

[[package]]
name = "bevy_mikktspace"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b299a61175a6f7e7398f83cd5b50920fd8bad4df674e614ad94f25f8426509"
dependencies = [
 "glam",
]

[[package]]
name = "bevy_mikktspace"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "glam",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_pbr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9a81bbd02f5e0a57899a41aec37d9cb14965e1e4d510547f3f680323d05c0f"
dependencies = [
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core_pipeline 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_render 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_window 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bitflags",
 "bytemuck",
 "radsort",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_pbr"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_asset 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_core_pipeline 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_math 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_render 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_transform 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_window 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bitflags",
 "bytemuck",
 "radsort",
]

[[package]]
name = "bevy_ptr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92d5679e89602a18682a37846573dcd1979410179e14204280460ba9fb8713a"

[[package]]
name = "bevy_ptr"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"

StarArawn's avatar
StarArawn committed
[[package]]
name = "bevy_reflect"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08798e67f2d4e6898ef117d8c99cf3b50a8eebc8da4159e6dad2657a0fbe9a4e"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_ptr 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "downcast-rs",
 "erased-serde",
 "glam",
 "once_cell",
 "parking_lot 0.12.1",
 "serde",
 "smallvec",
 "thiserror",
]

[[package]]
name = "bevy_reflect"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_ptr 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "downcast-rs",
 "erased-serde",
 "glam",
 "once_cell",
 "parking_lot 0.12.1",
StarArawn's avatar
StarArawn committed
 "serde",
 "smallvec",
 "thiserror",
]

[[package]]
name = "bevy_reflect_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19209a7f0238053802b7de04e6724bd90d4ed7d90e87101dbd1b64cca64ff694"
dependencies = [
 "bevy_macro_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2",
 "quote",
 "syn",
 "uuid 1.1.2",
]

[[package]]
name = "bevy_reflect_derive"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
StarArawn's avatar
StarArawn committed
dependencies = [
 "bevy_macro_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "proc-macro2",
 "quote",
 "syn",
 "uuid 1.1.2",
StarArawn's avatar
StarArawn committed
]

[[package]]
name = "bevy_render"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb49530388ef17cff3fb8bd5e47372fb3cfeb4befc73e3036f6462ac20f049ef"
StarArawn's avatar
StarArawn committed
dependencies = [
 "anyhow",
 "bevy_app 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_asset 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_ecs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_encase_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_hierarchy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_log 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_math 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_mikktspace 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_reflect 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_render_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_time 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_transform 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bevy_window 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
StarArawn's avatar
StarArawn committed
 "bitflags",
 "codespan-reporting",
StarArawn's avatar
StarArawn committed
 "downcast-rs",
 "encase",
StarArawn's avatar
StarArawn committed
 "futures-lite",
 "hex",
 "hexasphere",
 "image",
 "naga",
 "once_cell",
 "parking_lot 0.12.1",
StarArawn's avatar
StarArawn committed
 "regex",
 "serde",
 "smallvec",
 "thiserror",
 "thread_local",
 "wgpu",
]

[[package]]
name = "bevy_render"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "anyhow",
 "bevy_app 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_asset 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_core 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_ecs 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_encase_derive 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_hierarchy 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_log 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_math 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_mikktspace 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_reflect 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_render_macros 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_time 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_transform 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bevy_window 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "bitflags",
 "codespan-reporting",
 "copyless",
 "downcast-rs",
 "encase",
 "futures-lite",
 "hex",
 "hexasphere",
 "image",
 "naga",
 "once_cell",
 "parking_lot 0.12.1",
 "regex",
 "serde",
 "smallvec",
 "thiserror",
 "thread_local",
StarArawn's avatar
StarArawn committed
 "wgpu",
]

[[package]]
name = "bevy_render_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d0b7a51fa819c20c64f43856c5aaea40f853050bbb09b9ba3672e5ff2688a5"
dependencies = [
 "bevy_macro_utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "bevy_render_macros"
version = "0.8.0"
source = "git+https://github.com/bevyengine/bevy.git#0149c4145f0f398e9fba85c2584d0481a260f57c"
dependencies = [
 "bevy_macro_utils 0.8.0 (git+https://github.com/bevyengine/bevy.git)",
 "proc-macro2",
 "quote",
 "syn",
]