|
|
|
@ -304,6 +304,7 @@ version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65b9eadaacf8fe971331bc3f250f35c18bc9dace3f96b483062f38ac07e3a1b4"
|
|
|
|
checksum = "65b9eadaacf8fe971331bc3f250f35c18bc9dace3f96b483062f38ac07e3a1b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bevy_dylib",
|
|
|
|
"bevy_internal",
|
|
|
|
"bevy_internal",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@ -377,6 +378,7 @@ dependencies = [
|
|
|
|
"futures-io",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"futures-lite",
|
|
|
|
"js-sys",
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"notify-debouncer-full",
|
|
|
|
"parking_lot",
|
|
|
|
"parking_lot",
|
|
|
|
"ron",
|
|
|
|
"ron",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
@ -480,6 +482,15 @@ dependencies = [
|
|
|
|
"sysinfo",
|
|
|
|
"sysinfo",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "bevy_dylib"
|
|
|
|
|
|
|
|
version = "0.13.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "922826e3b8f37c19836b49e18ceca662260cce87ab8faa4db6df8433903660cc"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bevy_internal",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bevy_ecs"
|
|
|
|
name = "bevy_ecs"
|
|
|
|
version = "0.13.2"
|
|
|
|
version = "0.13.2"
|
|
|
|
@ -1864,6 +1875,27 @@ dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "file-id"
|
|
|
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "filetime"
|
|
|
|
|
|
|
|
version = "0.2.23"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
version = "0.4.2"
|
|
|
|
@ -1913,6 +1945,15 @@ version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "fsevent-sys"
|
|
|
|
|
|
|
|
version = "4.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.30"
|
|
|
|
version = "0.3.30"
|
|
|
|
@ -1981,7 +2022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b922f294d9f062af517ea0bd0a036ddcf11c2842211c2f9c71a3ceee859e10b6"
|
|
|
|
checksum = "b922f294d9f062af517ea0bd0a036ddcf11c2842211c2f9c71a3ceee859e10b6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation",
|
|
|
|
"inotify",
|
|
|
|
"inotify 0.10.2",
|
|
|
|
"io-kit-sys",
|
|
|
|
"io-kit-sys",
|
|
|
|
"js-sys",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
@ -2246,6 +2287,17 @@ version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
|
|
|
|
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "inotify"
|
|
|
|
|
|
|
|
version = "0.9.6"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
|
|
|
"inotify-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.10.2"
|
|
|
|
version = "0.10.2"
|
|
|
|
@ -2348,6 +2400,26 @@ version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "kqueue"
|
|
|
|
|
|
|
|
version = "1.0.8"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"kqueue-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "kqueue-sys"
|
|
|
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ktx2"
|
|
|
|
name = "ktx2"
|
|
|
|
version = "0.3.0"
|
|
|
|
version = "0.3.0"
|
|
|
|
@ -2519,6 +2591,18 @@ dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "mio"
|
|
|
|
|
|
|
|
version = "0.8.11"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"wasi",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
|
|
|
name = "naga"
|
|
|
|
version = "0.19.2"
|
|
|
|
version = "0.19.2"
|
|
|
|
@ -2618,6 +2702,39 @@ version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
|
|
|
|
checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "notify"
|
|
|
|
|
|
|
|
version = "6.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
|
|
|
"filetime",
|
|
|
|
|
|
|
|
"fsevent-sys",
|
|
|
|
|
|
|
|
"inotify 0.9.6",
|
|
|
|
|
|
|
|
"kqueue",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"mio",
|
|
|
|
|
|
|
|
"walkdir",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "notify-debouncer-full"
|
|
|
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
|
|
|
"file-id",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"notify",
|
|
|
|
|
|
|
|
"parking_lot",
|
|
|
|
|
|
|
|
"walkdir",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.4.1"
|
|
|
|
version = "0.4.1"
|
|
|
|
|