|
|
@@ -188,7 +188,7 @@ dependencies = [ |
|
|
|
"block", |
|
|
|
"cocoa-foundation", |
|
|
|
"core-foundation 0.9.1", |
|
|
|
"core-graphics 0.22.1", |
|
|
|
"core-graphics 0.22.2", |
|
|
|
"foreign-types", |
|
|
|
"libc", |
|
|
|
"objc", |
|
|
@@ -261,9 +261,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-graphics" |
|
|
|
version = "0.22.1" |
|
|
|
version = "0.22.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fc239bba52bab96649441699533a68de294a101533b0270b2d65aa402b29a7f9" |
|
|
|
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"core-foundation 0.9.1", |
|
|
@@ -512,101 +512,6 @@ version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
|
"futures-executor", |
|
|
|
"futures-io", |
|
|
|
"futures-sink", |
|
|
|
"futures-task", |
|
|
|
"futures-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-channel" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-sink", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-core" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-executor" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-task", |
|
|
|
"futures-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-io" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-macro" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro-hack", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-sink" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-task" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d" |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-util" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
|
"futures-io", |
|
|
|
"futures-macro", |
|
|
|
"futures-sink", |
|
|
|
"futures-task", |
|
|
|
"memchr", |
|
|
|
"pin-project", |
|
|
|
"pin-utils", |
|
|
|
"proc-macro-hack", |
|
|
|
"proc-macro-nested", |
|
|
|
"slab", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "getrandom" |
|
|
|
version = "0.1.15" |
|
|
@@ -964,13 +869,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memmap" |
|
|
|
version = "0.7.0" |
|
|
|
name = "memmap2" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
|
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -1280,38 +1184,6 @@ version = "2.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" |
|
|
|
dependencies = [ |
|
|
|
"pin-project-internal", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-internal" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-lite" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-utils" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pkg-config" |
|
|
|
version = "0.3.19" |
|
|
@@ -1333,18 +1205,6 @@ dependencies = [ |
|
|
|
"toml", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-hack" |
|
|
|
version = "0.5.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-nested" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.24" |
|
|
@@ -1623,9 +1483,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "smithay-client-toolkit" |
|
|
|
version = "0.12.0" |
|
|
|
version = "0.12.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2ec5c077def8af49f9b5aeeb5fcf8079c638c6615c3a8f9305e2dea601de57f7" |
|
|
|
checksum = "86d1d080d3dc98d68251d073b231dfaa200fdc2ddebc435b313ad937d0ae9dfd" |
|
|
|
dependencies = [ |
|
|
|
"andrew", |
|
|
|
"bitflags", |
|
|
@@ -1634,7 +1494,7 @@ dependencies = [ |
|
|
|
"dlib", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"memmap", |
|
|
|
"memmap2", |
|
|
|
"nix", |
|
|
|
"wayland-client", |
|
|
|
"wayland-cursor", |
|
|
@@ -1642,32 +1502,46 @@ dependencies = [ |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "space-crush" |
|
|
|
name = "space-crush-app" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"futures", |
|
|
|
"gl", |
|
|
|
"glc", |
|
|
|
"glutin", |
|
|
|
"glyph_brush", |
|
|
|
"log", |
|
|
|
"log4rs", |
|
|
|
"num_cpus", |
|
|
|
"ordered-float 2.0.1", |
|
|
|
"rand", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"serde_yaml", |
|
|
|
"shred", |
|
|
|
"shrev", |
|
|
|
"smallvec", |
|
|
|
"space-crush-common", |
|
|
|
"specs", |
|
|
|
"thiserror", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "space-crush-common" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"glc", |
|
|
|
"log", |
|
|
|
"log4rs", |
|
|
|
"serde_yaml", |
|
|
|
"shred", |
|
|
|
"shrev", |
|
|
|
"specs", |
|
|
|
"thiserror", |
|
|
|
"tokio", |
|
|
|
"vfs", |
|
|
|
"vfs-zip", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "space-crush-server" |
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "specs" |
|
|
|
version = "0.16.1" |
|
|
@@ -1758,16 +1632,6 @@ dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "0.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a12a3eb39ee2c231be64487f1fcbe726c8f2514876a55480a5ab8559fc374252" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"pin-project-lite", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.5.7" |
|
|
@@ -1866,7 +1730,7 @@ version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d68a369614cd12ca384ca6e75ab0a5ac3a5acbfe8003622e20808a322b9bb652" |
|
|
|
dependencies = [ |
|
|
|
"flate2 1.0.14", |
|
|
|
"flate2 0.2.20", |
|
|
|
"vfs", |
|
|
|
"zip", |
|
|
|
] |
|
|
@@ -2029,7 +1893,7 @@ dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"cocoa", |
|
|
|
"core-foundation 0.9.1", |
|
|
|
"core-graphics 0.22.1", |
|
|
|
"core-graphics 0.22.2", |
|
|
|
"core-video-sys", |
|
|
|
"dispatch", |
|
|
|
"instant", |
|
|
@@ -2112,9 +1976,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "zip" |
|
|
|
version = "0.5.8" |
|
|
|
version = "0.5.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124" |
|
|
|
checksum = "cc2896475a242c41366941faa27264df2cb935185a92e059a004d0048feb2ac5" |
|
|
|
dependencies = [ |
|
|
|
"byteorder", |
|
|
|
"bzip2", |
|
|
|