Merge pull request #300649 from RAVENz46/master

coppwr: init at 1.5.1

authored by Aleksana and committed by GitHub 472d8455 ffc85ee1

+3627
+6
maintainers/maintainer-list.nix
··· 16418 githubId = 25647735; 16419 name = "Victor Freire"; 16420 }; 16421 rawkode = { 16422 email = "david.andrew.mckay@gmail.com"; 16423 github = "rawkode";
··· 16418 githubId = 25647735; 16419 name = "Victor Freire"; 16420 }; 16421 + ravenz46 = { 16422 + email = "goldraven0406@gmail.com"; 16423 + github = "RAVENz46"; 16424 + githubId = 86608952; 16425 + name = "RAVENz46"; 16426 + }; 16427 rawkode = { 16428 email = "david.andrew.mckay@gmail.com"; 16429 github = "rawkode";
+3544
pkgs/by-name/co/coppwr/Cargo.lock
···
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "ab_glyph" 7 + version = "0.2.23" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" 10 + dependencies = [ 11 + "ab_glyph_rasterizer", 12 + "owned_ttf_parser", 13 + ] 14 + 15 + [[package]] 16 + name = "ab_glyph_rasterizer" 17 + version = "0.1.8" 18 + source = "registry+https://github.com/rust-lang/crates.io-index" 19 + checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 + 21 + [[package]] 22 + name = "accesskit" 23 + version = "0.11.2" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8" 26 + dependencies = [ 27 + "enumn", 28 + "serde", 29 + ] 30 + 31 + [[package]] 32 + name = "accesskit_consumer" 33 + version = "0.15.2" 34 + source = "registry+https://github.com/rust-lang/crates.io-index" 35 + checksum = "04bb4d9e4772fe0d47df57d0d5dbe5d85dd05e2f37ae1ddb6b105e76be58fb00" 36 + dependencies = [ 37 + "accesskit", 38 + ] 39 + 40 + [[package]] 41 + name = "accesskit_macos" 42 + version = "0.9.0" 43 + source = "registry+https://github.com/rust-lang/crates.io-index" 44 + checksum = "134d0acf6acb667c89d3332999b1a5df4edbc8d6113910f392ebb73f2b03bb56" 45 + dependencies = [ 46 + "accesskit", 47 + "accesskit_consumer", 48 + "objc2", 49 + "once_cell", 50 + ] 51 + 52 + [[package]] 53 + name = "accesskit_unix" 54 + version = "0.5.2" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "e084cb5168790c0c112626175412dc5ad127083441a8248ae49ddf6725519e83" 57 + dependencies = [ 58 + "accesskit", 59 + "accesskit_consumer", 60 + "async-channel 1.9.0", 61 + "atspi", 62 + "futures-lite 1.13.0", 63 + "serde", 64 + "zbus", 65 + ] 66 + 67 + [[package]] 68 + name = "accesskit_windows" 69 + version = "0.14.3" 70 + source = "registry+https://github.com/rust-lang/crates.io-index" 71 + checksum = "9eac0a7f2d7cd7a93b938af401d3d8e8b7094217989a7c25c55a953023436e31" 72 + dependencies = [ 73 + "accesskit", 74 + "accesskit_consumer", 75 + "arrayvec", 76 + "once_cell", 77 + "paste", 78 + "windows", 79 + ] 80 + 81 + [[package]] 82 + name = "accesskit_winit" 83 + version = "0.14.4" 84 + source = "registry+https://github.com/rust-lang/crates.io-index" 85 + checksum = "825d23acee1bd6d25cbaa3ca6ed6e73faf24122a774ec33d52c5c86c6ab423c0" 86 + dependencies = [ 87 + "accesskit", 88 + "accesskit_macos", 89 + "accesskit_unix", 90 + "accesskit_windows", 91 + "winit", 92 + ] 93 + 94 + [[package]] 95 + name = "adler" 96 + version = "1.0.2" 97 + source = "registry+https://github.com/rust-lang/crates.io-index" 98 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 99 + 100 + [[package]] 101 + name = "ahash" 102 + version = "0.8.6" 103 + source = "registry+https://github.com/rust-lang/crates.io-index" 104 + checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 105 + dependencies = [ 106 + "cfg-if", 107 + "once_cell", 108 + "serde", 109 + "version_check", 110 + "zerocopy", 111 + ] 112 + 113 + [[package]] 114 + name = "aho-corasick" 115 + version = "1.1.2" 116 + source = "registry+https://github.com/rust-lang/crates.io-index" 117 + checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 118 + dependencies = [ 119 + "memchr", 120 + ] 121 + 122 + [[package]] 123 + name = "android-activity" 124 + version = "0.4.3" 125 + source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0" 127 + dependencies = [ 128 + "android-properties", 129 + "bitflags 1.3.2", 130 + "cc", 131 + "jni-sys", 132 + "libc", 133 + "log", 134 + "ndk", 135 + "ndk-context", 136 + "ndk-sys", 137 + "num_enum 0.6.1", 138 + ] 139 + 140 + [[package]] 141 + name = "android-properties" 142 + version = "0.2.2" 143 + source = "registry+https://github.com/rust-lang/crates.io-index" 144 + checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 145 + 146 + [[package]] 147 + name = "anyhow" 148 + version = "1.0.75" 149 + source = "registry+https://github.com/rust-lang/crates.io-index" 150 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 151 + 152 + [[package]] 153 + name = "arboard" 154 + version = "3.3.0" 155 + source = "registry+https://github.com/rust-lang/crates.io-index" 156 + checksum = "aafb29b107435aa276664c1db8954ac27a6e105cdad3c88287a199eb0e313c08" 157 + dependencies = [ 158 + "clipboard-win", 159 + "log", 160 + "objc", 161 + "objc-foundation", 162 + "objc_id", 163 + "parking_lot", 164 + "thiserror", 165 + "winapi", 166 + "x11rb", 167 + ] 168 + 169 + [[package]] 170 + name = "arrayref" 171 + version = "0.3.7" 172 + source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 174 + 175 + [[package]] 176 + name = "arrayvec" 177 + version = "0.7.4" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 180 + 181 + [[package]] 182 + name = "ashpd" 183 + version = "0.6.7" 184 + source = "registry+https://github.com/rust-lang/crates.io-index" 185 + checksum = "2c018490e423efb6f032ef575f873ea57b61d44bec763cfe027b8e8852a027cf" 186 + dependencies = [ 187 + "async-std", 188 + "enumflags2", 189 + "futures-channel", 190 + "futures-util", 191 + "once_cell", 192 + "rand", 193 + "serde", 194 + "serde_repr", 195 + "url", 196 + "zbus", 197 + ] 198 + 199 + [[package]] 200 + name = "async-broadcast" 201 + version = "0.5.1" 202 + source = "registry+https://github.com/rust-lang/crates.io-index" 203 + checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" 204 + dependencies = [ 205 + "event-listener 2.5.3", 206 + "futures-core", 207 + ] 208 + 209 + [[package]] 210 + name = "async-channel" 211 + version = "1.9.0" 212 + source = "registry+https://github.com/rust-lang/crates.io-index" 213 + checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 214 + dependencies = [ 215 + "concurrent-queue", 216 + "event-listener 2.5.3", 217 + "futures-core", 218 + ] 219 + 220 + [[package]] 221 + name = "async-channel" 222 + version = "2.1.1" 223 + source = "registry+https://github.com/rust-lang/crates.io-index" 224 + checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 225 + dependencies = [ 226 + "concurrent-queue", 227 + "event-listener 4.0.0", 228 + "event-listener-strategy", 229 + "futures-core", 230 + "pin-project-lite", 231 + ] 232 + 233 + [[package]] 234 + name = "async-executor" 235 + version = "1.8.0" 236 + source = "registry+https://github.com/rust-lang/crates.io-index" 237 + checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 238 + dependencies = [ 239 + "async-lock 3.2.0", 240 + "async-task", 241 + "concurrent-queue", 242 + "fastrand 2.0.1", 243 + "futures-lite 2.1.0", 244 + "slab", 245 + ] 246 + 247 + [[package]] 248 + name = "async-fs" 249 + version = "1.6.0" 250 + source = "registry+https://github.com/rust-lang/crates.io-index" 251 + checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 252 + dependencies = [ 253 + "async-lock 2.8.0", 254 + "autocfg", 255 + "blocking", 256 + "futures-lite 1.13.0", 257 + ] 258 + 259 + [[package]] 260 + name = "async-global-executor" 261 + version = "2.4.1" 262 + source = "registry+https://github.com/rust-lang/crates.io-index" 263 + checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 264 + dependencies = [ 265 + "async-channel 2.1.1", 266 + "async-executor", 267 + "async-io 2.2.2", 268 + "async-lock 3.2.0", 269 + "blocking", 270 + "futures-lite 2.1.0", 271 + "once_cell", 272 + ] 273 + 274 + [[package]] 275 + name = "async-io" 276 + version = "1.13.0" 277 + source = "registry+https://github.com/rust-lang/crates.io-index" 278 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 279 + dependencies = [ 280 + "async-lock 2.8.0", 281 + "autocfg", 282 + "cfg-if", 283 + "concurrent-queue", 284 + "futures-lite 1.13.0", 285 + "log", 286 + "parking", 287 + "polling 2.8.0", 288 + "rustix 0.37.27", 289 + "slab", 290 + "socket2", 291 + "waker-fn", 292 + ] 293 + 294 + [[package]] 295 + name = "async-io" 296 + version = "2.2.2" 297 + source = "registry+https://github.com/rust-lang/crates.io-index" 298 + checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7" 299 + dependencies = [ 300 + "async-lock 3.2.0", 301 + "cfg-if", 302 + "concurrent-queue", 303 + "futures-io", 304 + "futures-lite 2.1.0", 305 + "parking", 306 + "polling 3.3.1", 307 + "rustix 0.38.28", 308 + "slab", 309 + "tracing", 310 + "windows-sys 0.52.0", 311 + ] 312 + 313 + [[package]] 314 + name = "async-lock" 315 + version = "2.8.0" 316 + source = "registry+https://github.com/rust-lang/crates.io-index" 317 + checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 318 + dependencies = [ 319 + "event-listener 2.5.3", 320 + ] 321 + 322 + [[package]] 323 + name = "async-lock" 324 + version = "3.2.0" 325 + source = "registry+https://github.com/rust-lang/crates.io-index" 326 + checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c" 327 + dependencies = [ 328 + "event-listener 4.0.0", 329 + "event-listener-strategy", 330 + "pin-project-lite", 331 + ] 332 + 333 + [[package]] 334 + name = "async-process" 335 + version = "1.8.1" 336 + source = "registry+https://github.com/rust-lang/crates.io-index" 337 + checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 338 + dependencies = [ 339 + "async-io 1.13.0", 340 + "async-lock 2.8.0", 341 + "async-signal", 342 + "blocking", 343 + "cfg-if", 344 + "event-listener 3.1.0", 345 + "futures-lite 1.13.0", 346 + "rustix 0.38.28", 347 + "windows-sys 0.48.0", 348 + ] 349 + 350 + [[package]] 351 + name = "async-recursion" 352 + version = "1.0.5" 353 + source = "registry+https://github.com/rust-lang/crates.io-index" 354 + checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 355 + dependencies = [ 356 + "proc-macro2", 357 + "quote", 358 + "syn 2.0.41", 359 + ] 360 + 361 + [[package]] 362 + name = "async-signal" 363 + version = "0.2.5" 364 + source = "registry+https://github.com/rust-lang/crates.io-index" 365 + checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 366 + dependencies = [ 367 + "async-io 2.2.2", 368 + "async-lock 2.8.0", 369 + "atomic-waker", 370 + "cfg-if", 371 + "futures-core", 372 + "futures-io", 373 + "rustix 0.38.28", 374 + "signal-hook-registry", 375 + "slab", 376 + "windows-sys 0.48.0", 377 + ] 378 + 379 + [[package]] 380 + name = "async-std" 381 + version = "1.12.0" 382 + source = "registry+https://github.com/rust-lang/crates.io-index" 383 + checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 384 + dependencies = [ 385 + "async-channel 1.9.0", 386 + "async-global-executor", 387 + "async-io 1.13.0", 388 + "async-lock 2.8.0", 389 + "crossbeam-utils", 390 + "futures-channel", 391 + "futures-core", 392 + "futures-io", 393 + "futures-lite 1.13.0", 394 + "gloo-timers", 395 + "kv-log-macro", 396 + "log", 397 + "memchr", 398 + "once_cell", 399 + "pin-project-lite", 400 + "pin-utils", 401 + "slab", 402 + "wasm-bindgen-futures", 403 + ] 404 + 405 + [[package]] 406 + name = "async-task" 407 + version = "4.6.0" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "e1d90cd0b264dfdd8eb5bad0a2c217c1f88fa96a8573f40e7b12de23fb468f46" 410 + 411 + [[package]] 412 + name = "async-trait" 413 + version = "0.1.74" 414 + source = "registry+https://github.com/rust-lang/crates.io-index" 415 + checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" 416 + dependencies = [ 417 + "proc-macro2", 418 + "quote", 419 + "syn 2.0.41", 420 + ] 421 + 422 + [[package]] 423 + name = "atomic-waker" 424 + version = "1.1.2" 425 + source = "registry+https://github.com/rust-lang/crates.io-index" 426 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 427 + 428 + [[package]] 429 + name = "atspi" 430 + version = "0.10.1" 431 + source = "registry+https://github.com/rust-lang/crates.io-index" 432 + checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa" 433 + dependencies = [ 434 + "async-recursion", 435 + "async-trait", 436 + "atspi-macros", 437 + "enumflags2", 438 + "futures-lite 1.13.0", 439 + "serde", 440 + "tracing", 441 + "zbus", 442 + "zbus_names", 443 + ] 444 + 445 + [[package]] 446 + name = "atspi-macros" 447 + version = "0.2.0" 448 + source = "registry+https://github.com/rust-lang/crates.io-index" 449 + checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768" 450 + dependencies = [ 451 + "quote", 452 + "syn 1.0.109", 453 + ] 454 + 455 + [[package]] 456 + name = "autocfg" 457 + version = "1.1.0" 458 + source = "registry+https://github.com/rust-lang/crates.io-index" 459 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 460 + 461 + [[package]] 462 + name = "base64" 463 + version = "0.21.5" 464 + source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 466 + 467 + [[package]] 468 + name = "bindgen" 469 + version = "0.66.1" 470 + source = "registry+https://github.com/rust-lang/crates.io-index" 471 + checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" 472 + dependencies = [ 473 + "bitflags 2.4.1", 474 + "cexpr", 475 + "clang-sys", 476 + "lazy_static", 477 + "lazycell", 478 + "peeking_take_while", 479 + "proc-macro2", 480 + "quote", 481 + "regex", 482 + "rustc-hash", 483 + "shlex", 484 + "syn 2.0.41", 485 + ] 486 + 487 + [[package]] 488 + name = "bitflags" 489 + version = "1.3.2" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 492 + 493 + [[package]] 494 + name = "bitflags" 495 + version = "2.4.1" 496 + source = "registry+https://github.com/rust-lang/crates.io-index" 497 + checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 498 + dependencies = [ 499 + "serde", 500 + ] 501 + 502 + [[package]] 503 + name = "block" 504 + version = "0.1.6" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 507 + 508 + [[package]] 509 + name = "block-buffer" 510 + version = "0.10.4" 511 + source = "registry+https://github.com/rust-lang/crates.io-index" 512 + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 513 + dependencies = [ 514 + "generic-array", 515 + ] 516 + 517 + [[package]] 518 + name = "block-sys" 519 + version = "0.1.0-beta.1" 520 + source = "registry+https://github.com/rust-lang/crates.io-index" 521 + checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 522 + dependencies = [ 523 + "objc-sys", 524 + ] 525 + 526 + [[package]] 527 + name = "block2" 528 + version = "0.2.0-alpha.6" 529 + source = "registry+https://github.com/rust-lang/crates.io-index" 530 + checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 531 + dependencies = [ 532 + "block-sys", 533 + "objc2-encode", 534 + ] 535 + 536 + [[package]] 537 + name = "blocking" 538 + version = "1.5.1" 539 + source = "registry+https://github.com/rust-lang/crates.io-index" 540 + checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 541 + dependencies = [ 542 + "async-channel 2.1.1", 543 + "async-lock 3.2.0", 544 + "async-task", 545 + "fastrand 2.0.1", 546 + "futures-io", 547 + "futures-lite 2.1.0", 548 + "piper", 549 + "tracing", 550 + ] 551 + 552 + [[package]] 553 + name = "bumpalo" 554 + version = "3.14.0" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 557 + 558 + [[package]] 559 + name = "bytemuck" 560 + version = "1.14.0" 561 + source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 563 + dependencies = [ 564 + "bytemuck_derive", 565 + ] 566 + 567 + [[package]] 568 + name = "bytemuck_derive" 569 + version = "1.5.0" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 572 + dependencies = [ 573 + "proc-macro2", 574 + "quote", 575 + "syn 2.0.41", 576 + ] 577 + 578 + [[package]] 579 + name = "byteorder" 580 + version = "1.5.0" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 583 + 584 + [[package]] 585 + name = "bytes" 586 + version = "1.5.0" 587 + source = "registry+https://github.com/rust-lang/crates.io-index" 588 + checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 589 + 590 + [[package]] 591 + name = "calloop" 592 + version = "0.10.6" 593 + source = "registry+https://github.com/rust-lang/crates.io-index" 594 + checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 595 + dependencies = [ 596 + "bitflags 1.3.2", 597 + "log", 598 + "nix 0.25.1", 599 + "slotmap", 600 + "thiserror", 601 + "vec_map", 602 + ] 603 + 604 + [[package]] 605 + name = "cc" 606 + version = "1.0.83" 607 + source = "registry+https://github.com/rust-lang/crates.io-index" 608 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 609 + dependencies = [ 610 + "jobserver", 611 + "libc", 612 + ] 613 + 614 + [[package]] 615 + name = "cesu8" 616 + version = "1.1.0" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 619 + 620 + [[package]] 621 + name = "cexpr" 622 + version = "0.6.0" 623 + source = "registry+https://github.com/rust-lang/crates.io-index" 624 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 625 + dependencies = [ 626 + "nom", 627 + ] 628 + 629 + [[package]] 630 + name = "cfg-expr" 631 + version = "0.15.5" 632 + source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" 634 + dependencies = [ 635 + "smallvec", 636 + "target-lexicon", 637 + ] 638 + 639 + [[package]] 640 + name = "cfg-if" 641 + version = "1.0.0" 642 + source = "registry+https://github.com/rust-lang/crates.io-index" 643 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 644 + 645 + [[package]] 646 + name = "cfg_aliases" 647 + version = "0.1.1" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 650 + 651 + [[package]] 652 + name = "cgl" 653 + version = "0.3.2" 654 + source = "registry+https://github.com/rust-lang/crates.io-index" 655 + checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 656 + dependencies = [ 657 + "libc", 658 + ] 659 + 660 + [[package]] 661 + name = "clang-sys" 662 + version = "1.6.1" 663 + source = "registry+https://github.com/rust-lang/crates.io-index" 664 + checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 665 + dependencies = [ 666 + "glob", 667 + "libc", 668 + "libloading 0.7.4", 669 + ] 670 + 671 + [[package]] 672 + name = "clipboard-win" 673 + version = "4.5.0" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 676 + dependencies = [ 677 + "error-code", 678 + "str-buf", 679 + "winapi", 680 + ] 681 + 682 + [[package]] 683 + name = "cocoa" 684 + version = "0.24.1" 685 + source = "registry+https://github.com/rust-lang/crates.io-index" 686 + checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 687 + dependencies = [ 688 + "bitflags 1.3.2", 689 + "block", 690 + "cocoa-foundation", 691 + "core-foundation", 692 + "core-graphics", 693 + "foreign-types", 694 + "libc", 695 + "objc", 696 + ] 697 + 698 + [[package]] 699 + name = "cocoa-foundation" 700 + version = "0.1.2" 701 + source = "registry+https://github.com/rust-lang/crates.io-index" 702 + checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 703 + dependencies = [ 704 + "bitflags 1.3.2", 705 + "block", 706 + "core-foundation", 707 + "core-graphics-types", 708 + "libc", 709 + "objc", 710 + ] 711 + 712 + [[package]] 713 + name = "color_quant" 714 + version = "1.1.0" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 717 + 718 + [[package]] 719 + name = "combine" 720 + version = "4.6.6" 721 + source = "registry+https://github.com/rust-lang/crates.io-index" 722 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 723 + dependencies = [ 724 + "bytes", 725 + "memchr", 726 + ] 727 + 728 + [[package]] 729 + name = "concurrent-queue" 730 + version = "2.4.0" 731 + source = "registry+https://github.com/rust-lang/crates.io-index" 732 + checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 733 + dependencies = [ 734 + "crossbeam-utils", 735 + ] 736 + 737 + [[package]] 738 + name = "convert_case" 739 + version = "0.6.0" 740 + source = "registry+https://github.com/rust-lang/crates.io-index" 741 + checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 742 + dependencies = [ 743 + "unicode-segmentation", 744 + ] 745 + 746 + [[package]] 747 + name = "cookie-factory" 748 + version = "0.3.2" 749 + source = "registry+https://github.com/rust-lang/crates.io-index" 750 + checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b" 751 + 752 + [[package]] 753 + name = "coppwr" 754 + version = "1.5.1" 755 + dependencies = [ 756 + "ashpd", 757 + "eframe", 758 + "egui_dock", 759 + "egui_node_graph", 760 + "egui_plot", 761 + "pipewire", 762 + "pollster", 763 + "serde", 764 + ] 765 + 766 + [[package]] 767 + name = "core-foundation" 768 + version = "0.9.4" 769 + source = "registry+https://github.com/rust-lang/crates.io-index" 770 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 771 + dependencies = [ 772 + "core-foundation-sys", 773 + "libc", 774 + ] 775 + 776 + [[package]] 777 + name = "core-foundation-sys" 778 + version = "0.8.6" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 781 + 782 + [[package]] 783 + name = "core-graphics" 784 + version = "0.22.3" 785 + source = "registry+https://github.com/rust-lang/crates.io-index" 786 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 787 + dependencies = [ 788 + "bitflags 1.3.2", 789 + "core-foundation", 790 + "core-graphics-types", 791 + "foreign-types", 792 + "libc", 793 + ] 794 + 795 + [[package]] 796 + name = "core-graphics-types" 797 + version = "0.1.3" 798 + source = "registry+https://github.com/rust-lang/crates.io-index" 799 + checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 800 + dependencies = [ 801 + "bitflags 1.3.2", 802 + "core-foundation", 803 + "libc", 804 + ] 805 + 806 + [[package]] 807 + name = "cpufeatures" 808 + version = "0.2.11" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 811 + dependencies = [ 812 + "libc", 813 + ] 814 + 815 + [[package]] 816 + name = "crc32fast" 817 + version = "1.3.2" 818 + source = "registry+https://github.com/rust-lang/crates.io-index" 819 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 820 + dependencies = [ 821 + "cfg-if", 822 + ] 823 + 824 + [[package]] 825 + name = "crossbeam-utils" 826 + version = "0.8.17" 827 + source = "registry+https://github.com/rust-lang/crates.io-index" 828 + checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" 829 + dependencies = [ 830 + "cfg-if", 831 + ] 832 + 833 + [[package]] 834 + name = "crypto-common" 835 + version = "0.1.6" 836 + source = "registry+https://github.com/rust-lang/crates.io-index" 837 + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 838 + dependencies = [ 839 + "generic-array", 840 + "typenum", 841 + ] 842 + 843 + [[package]] 844 + name = "derivative" 845 + version = "2.2.0" 846 + source = "registry+https://github.com/rust-lang/crates.io-index" 847 + checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 848 + dependencies = [ 849 + "proc-macro2", 850 + "quote", 851 + "syn 1.0.109", 852 + ] 853 + 854 + [[package]] 855 + name = "digest" 856 + version = "0.10.7" 857 + source = "registry+https://github.com/rust-lang/crates.io-index" 858 + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 859 + dependencies = [ 860 + "block-buffer", 861 + "crypto-common", 862 + ] 863 + 864 + [[package]] 865 + name = "directories-next" 866 + version = "2.0.0" 867 + source = "registry+https://github.com/rust-lang/crates.io-index" 868 + checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" 869 + dependencies = [ 870 + "cfg-if", 871 + "dirs-sys-next", 872 + ] 873 + 874 + [[package]] 875 + name = "dirs-sys-next" 876 + version = "0.1.2" 877 + source = "registry+https://github.com/rust-lang/crates.io-index" 878 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 879 + dependencies = [ 880 + "libc", 881 + "redox_users", 882 + "winapi", 883 + ] 884 + 885 + [[package]] 886 + name = "dispatch" 887 + version = "0.2.0" 888 + source = "registry+https://github.com/rust-lang/crates.io-index" 889 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 890 + 891 + [[package]] 892 + name = "dlib" 893 + version = "0.5.2" 894 + source = "registry+https://github.com/rust-lang/crates.io-index" 895 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 896 + dependencies = [ 897 + "libloading 0.8.1", 898 + ] 899 + 900 + [[package]] 901 + name = "downcast-rs" 902 + version = "1.2.0" 903 + source = "registry+https://github.com/rust-lang/crates.io-index" 904 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 905 + 906 + [[package]] 907 + name = "duplicate" 908 + version = "1.0.0" 909 + source = "registry+https://github.com/rust-lang/crates.io-index" 910 + checksum = "de78e66ac9061e030587b2a2e75cc88f22304913c907b11307bca737141230cb" 911 + dependencies = [ 912 + "heck", 913 + "proc-macro-error", 914 + ] 915 + 916 + [[package]] 917 + name = "ecolor" 918 + version = "0.23.0" 919 + source = "registry+https://github.com/rust-lang/crates.io-index" 920 + checksum = "cfdf4e52dbbb615cfd30cf5a5265335c217b5fd8d669593cea74a517d9c605af" 921 + dependencies = [ 922 + "bytemuck", 923 + "serde", 924 + ] 925 + 926 + [[package]] 927 + name = "eframe" 928 + version = "0.23.0" 929 + source = "registry+https://github.com/rust-lang/crates.io-index" 930 + checksum = "26d9efede6c8905d3fc51a5ec9a506d4da4011bbcae0253d0304580fe40af3f5" 931 + dependencies = [ 932 + "bytemuck", 933 + "cocoa", 934 + "directories-next", 935 + "egui", 936 + "egui-winit", 937 + "egui_glow", 938 + "glow", 939 + "glutin", 940 + "glutin-winit", 941 + "image", 942 + "js-sys", 943 + "log", 944 + "objc", 945 + "parking_lot", 946 + "percent-encoding", 947 + "raw-window-handle", 948 + "ron", 949 + "serde", 950 + "static_assertions", 951 + "thiserror", 952 + "wasm-bindgen", 953 + "wasm-bindgen-futures", 954 + "web-sys", 955 + "winapi", 956 + "winit", 957 + ] 958 + 959 + [[package]] 960 + name = "egui" 961 + version = "0.23.0" 962 + source = "registry+https://github.com/rust-lang/crates.io-index" 963 + checksum = "8bd69fed5fcf4fbb8225b24e80ea6193b61e17a625db105ef0c4d71dde6eb8b7" 964 + dependencies = [ 965 + "accesskit", 966 + "ahash", 967 + "epaint", 968 + "log", 969 + "nohash-hasher", 970 + "ron", 971 + "serde", 972 + ] 973 + 974 + [[package]] 975 + name = "egui-winit" 976 + version = "0.23.0" 977 + source = "registry+https://github.com/rust-lang/crates.io-index" 978 + checksum = "c15479a96d9fadccf5dac690bdc6373b97b8e1c0dd28367058f25a5298da0195" 979 + dependencies = [ 980 + "accesskit_winit", 981 + "arboard", 982 + "egui", 983 + "log", 984 + "raw-window-handle", 985 + "serde", 986 + "smithay-clipboard", 987 + "web-time", 988 + "webbrowser", 989 + "winit", 990 + ] 991 + 992 + [[package]] 993 + name = "egui_dock" 994 + version = "0.8.2" 995 + source = "registry+https://github.com/rust-lang/crates.io-index" 996 + checksum = "a52f67bcab0eb6050cf8051c614966c1c57129fab23dbeae9c157214779053c7" 997 + dependencies = [ 998 + "duplicate", 999 + "egui", 1000 + "paste", 1001 + "serde", 1002 + ] 1003 + 1004 + [[package]] 1005 + name = "egui_glow" 1006 + version = "0.23.0" 1007 + source = "registry+https://github.com/rust-lang/crates.io-index" 1008 + checksum = "ce6726c08798822280038bbad2e32f4fc3cbed800cd51c6e34e99cd2d60cc1bc" 1009 + dependencies = [ 1010 + "bytemuck", 1011 + "egui", 1012 + "glow", 1013 + "log", 1014 + "memoffset 0.6.5", 1015 + "wasm-bindgen", 1016 + "web-sys", 1017 + ] 1018 + 1019 + [[package]] 1020 + name = "egui_node_graph" 1021 + version = "0.4.0" 1022 + source = "git+https://github.com/dimtpap/egui_node_graph.git?rev=b6f7f02d31fdb74b120691a6c221f10d60864d5c#b6f7f02d31fdb74b120691a6c221f10d60864d5c" 1023 + dependencies = [ 1024 + "egui", 1025 + "slotmap", 1026 + "smallvec", 1027 + "thiserror", 1028 + ] 1029 + 1030 + [[package]] 1031 + name = "egui_plot" 1032 + version = "0.23.0" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "c7f33a00fe8eb1ba56535b3dbacdecc7a1365a328908a97c5f3c81bb466be72b" 1035 + dependencies = [ 1036 + "egui", 1037 + ] 1038 + 1039 + [[package]] 1040 + name = "emath" 1041 + version = "0.23.0" 1042 + source = "registry+https://github.com/rust-lang/crates.io-index" 1043 + checksum = "1ef2b29de53074e575c18b694167ccbe6e5191f7b25fe65175a0d905a32eeec0" 1044 + dependencies = [ 1045 + "bytemuck", 1046 + "serde", 1047 + ] 1048 + 1049 + [[package]] 1050 + name = "enumflags2" 1051 + version = "0.7.8" 1052 + source = "registry+https://github.com/rust-lang/crates.io-index" 1053 + checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" 1054 + dependencies = [ 1055 + "enumflags2_derive", 1056 + "serde", 1057 + ] 1058 + 1059 + [[package]] 1060 + name = "enumflags2_derive" 1061 + version = "0.7.8" 1062 + source = "registry+https://github.com/rust-lang/crates.io-index" 1063 + checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" 1064 + dependencies = [ 1065 + "proc-macro2", 1066 + "quote", 1067 + "syn 2.0.41", 1068 + ] 1069 + 1070 + [[package]] 1071 + name = "enumn" 1072 + version = "0.1.12" 1073 + source = "registry+https://github.com/rust-lang/crates.io-index" 1074 + checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b" 1075 + dependencies = [ 1076 + "proc-macro2", 1077 + "quote", 1078 + "syn 2.0.41", 1079 + ] 1080 + 1081 + [[package]] 1082 + name = "epaint" 1083 + version = "0.23.0" 1084 + source = "registry+https://github.com/rust-lang/crates.io-index" 1085 + checksum = "58067b840d009143934d91d8dcb8ded054d8301d7c11a517ace0a99bb1e1595e" 1086 + dependencies = [ 1087 + "ab_glyph", 1088 + "ahash", 1089 + "bytemuck", 1090 + "ecolor", 1091 + "emath", 1092 + "log", 1093 + "nohash-hasher", 1094 + "parking_lot", 1095 + "serde", 1096 + ] 1097 + 1098 + [[package]] 1099 + name = "equivalent" 1100 + version = "1.0.1" 1101 + source = "registry+https://github.com/rust-lang/crates.io-index" 1102 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1103 + 1104 + [[package]] 1105 + name = "errno" 1106 + version = "0.3.8" 1107 + source = "registry+https://github.com/rust-lang/crates.io-index" 1108 + checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 1109 + dependencies = [ 1110 + "libc", 1111 + "windows-sys 0.52.0", 1112 + ] 1113 + 1114 + [[package]] 1115 + name = "error-code" 1116 + version = "2.3.1" 1117 + source = "registry+https://github.com/rust-lang/crates.io-index" 1118 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1119 + dependencies = [ 1120 + "libc", 1121 + "str-buf", 1122 + ] 1123 + 1124 + [[package]] 1125 + name = "event-listener" 1126 + version = "2.5.3" 1127 + source = "registry+https://github.com/rust-lang/crates.io-index" 1128 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1129 + 1130 + [[package]] 1131 + name = "event-listener" 1132 + version = "3.1.0" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1135 + dependencies = [ 1136 + "concurrent-queue", 1137 + "parking", 1138 + "pin-project-lite", 1139 + ] 1140 + 1141 + [[package]] 1142 + name = "event-listener" 1143 + version = "4.0.0" 1144 + source = "registry+https://github.com/rust-lang/crates.io-index" 1145 + checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae" 1146 + dependencies = [ 1147 + "concurrent-queue", 1148 + "parking", 1149 + "pin-project-lite", 1150 + ] 1151 + 1152 + [[package]] 1153 + name = "event-listener-strategy" 1154 + version = "0.4.0" 1155 + source = "registry+https://github.com/rust-lang/crates.io-index" 1156 + checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1157 + dependencies = [ 1158 + "event-listener 4.0.0", 1159 + "pin-project-lite", 1160 + ] 1161 + 1162 + [[package]] 1163 + name = "fastrand" 1164 + version = "1.9.0" 1165 + source = "registry+https://github.com/rust-lang/crates.io-index" 1166 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1167 + dependencies = [ 1168 + "instant", 1169 + ] 1170 + 1171 + [[package]] 1172 + name = "fastrand" 1173 + version = "2.0.1" 1174 + source = "registry+https://github.com/rust-lang/crates.io-index" 1175 + checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1176 + 1177 + [[package]] 1178 + name = "fdeflate" 1179 + version = "0.3.1" 1180 + source = "registry+https://github.com/rust-lang/crates.io-index" 1181 + checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868" 1182 + dependencies = [ 1183 + "simd-adler32", 1184 + ] 1185 + 1186 + [[package]] 1187 + name = "flate2" 1188 + version = "1.0.28" 1189 + source = "registry+https://github.com/rust-lang/crates.io-index" 1190 + checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1191 + dependencies = [ 1192 + "crc32fast", 1193 + "miniz_oxide", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "foreign-types" 1198 + version = "0.3.2" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1201 + dependencies = [ 1202 + "foreign-types-shared", 1203 + ] 1204 + 1205 + [[package]] 1206 + name = "foreign-types-shared" 1207 + version = "0.1.1" 1208 + source = "registry+https://github.com/rust-lang/crates.io-index" 1209 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1210 + 1211 + [[package]] 1212 + name = "form_urlencoded" 1213 + version = "1.2.1" 1214 + source = "registry+https://github.com/rust-lang/crates.io-index" 1215 + checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1216 + dependencies = [ 1217 + "percent-encoding", 1218 + ] 1219 + 1220 + [[package]] 1221 + name = "futures-channel" 1222 + version = "0.3.29" 1223 + source = "registry+https://github.com/rust-lang/crates.io-index" 1224 + checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 1225 + dependencies = [ 1226 + "futures-core", 1227 + ] 1228 + 1229 + [[package]] 1230 + name = "futures-core" 1231 + version = "0.3.29" 1232 + source = "registry+https://github.com/rust-lang/crates.io-index" 1233 + checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 1234 + 1235 + [[package]] 1236 + name = "futures-io" 1237 + version = "0.3.29" 1238 + source = "registry+https://github.com/rust-lang/crates.io-index" 1239 + checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 1240 + 1241 + [[package]] 1242 + name = "futures-lite" 1243 + version = "1.13.0" 1244 + source = "registry+https://github.com/rust-lang/crates.io-index" 1245 + checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1246 + dependencies = [ 1247 + "fastrand 1.9.0", 1248 + "futures-core", 1249 + "futures-io", 1250 + "memchr", 1251 + "parking", 1252 + "pin-project-lite", 1253 + "waker-fn", 1254 + ] 1255 + 1256 + [[package]] 1257 + name = "futures-lite" 1258 + version = "2.1.0" 1259 + source = "registry+https://github.com/rust-lang/crates.io-index" 1260 + checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" 1261 + dependencies = [ 1262 + "fastrand 2.0.1", 1263 + "futures-core", 1264 + "futures-io", 1265 + "parking", 1266 + "pin-project-lite", 1267 + ] 1268 + 1269 + [[package]] 1270 + name = "futures-macro" 1271 + version = "0.3.29" 1272 + source = "registry+https://github.com/rust-lang/crates.io-index" 1273 + checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 1274 + dependencies = [ 1275 + "proc-macro2", 1276 + "quote", 1277 + "syn 2.0.41", 1278 + ] 1279 + 1280 + [[package]] 1281 + name = "futures-sink" 1282 + version = "0.3.29" 1283 + source = "registry+https://github.com/rust-lang/crates.io-index" 1284 + checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 1285 + 1286 + [[package]] 1287 + name = "futures-task" 1288 + version = "0.3.29" 1289 + source = "registry+https://github.com/rust-lang/crates.io-index" 1290 + checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 1291 + 1292 + [[package]] 1293 + name = "futures-util" 1294 + version = "0.3.29" 1295 + source = "registry+https://github.com/rust-lang/crates.io-index" 1296 + checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 1297 + dependencies = [ 1298 + "futures-core", 1299 + "futures-io", 1300 + "futures-macro", 1301 + "futures-sink", 1302 + "futures-task", 1303 + "memchr", 1304 + "pin-project-lite", 1305 + "pin-utils", 1306 + "slab", 1307 + ] 1308 + 1309 + [[package]] 1310 + name = "generic-array" 1311 + version = "0.14.7" 1312 + source = "registry+https://github.com/rust-lang/crates.io-index" 1313 + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1314 + dependencies = [ 1315 + "typenum", 1316 + "version_check", 1317 + ] 1318 + 1319 + [[package]] 1320 + name = "gethostname" 1321 + version = "0.3.0" 1322 + source = "registry+https://github.com/rust-lang/crates.io-index" 1323 + checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177" 1324 + dependencies = [ 1325 + "libc", 1326 + "winapi", 1327 + ] 1328 + 1329 + [[package]] 1330 + name = "getrandom" 1331 + version = "0.2.11" 1332 + source = "registry+https://github.com/rust-lang/crates.io-index" 1333 + checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 1334 + dependencies = [ 1335 + "cfg-if", 1336 + "libc", 1337 + "wasi", 1338 + ] 1339 + 1340 + [[package]] 1341 + name = "gl_generator" 1342 + version = "0.14.0" 1343 + source = "registry+https://github.com/rust-lang/crates.io-index" 1344 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 1345 + dependencies = [ 1346 + "khronos_api", 1347 + "log", 1348 + "xml-rs", 1349 + ] 1350 + 1351 + [[package]] 1352 + name = "glob" 1353 + version = "0.3.1" 1354 + source = "registry+https://github.com/rust-lang/crates.io-index" 1355 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1356 + 1357 + [[package]] 1358 + name = "gloo-timers" 1359 + version = "0.2.6" 1360 + source = "registry+https://github.com/rust-lang/crates.io-index" 1361 + checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1362 + dependencies = [ 1363 + "futures-channel", 1364 + "futures-core", 1365 + "js-sys", 1366 + "wasm-bindgen", 1367 + ] 1368 + 1369 + [[package]] 1370 + name = "glow" 1371 + version = "0.12.3" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728" 1374 + dependencies = [ 1375 + "js-sys", 1376 + "slotmap", 1377 + "wasm-bindgen", 1378 + "web-sys", 1379 + ] 1380 + 1381 + [[package]] 1382 + name = "glutin" 1383 + version = "0.30.10" 1384 + source = "registry+https://github.com/rust-lang/crates.io-index" 1385 + checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe" 1386 + dependencies = [ 1387 + "bitflags 1.3.2", 1388 + "cfg_aliases", 1389 + "cgl", 1390 + "core-foundation", 1391 + "dispatch", 1392 + "glutin_egl_sys", 1393 + "glutin_glx_sys", 1394 + "glutin_wgl_sys", 1395 + "libloading 0.7.4", 1396 + "objc2", 1397 + "once_cell", 1398 + "raw-window-handle", 1399 + "wayland-sys 0.30.1", 1400 + "windows-sys 0.45.0", 1401 + "x11-dl", 1402 + ] 1403 + 1404 + [[package]] 1405 + name = "glutin-winit" 1406 + version = "0.3.0" 1407 + source = "registry+https://github.com/rust-lang/crates.io-index" 1408 + checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4" 1409 + dependencies = [ 1410 + "cfg_aliases", 1411 + "glutin", 1412 + "raw-window-handle", 1413 + "winit", 1414 + ] 1415 + 1416 + [[package]] 1417 + name = "glutin_egl_sys" 1418 + version = "0.5.1" 1419 + source = "registry+https://github.com/rust-lang/crates.io-index" 1420 + checksum = "af784eb26c5a68ec85391268e074f0aa618c096eadb5d6330b0911cf34fe57c5" 1421 + dependencies = [ 1422 + "gl_generator", 1423 + "windows-sys 0.45.0", 1424 + ] 1425 + 1426 + [[package]] 1427 + name = "glutin_glx_sys" 1428 + version = "0.4.0" 1429 + source = "registry+https://github.com/rust-lang/crates.io-index" 1430 + checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494" 1431 + dependencies = [ 1432 + "gl_generator", 1433 + "x11-dl", 1434 + ] 1435 + 1436 + [[package]] 1437 + name = "glutin_wgl_sys" 1438 + version = "0.4.0" 1439 + source = "registry+https://github.com/rust-lang/crates.io-index" 1440 + checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165" 1441 + dependencies = [ 1442 + "gl_generator", 1443 + ] 1444 + 1445 + [[package]] 1446 + name = "hashbrown" 1447 + version = "0.14.3" 1448 + source = "registry+https://github.com/rust-lang/crates.io-index" 1449 + checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1450 + 1451 + [[package]] 1452 + name = "heck" 1453 + version = "0.4.1" 1454 + source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1456 + 1457 + [[package]] 1458 + name = "hermit-abi" 1459 + version = "0.3.3" 1460 + source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 1462 + 1463 + [[package]] 1464 + name = "hex" 1465 + version = "0.4.3" 1466 + source = "registry+https://github.com/rust-lang/crates.io-index" 1467 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1468 + 1469 + [[package]] 1470 + name = "home" 1471 + version = "0.5.9" 1472 + source = "registry+https://github.com/rust-lang/crates.io-index" 1473 + checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1474 + dependencies = [ 1475 + "windows-sys 0.52.0", 1476 + ] 1477 + 1478 + [[package]] 1479 + name = "idna" 1480 + version = "0.5.0" 1481 + source = "registry+https://github.com/rust-lang/crates.io-index" 1482 + checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1483 + dependencies = [ 1484 + "unicode-bidi", 1485 + "unicode-normalization", 1486 + ] 1487 + 1488 + [[package]] 1489 + name = "image" 1490 + version = "0.24.7" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1493 + dependencies = [ 1494 + "bytemuck", 1495 + "byteorder", 1496 + "color_quant", 1497 + "num-rational", 1498 + "num-traits", 1499 + "png", 1500 + ] 1501 + 1502 + [[package]] 1503 + name = "indexmap" 1504 + version = "2.1.0" 1505 + source = "registry+https://github.com/rust-lang/crates.io-index" 1506 + checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 1507 + dependencies = [ 1508 + "equivalent", 1509 + "hashbrown", 1510 + ] 1511 + 1512 + [[package]] 1513 + name = "instant" 1514 + version = "0.1.12" 1515 + source = "registry+https://github.com/rust-lang/crates.io-index" 1516 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1517 + dependencies = [ 1518 + "cfg-if", 1519 + "js-sys", 1520 + "wasm-bindgen", 1521 + "web-sys", 1522 + ] 1523 + 1524 + [[package]] 1525 + name = "io-lifetimes" 1526 + version = "1.0.11" 1527 + source = "registry+https://github.com/rust-lang/crates.io-index" 1528 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1529 + dependencies = [ 1530 + "hermit-abi", 1531 + "libc", 1532 + "windows-sys 0.48.0", 1533 + ] 1534 + 1535 + [[package]] 1536 + name = "jni" 1537 + version = "0.21.1" 1538 + source = "registry+https://github.com/rust-lang/crates.io-index" 1539 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 1540 + dependencies = [ 1541 + "cesu8", 1542 + "cfg-if", 1543 + "combine", 1544 + "jni-sys", 1545 + "log", 1546 + "thiserror", 1547 + "walkdir", 1548 + "windows-sys 0.45.0", 1549 + ] 1550 + 1551 + [[package]] 1552 + name = "jni-sys" 1553 + version = "0.3.0" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1556 + 1557 + [[package]] 1558 + name = "jobserver" 1559 + version = "0.1.27" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" 1562 + dependencies = [ 1563 + "libc", 1564 + ] 1565 + 1566 + [[package]] 1567 + name = "js-sys" 1568 + version = "0.3.66" 1569 + source = "registry+https://github.com/rust-lang/crates.io-index" 1570 + checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 1571 + dependencies = [ 1572 + "wasm-bindgen", 1573 + ] 1574 + 1575 + [[package]] 1576 + name = "khronos_api" 1577 + version = "3.1.0" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 1580 + 1581 + [[package]] 1582 + name = "kv-log-macro" 1583 + version = "1.0.7" 1584 + source = "registry+https://github.com/rust-lang/crates.io-index" 1585 + checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1586 + dependencies = [ 1587 + "log", 1588 + ] 1589 + 1590 + [[package]] 1591 + name = "lazy_static" 1592 + version = "1.4.0" 1593 + source = "registry+https://github.com/rust-lang/crates.io-index" 1594 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1595 + 1596 + [[package]] 1597 + name = "lazycell" 1598 + version = "1.3.0" 1599 + source = "registry+https://github.com/rust-lang/crates.io-index" 1600 + checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1601 + 1602 + [[package]] 1603 + name = "libc" 1604 + version = "0.2.151" 1605 + source = "registry+https://github.com/rust-lang/crates.io-index" 1606 + checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" 1607 + 1608 + [[package]] 1609 + name = "libloading" 1610 + version = "0.7.4" 1611 + source = "registry+https://github.com/rust-lang/crates.io-index" 1612 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1613 + dependencies = [ 1614 + "cfg-if", 1615 + "winapi", 1616 + ] 1617 + 1618 + [[package]] 1619 + name = "libloading" 1620 + version = "0.8.1" 1621 + source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 1623 + dependencies = [ 1624 + "cfg-if", 1625 + "windows-sys 0.48.0", 1626 + ] 1627 + 1628 + [[package]] 1629 + name = "libredox" 1630 + version = "0.0.1" 1631 + source = "registry+https://github.com/rust-lang/crates.io-index" 1632 + checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 1633 + dependencies = [ 1634 + "bitflags 2.4.1", 1635 + "libc", 1636 + "redox_syscall 0.4.1", 1637 + ] 1638 + 1639 + [[package]] 1640 + name = "libredox" 1641 + version = "0.0.2" 1642 + source = "registry+https://github.com/rust-lang/crates.io-index" 1643 + checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607" 1644 + dependencies = [ 1645 + "bitflags 2.4.1", 1646 + "libc", 1647 + "redox_syscall 0.4.1", 1648 + ] 1649 + 1650 + [[package]] 1651 + name = "libspa" 1652 + version = "0.7.2" 1653 + source = "git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f#7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f" 1654 + dependencies = [ 1655 + "bitflags 2.4.1", 1656 + "cc", 1657 + "convert_case", 1658 + "cookie-factory", 1659 + "libc", 1660 + "libspa-sys", 1661 + "nix 0.26.4", 1662 + "nom", 1663 + "system-deps", 1664 + ] 1665 + 1666 + [[package]] 1667 + name = "libspa-sys" 1668 + version = "0.7.2" 1669 + source = "git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f#7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f" 1670 + dependencies = [ 1671 + "bindgen", 1672 + "cc", 1673 + "system-deps", 1674 + ] 1675 + 1676 + [[package]] 1677 + name = "linux-raw-sys" 1678 + version = "0.3.8" 1679 + source = "registry+https://github.com/rust-lang/crates.io-index" 1680 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1681 + 1682 + [[package]] 1683 + name = "linux-raw-sys" 1684 + version = "0.4.12" 1685 + source = "registry+https://github.com/rust-lang/crates.io-index" 1686 + checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 1687 + 1688 + [[package]] 1689 + name = "lock_api" 1690 + version = "0.4.11" 1691 + source = "registry+https://github.com/rust-lang/crates.io-index" 1692 + checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1693 + dependencies = [ 1694 + "autocfg", 1695 + "scopeguard", 1696 + ] 1697 + 1698 + [[package]] 1699 + name = "log" 1700 + version = "0.4.20" 1701 + source = "registry+https://github.com/rust-lang/crates.io-index" 1702 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1703 + dependencies = [ 1704 + "value-bag", 1705 + ] 1706 + 1707 + [[package]] 1708 + name = "malloc_buf" 1709 + version = "0.0.6" 1710 + source = "registry+https://github.com/rust-lang/crates.io-index" 1711 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1712 + dependencies = [ 1713 + "libc", 1714 + ] 1715 + 1716 + [[package]] 1717 + name = "memchr" 1718 + version = "2.6.4" 1719 + source = "registry+https://github.com/rust-lang/crates.io-index" 1720 + checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 1721 + 1722 + [[package]] 1723 + name = "memmap2" 1724 + version = "0.5.10" 1725 + source = "registry+https://github.com/rust-lang/crates.io-index" 1726 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 1727 + dependencies = [ 1728 + "libc", 1729 + ] 1730 + 1731 + [[package]] 1732 + name = "memoffset" 1733 + version = "0.6.5" 1734 + source = "registry+https://github.com/rust-lang/crates.io-index" 1735 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1736 + dependencies = [ 1737 + "autocfg", 1738 + ] 1739 + 1740 + [[package]] 1741 + name = "memoffset" 1742 + version = "0.7.1" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 1745 + dependencies = [ 1746 + "autocfg", 1747 + ] 1748 + 1749 + [[package]] 1750 + name = "memoffset" 1751 + version = "0.9.0" 1752 + source = "registry+https://github.com/rust-lang/crates.io-index" 1753 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1754 + dependencies = [ 1755 + "autocfg", 1756 + ] 1757 + 1758 + [[package]] 1759 + name = "minimal-lexical" 1760 + version = "0.2.1" 1761 + source = "registry+https://github.com/rust-lang/crates.io-index" 1762 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1763 + 1764 + [[package]] 1765 + name = "miniz_oxide" 1766 + version = "0.7.1" 1767 + source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1769 + dependencies = [ 1770 + "adler", 1771 + "simd-adler32", 1772 + ] 1773 + 1774 + [[package]] 1775 + name = "mio" 1776 + version = "0.8.10" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 1779 + dependencies = [ 1780 + "libc", 1781 + "log", 1782 + "wasi", 1783 + "windows-sys 0.48.0", 1784 + ] 1785 + 1786 + [[package]] 1787 + name = "ndk" 1788 + version = "0.7.0" 1789 + source = "registry+https://github.com/rust-lang/crates.io-index" 1790 + checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 1791 + dependencies = [ 1792 + "bitflags 1.3.2", 1793 + "jni-sys", 1794 + "ndk-sys", 1795 + "num_enum 0.5.11", 1796 + "raw-window-handle", 1797 + "thiserror", 1798 + ] 1799 + 1800 + [[package]] 1801 + name = "ndk-context" 1802 + version = "0.1.1" 1803 + source = "registry+https://github.com/rust-lang/crates.io-index" 1804 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1805 + 1806 + [[package]] 1807 + name = "ndk-sys" 1808 + version = "0.4.1+23.1.7779620" 1809 + source = "registry+https://github.com/rust-lang/crates.io-index" 1810 + checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 1811 + dependencies = [ 1812 + "jni-sys", 1813 + ] 1814 + 1815 + [[package]] 1816 + name = "nix" 1817 + version = "0.24.3" 1818 + source = "registry+https://github.com/rust-lang/crates.io-index" 1819 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 1820 + dependencies = [ 1821 + "bitflags 1.3.2", 1822 + "cfg-if", 1823 + "libc", 1824 + "memoffset 0.6.5", 1825 + ] 1826 + 1827 + [[package]] 1828 + name = "nix" 1829 + version = "0.25.1" 1830 + source = "registry+https://github.com/rust-lang/crates.io-index" 1831 + checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 1832 + dependencies = [ 1833 + "autocfg", 1834 + "bitflags 1.3.2", 1835 + "cfg-if", 1836 + "libc", 1837 + "memoffset 0.6.5", 1838 + ] 1839 + 1840 + [[package]] 1841 + name = "nix" 1842 + version = "0.26.4" 1843 + source = "registry+https://github.com/rust-lang/crates.io-index" 1844 + checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 1845 + dependencies = [ 1846 + "bitflags 1.3.2", 1847 + "cfg-if", 1848 + "libc", 1849 + "memoffset 0.7.1", 1850 + "pin-utils", 1851 + ] 1852 + 1853 + [[package]] 1854 + name = "nohash-hasher" 1855 + version = "0.2.0" 1856 + source = "registry+https://github.com/rust-lang/crates.io-index" 1857 + checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 1858 + 1859 + [[package]] 1860 + name = "nom" 1861 + version = "7.1.3" 1862 + source = "registry+https://github.com/rust-lang/crates.io-index" 1863 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1864 + dependencies = [ 1865 + "memchr", 1866 + "minimal-lexical", 1867 + ] 1868 + 1869 + [[package]] 1870 + name = "num-integer" 1871 + version = "0.1.45" 1872 + source = "registry+https://github.com/rust-lang/crates.io-index" 1873 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1874 + dependencies = [ 1875 + "autocfg", 1876 + "num-traits", 1877 + ] 1878 + 1879 + [[package]] 1880 + name = "num-rational" 1881 + version = "0.4.1" 1882 + source = "registry+https://github.com/rust-lang/crates.io-index" 1883 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1884 + dependencies = [ 1885 + "autocfg", 1886 + "num-integer", 1887 + "num-traits", 1888 + ] 1889 + 1890 + [[package]] 1891 + name = "num-traits" 1892 + version = "0.2.17" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 1895 + dependencies = [ 1896 + "autocfg", 1897 + ] 1898 + 1899 + [[package]] 1900 + name = "num_enum" 1901 + version = "0.5.11" 1902 + source = "registry+https://github.com/rust-lang/crates.io-index" 1903 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 1904 + dependencies = [ 1905 + "num_enum_derive 0.5.11", 1906 + ] 1907 + 1908 + [[package]] 1909 + name = "num_enum" 1910 + version = "0.6.1" 1911 + source = "registry+https://github.com/rust-lang/crates.io-index" 1912 + checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 1913 + dependencies = [ 1914 + "num_enum_derive 0.6.1", 1915 + ] 1916 + 1917 + [[package]] 1918 + name = "num_enum_derive" 1919 + version = "0.5.11" 1920 + source = "registry+https://github.com/rust-lang/crates.io-index" 1921 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 1922 + dependencies = [ 1923 + "proc-macro-crate", 1924 + "proc-macro2", 1925 + "quote", 1926 + "syn 1.0.109", 1927 + ] 1928 + 1929 + [[package]] 1930 + name = "num_enum_derive" 1931 + version = "0.6.1" 1932 + source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 1934 + dependencies = [ 1935 + "proc-macro-crate", 1936 + "proc-macro2", 1937 + "quote", 1938 + "syn 2.0.41", 1939 + ] 1940 + 1941 + [[package]] 1942 + name = "objc" 1943 + version = "0.2.7" 1944 + source = "registry+https://github.com/rust-lang/crates.io-index" 1945 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1946 + dependencies = [ 1947 + "malloc_buf", 1948 + ] 1949 + 1950 + [[package]] 1951 + name = "objc-foundation" 1952 + version = "0.1.1" 1953 + source = "registry+https://github.com/rust-lang/crates.io-index" 1954 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1955 + dependencies = [ 1956 + "block", 1957 + "objc", 1958 + "objc_id", 1959 + ] 1960 + 1961 + [[package]] 1962 + name = "objc-sys" 1963 + version = "0.2.0-beta.2" 1964 + source = "registry+https://github.com/rust-lang/crates.io-index" 1965 + checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 1966 + 1967 + [[package]] 1968 + name = "objc2" 1969 + version = "0.3.0-beta.3.patch-leaks.3" 1970 + source = "registry+https://github.com/rust-lang/crates.io-index" 1971 + checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" 1972 + dependencies = [ 1973 + "block2", 1974 + "objc-sys", 1975 + "objc2-encode", 1976 + ] 1977 + 1978 + [[package]] 1979 + name = "objc2-encode" 1980 + version = "2.0.0-pre.2" 1981 + source = "registry+https://github.com/rust-lang/crates.io-index" 1982 + checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 1983 + dependencies = [ 1984 + "objc-sys", 1985 + ] 1986 + 1987 + [[package]] 1988 + name = "objc_id" 1989 + version = "0.1.1" 1990 + source = "registry+https://github.com/rust-lang/crates.io-index" 1991 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1992 + dependencies = [ 1993 + "objc", 1994 + ] 1995 + 1996 + [[package]] 1997 + name = "once_cell" 1998 + version = "1.19.0" 1999 + source = "registry+https://github.com/rust-lang/crates.io-index" 2000 + checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2001 + 2002 + [[package]] 2003 + name = "orbclient" 2004 + version = "0.3.47" 2005 + source = "registry+https://github.com/rust-lang/crates.io-index" 2006 + checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166" 2007 + dependencies = [ 2008 + "libredox 0.0.2", 2009 + ] 2010 + 2011 + [[package]] 2012 + name = "ordered-stream" 2013 + version = "0.2.0" 2014 + source = "registry+https://github.com/rust-lang/crates.io-index" 2015 + checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 2016 + dependencies = [ 2017 + "futures-core", 2018 + "pin-project-lite", 2019 + ] 2020 + 2021 + [[package]] 2022 + name = "owned_ttf_parser" 2023 + version = "0.20.0" 2024 + source = "registry+https://github.com/rust-lang/crates.io-index" 2025 + checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7" 2026 + dependencies = [ 2027 + "ttf-parser", 2028 + ] 2029 + 2030 + [[package]] 2031 + name = "parking" 2032 + version = "2.2.0" 2033 + source = "registry+https://github.com/rust-lang/crates.io-index" 2034 + checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2035 + 2036 + [[package]] 2037 + name = "parking_lot" 2038 + version = "0.12.1" 2039 + source = "registry+https://github.com/rust-lang/crates.io-index" 2040 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2041 + dependencies = [ 2042 + "lock_api", 2043 + "parking_lot_core", 2044 + ] 2045 + 2046 + [[package]] 2047 + name = "parking_lot_core" 2048 + version = "0.9.9" 2049 + source = "registry+https://github.com/rust-lang/crates.io-index" 2050 + checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2051 + dependencies = [ 2052 + "cfg-if", 2053 + "libc", 2054 + "redox_syscall 0.4.1", 2055 + "smallvec", 2056 + "windows-targets 0.48.5", 2057 + ] 2058 + 2059 + [[package]] 2060 + name = "paste" 2061 + version = "1.0.14" 2062 + source = "registry+https://github.com/rust-lang/crates.io-index" 2063 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2064 + 2065 + [[package]] 2066 + name = "peeking_take_while" 2067 + version = "0.1.2" 2068 + source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 2070 + 2071 + [[package]] 2072 + name = "percent-encoding" 2073 + version = "2.3.1" 2074 + source = "registry+https://github.com/rust-lang/crates.io-index" 2075 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2076 + 2077 + [[package]] 2078 + name = "pin-project-lite" 2079 + version = "0.2.13" 2080 + source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2082 + 2083 + [[package]] 2084 + name = "pin-utils" 2085 + version = "0.1.0" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2088 + 2089 + [[package]] 2090 + name = "piper" 2091 + version = "0.2.1" 2092 + source = "registry+https://github.com/rust-lang/crates.io-index" 2093 + checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 2094 + dependencies = [ 2095 + "atomic-waker", 2096 + "fastrand 2.0.1", 2097 + "futures-io", 2098 + ] 2099 + 2100 + [[package]] 2101 + name = "pipewire" 2102 + version = "0.7.2" 2103 + source = "git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f#7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f" 2104 + dependencies = [ 2105 + "anyhow", 2106 + "bitflags 2.4.1", 2107 + "libc", 2108 + "libspa", 2109 + "libspa-sys", 2110 + "nix 0.26.4", 2111 + "once_cell", 2112 + "pipewire-sys", 2113 + "thiserror", 2114 + ] 2115 + 2116 + [[package]] 2117 + name = "pipewire-sys" 2118 + version = "0.7.2" 2119 + source = "git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f#7bd8b2d3c5d91f56b20c345e97244fff9e58ea0f" 2120 + dependencies = [ 2121 + "bindgen", 2122 + "libspa-sys", 2123 + "system-deps", 2124 + ] 2125 + 2126 + [[package]] 2127 + name = "pkg-config" 2128 + version = "0.3.27" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 2131 + 2132 + [[package]] 2133 + name = "png" 2134 + version = "0.17.10" 2135 + source = "registry+https://github.com/rust-lang/crates.io-index" 2136 + checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 2137 + dependencies = [ 2138 + "bitflags 1.3.2", 2139 + "crc32fast", 2140 + "fdeflate", 2141 + "flate2", 2142 + "miniz_oxide", 2143 + ] 2144 + 2145 + [[package]] 2146 + name = "polling" 2147 + version = "2.8.0" 2148 + source = "registry+https://github.com/rust-lang/crates.io-index" 2149 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 2150 + dependencies = [ 2151 + "autocfg", 2152 + "bitflags 1.3.2", 2153 + "cfg-if", 2154 + "concurrent-queue", 2155 + "libc", 2156 + "log", 2157 + "pin-project-lite", 2158 + "windows-sys 0.48.0", 2159 + ] 2160 + 2161 + [[package]] 2162 + name = "polling" 2163 + version = "3.3.1" 2164 + source = "registry+https://github.com/rust-lang/crates.io-index" 2165 + checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e" 2166 + dependencies = [ 2167 + "cfg-if", 2168 + "concurrent-queue", 2169 + "pin-project-lite", 2170 + "rustix 0.38.28", 2171 + "tracing", 2172 + "windows-sys 0.52.0", 2173 + ] 2174 + 2175 + [[package]] 2176 + name = "pollster" 2177 + version = "0.3.0" 2178 + source = "registry+https://github.com/rust-lang/crates.io-index" 2179 + checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 2180 + 2181 + [[package]] 2182 + name = "ppv-lite86" 2183 + version = "0.2.17" 2184 + source = "registry+https://github.com/rust-lang/crates.io-index" 2185 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2186 + 2187 + [[package]] 2188 + name = "proc-macro-crate" 2189 + version = "1.3.1" 2190 + source = "registry+https://github.com/rust-lang/crates.io-index" 2191 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 2192 + dependencies = [ 2193 + "once_cell", 2194 + "toml_edit 0.19.15", 2195 + ] 2196 + 2197 + [[package]] 2198 + name = "proc-macro-error" 2199 + version = "1.0.4" 2200 + source = "registry+https://github.com/rust-lang/crates.io-index" 2201 + checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2202 + dependencies = [ 2203 + "proc-macro-error-attr", 2204 + "proc-macro2", 2205 + "quote", 2206 + "syn 1.0.109", 2207 + "version_check", 2208 + ] 2209 + 2210 + [[package]] 2211 + name = "proc-macro-error-attr" 2212 + version = "1.0.4" 2213 + source = "registry+https://github.com/rust-lang/crates.io-index" 2214 + checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2215 + dependencies = [ 2216 + "proc-macro2", 2217 + "quote", 2218 + "version_check", 2219 + ] 2220 + 2221 + [[package]] 2222 + name = "proc-macro2" 2223 + version = "1.0.70" 2224 + source = "registry+https://github.com/rust-lang/crates.io-index" 2225 + checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 2226 + dependencies = [ 2227 + "unicode-ident", 2228 + ] 2229 + 2230 + [[package]] 2231 + name = "quote" 2232 + version = "1.0.33" 2233 + source = "registry+https://github.com/rust-lang/crates.io-index" 2234 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2235 + dependencies = [ 2236 + "proc-macro2", 2237 + ] 2238 + 2239 + [[package]] 2240 + name = "rand" 2241 + version = "0.8.5" 2242 + source = "registry+https://github.com/rust-lang/crates.io-index" 2243 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2244 + dependencies = [ 2245 + "libc", 2246 + "rand_chacha", 2247 + "rand_core", 2248 + ] 2249 + 2250 + [[package]] 2251 + name = "rand_chacha" 2252 + version = "0.3.1" 2253 + source = "registry+https://github.com/rust-lang/crates.io-index" 2254 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2255 + dependencies = [ 2256 + "ppv-lite86", 2257 + "rand_core", 2258 + ] 2259 + 2260 + [[package]] 2261 + name = "rand_core" 2262 + version = "0.6.4" 2263 + source = "registry+https://github.com/rust-lang/crates.io-index" 2264 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2265 + dependencies = [ 2266 + "getrandom", 2267 + ] 2268 + 2269 + [[package]] 2270 + name = "raw-window-handle" 2271 + version = "0.5.2" 2272 + source = "registry+https://github.com/rust-lang/crates.io-index" 2273 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 2274 + 2275 + [[package]] 2276 + name = "redox_syscall" 2277 + version = "0.3.5" 2278 + source = "registry+https://github.com/rust-lang/crates.io-index" 2279 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2280 + dependencies = [ 2281 + "bitflags 1.3.2", 2282 + ] 2283 + 2284 + [[package]] 2285 + name = "redox_syscall" 2286 + version = "0.4.1" 2287 + source = "registry+https://github.com/rust-lang/crates.io-index" 2288 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2289 + dependencies = [ 2290 + "bitflags 1.3.2", 2291 + ] 2292 + 2293 + [[package]] 2294 + name = "redox_users" 2295 + version = "0.4.4" 2296 + source = "registry+https://github.com/rust-lang/crates.io-index" 2297 + checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 2298 + dependencies = [ 2299 + "getrandom", 2300 + "libredox 0.0.1", 2301 + "thiserror", 2302 + ] 2303 + 2304 + [[package]] 2305 + name = "regex" 2306 + version = "1.10.2" 2307 + source = "registry+https://github.com/rust-lang/crates.io-index" 2308 + checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 2309 + dependencies = [ 2310 + "aho-corasick", 2311 + "memchr", 2312 + "regex-automata", 2313 + "regex-syntax", 2314 + ] 2315 + 2316 + [[package]] 2317 + name = "regex-automata" 2318 + version = "0.4.3" 2319 + source = "registry+https://github.com/rust-lang/crates.io-index" 2320 + checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 2321 + dependencies = [ 2322 + "aho-corasick", 2323 + "memchr", 2324 + "regex-syntax", 2325 + ] 2326 + 2327 + [[package]] 2328 + name = "regex-syntax" 2329 + version = "0.8.2" 2330 + source = "registry+https://github.com/rust-lang/crates.io-index" 2331 + checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 2332 + 2333 + [[package]] 2334 + name = "ron" 2335 + version = "0.8.1" 2336 + source = "registry+https://github.com/rust-lang/crates.io-index" 2337 + checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" 2338 + dependencies = [ 2339 + "base64", 2340 + "bitflags 2.4.1", 2341 + "serde", 2342 + "serde_derive", 2343 + ] 2344 + 2345 + [[package]] 2346 + name = "rustc-hash" 2347 + version = "1.1.0" 2348 + source = "registry+https://github.com/rust-lang/crates.io-index" 2349 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2350 + 2351 + [[package]] 2352 + name = "rustix" 2353 + version = "0.37.27" 2354 + source = "registry+https://github.com/rust-lang/crates.io-index" 2355 + checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 2356 + dependencies = [ 2357 + "bitflags 1.3.2", 2358 + "errno", 2359 + "io-lifetimes", 2360 + "libc", 2361 + "linux-raw-sys 0.3.8", 2362 + "windows-sys 0.48.0", 2363 + ] 2364 + 2365 + [[package]] 2366 + name = "rustix" 2367 + version = "0.38.28" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" 2370 + dependencies = [ 2371 + "bitflags 2.4.1", 2372 + "errno", 2373 + "libc", 2374 + "linux-raw-sys 0.4.12", 2375 + "windows-sys 0.52.0", 2376 + ] 2377 + 2378 + [[package]] 2379 + name = "same-file" 2380 + version = "1.0.6" 2381 + source = "registry+https://github.com/rust-lang/crates.io-index" 2382 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2383 + dependencies = [ 2384 + "winapi-util", 2385 + ] 2386 + 2387 + [[package]] 2388 + name = "scoped-tls" 2389 + version = "1.0.1" 2390 + source = "registry+https://github.com/rust-lang/crates.io-index" 2391 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2392 + 2393 + [[package]] 2394 + name = "scopeguard" 2395 + version = "1.2.0" 2396 + source = "registry+https://github.com/rust-lang/crates.io-index" 2397 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2398 + 2399 + [[package]] 2400 + name = "sctk-adwaita" 2401 + version = "0.5.4" 2402 + source = "registry+https://github.com/rust-lang/crates.io-index" 2403 + checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09" 2404 + dependencies = [ 2405 + "ab_glyph", 2406 + "log", 2407 + "memmap2", 2408 + "smithay-client-toolkit", 2409 + "tiny-skia", 2410 + ] 2411 + 2412 + [[package]] 2413 + name = "serde" 2414 + version = "1.0.193" 2415 + source = "registry+https://github.com/rust-lang/crates.io-index" 2416 + checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 2417 + dependencies = [ 2418 + "serde_derive", 2419 + ] 2420 + 2421 + [[package]] 2422 + name = "serde_derive" 2423 + version = "1.0.193" 2424 + source = "registry+https://github.com/rust-lang/crates.io-index" 2425 + checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 2426 + dependencies = [ 2427 + "proc-macro2", 2428 + "quote", 2429 + "syn 2.0.41", 2430 + ] 2431 + 2432 + [[package]] 2433 + name = "serde_repr" 2434 + version = "0.1.17" 2435 + source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145" 2437 + dependencies = [ 2438 + "proc-macro2", 2439 + "quote", 2440 + "syn 2.0.41", 2441 + ] 2442 + 2443 + [[package]] 2444 + name = "serde_spanned" 2445 + version = "0.6.4" 2446 + source = "registry+https://github.com/rust-lang/crates.io-index" 2447 + checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 2448 + dependencies = [ 2449 + "serde", 2450 + ] 2451 + 2452 + [[package]] 2453 + name = "sha1" 2454 + version = "0.10.6" 2455 + source = "registry+https://github.com/rust-lang/crates.io-index" 2456 + checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2457 + dependencies = [ 2458 + "cfg-if", 2459 + "cpufeatures", 2460 + "digest", 2461 + ] 2462 + 2463 + [[package]] 2464 + name = "shlex" 2465 + version = "1.2.0" 2466 + source = "registry+https://github.com/rust-lang/crates.io-index" 2467 + checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" 2468 + 2469 + [[package]] 2470 + name = "signal-hook-registry" 2471 + version = "1.4.1" 2472 + source = "registry+https://github.com/rust-lang/crates.io-index" 2473 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2474 + dependencies = [ 2475 + "libc", 2476 + ] 2477 + 2478 + [[package]] 2479 + name = "simd-adler32" 2480 + version = "0.3.7" 2481 + source = "registry+https://github.com/rust-lang/crates.io-index" 2482 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2483 + 2484 + [[package]] 2485 + name = "slab" 2486 + version = "0.4.9" 2487 + source = "registry+https://github.com/rust-lang/crates.io-index" 2488 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2489 + dependencies = [ 2490 + "autocfg", 2491 + ] 2492 + 2493 + [[package]] 2494 + name = "slotmap" 2495 + version = "1.0.7" 2496 + source = "registry+https://github.com/rust-lang/crates.io-index" 2497 + checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 2498 + dependencies = [ 2499 + "version_check", 2500 + ] 2501 + 2502 + [[package]] 2503 + name = "smallvec" 2504 + version = "1.11.2" 2505 + source = "registry+https://github.com/rust-lang/crates.io-index" 2506 + checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 2507 + 2508 + [[package]] 2509 + name = "smithay-client-toolkit" 2510 + version = "0.16.1" 2511 + source = "registry+https://github.com/rust-lang/crates.io-index" 2512 + checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9" 2513 + dependencies = [ 2514 + "bitflags 1.3.2", 2515 + "calloop", 2516 + "dlib", 2517 + "lazy_static", 2518 + "log", 2519 + "memmap2", 2520 + "nix 0.24.3", 2521 + "pkg-config", 2522 + "wayland-client", 2523 + "wayland-cursor", 2524 + "wayland-protocols", 2525 + ] 2526 + 2527 + [[package]] 2528 + name = "smithay-clipboard" 2529 + version = "0.6.6" 2530 + source = "registry+https://github.com/rust-lang/crates.io-index" 2531 + checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 2532 + dependencies = [ 2533 + "smithay-client-toolkit", 2534 + "wayland-client", 2535 + ] 2536 + 2537 + [[package]] 2538 + name = "socket2" 2539 + version = "0.4.10" 2540 + source = "registry+https://github.com/rust-lang/crates.io-index" 2541 + checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 2542 + dependencies = [ 2543 + "libc", 2544 + "winapi", 2545 + ] 2546 + 2547 + [[package]] 2548 + name = "static_assertions" 2549 + version = "1.1.0" 2550 + source = "registry+https://github.com/rust-lang/crates.io-index" 2551 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2552 + 2553 + [[package]] 2554 + name = "str-buf" 2555 + version = "1.0.6" 2556 + source = "registry+https://github.com/rust-lang/crates.io-index" 2557 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 2558 + 2559 + [[package]] 2560 + name = "strict-num" 2561 + version = "0.1.1" 2562 + source = "registry+https://github.com/rust-lang/crates.io-index" 2563 + checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 2564 + 2565 + [[package]] 2566 + name = "syn" 2567 + version = "1.0.109" 2568 + source = "registry+https://github.com/rust-lang/crates.io-index" 2569 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2570 + dependencies = [ 2571 + "proc-macro2", 2572 + "quote", 2573 + "unicode-ident", 2574 + ] 2575 + 2576 + [[package]] 2577 + name = "syn" 2578 + version = "2.0.41" 2579 + source = "registry+https://github.com/rust-lang/crates.io-index" 2580 + checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269" 2581 + dependencies = [ 2582 + "proc-macro2", 2583 + "quote", 2584 + "unicode-ident", 2585 + ] 2586 + 2587 + [[package]] 2588 + name = "system-deps" 2589 + version = "6.2.0" 2590 + source = "registry+https://github.com/rust-lang/crates.io-index" 2591 + checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 2592 + dependencies = [ 2593 + "cfg-expr", 2594 + "heck", 2595 + "pkg-config", 2596 + "toml", 2597 + "version-compare", 2598 + ] 2599 + 2600 + [[package]] 2601 + name = "target-lexicon" 2602 + version = "0.12.12" 2603 + source = "registry+https://github.com/rust-lang/crates.io-index" 2604 + checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" 2605 + 2606 + [[package]] 2607 + name = "tempfile" 2608 + version = "3.8.1" 2609 + source = "registry+https://github.com/rust-lang/crates.io-index" 2610 + checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 2611 + dependencies = [ 2612 + "cfg-if", 2613 + "fastrand 2.0.1", 2614 + "redox_syscall 0.4.1", 2615 + "rustix 0.38.28", 2616 + "windows-sys 0.48.0", 2617 + ] 2618 + 2619 + [[package]] 2620 + name = "thiserror" 2621 + version = "1.0.51" 2622 + source = "registry+https://github.com/rust-lang/crates.io-index" 2623 + checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" 2624 + dependencies = [ 2625 + "thiserror-impl", 2626 + ] 2627 + 2628 + [[package]] 2629 + name = "thiserror-impl" 2630 + version = "1.0.51" 2631 + source = "registry+https://github.com/rust-lang/crates.io-index" 2632 + checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" 2633 + dependencies = [ 2634 + "proc-macro2", 2635 + "quote", 2636 + "syn 2.0.41", 2637 + ] 2638 + 2639 + [[package]] 2640 + name = "tiny-skia" 2641 + version = "0.8.4" 2642 + source = "registry+https://github.com/rust-lang/crates.io-index" 2643 + checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67" 2644 + dependencies = [ 2645 + "arrayref", 2646 + "arrayvec", 2647 + "bytemuck", 2648 + "cfg-if", 2649 + "png", 2650 + "tiny-skia-path", 2651 + ] 2652 + 2653 + [[package]] 2654 + name = "tiny-skia-path" 2655 + version = "0.8.4" 2656 + source = "registry+https://github.com/rust-lang/crates.io-index" 2657 + checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c" 2658 + dependencies = [ 2659 + "arrayref", 2660 + "bytemuck", 2661 + "strict-num", 2662 + ] 2663 + 2664 + [[package]] 2665 + name = "tinyvec" 2666 + version = "1.6.0" 2667 + source = "registry+https://github.com/rust-lang/crates.io-index" 2668 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2669 + dependencies = [ 2670 + "tinyvec_macros", 2671 + ] 2672 + 2673 + [[package]] 2674 + name = "tinyvec_macros" 2675 + version = "0.1.1" 2676 + source = "registry+https://github.com/rust-lang/crates.io-index" 2677 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2678 + 2679 + [[package]] 2680 + name = "toml" 2681 + version = "0.8.8" 2682 + source = "registry+https://github.com/rust-lang/crates.io-index" 2683 + checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" 2684 + dependencies = [ 2685 + "serde", 2686 + "serde_spanned", 2687 + "toml_datetime", 2688 + "toml_edit 0.21.0", 2689 + ] 2690 + 2691 + [[package]] 2692 + name = "toml_datetime" 2693 + version = "0.6.5" 2694 + source = "registry+https://github.com/rust-lang/crates.io-index" 2695 + checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 2696 + dependencies = [ 2697 + "serde", 2698 + ] 2699 + 2700 + [[package]] 2701 + name = "toml_edit" 2702 + version = "0.19.15" 2703 + source = "registry+https://github.com/rust-lang/crates.io-index" 2704 + checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 2705 + dependencies = [ 2706 + "indexmap", 2707 + "toml_datetime", 2708 + "winnow", 2709 + ] 2710 + 2711 + [[package]] 2712 + name = "toml_edit" 2713 + version = "0.21.0" 2714 + source = "registry+https://github.com/rust-lang/crates.io-index" 2715 + checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" 2716 + dependencies = [ 2717 + "indexmap", 2718 + "serde", 2719 + "serde_spanned", 2720 + "toml_datetime", 2721 + "winnow", 2722 + ] 2723 + 2724 + [[package]] 2725 + name = "tracing" 2726 + version = "0.1.40" 2727 + source = "registry+https://github.com/rust-lang/crates.io-index" 2728 + checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2729 + dependencies = [ 2730 + "pin-project-lite", 2731 + "tracing-attributes", 2732 + "tracing-core", 2733 + ] 2734 + 2735 + [[package]] 2736 + name = "tracing-attributes" 2737 + version = "0.1.27" 2738 + source = "registry+https://github.com/rust-lang/crates.io-index" 2739 + checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2740 + dependencies = [ 2741 + "proc-macro2", 2742 + "quote", 2743 + "syn 2.0.41", 2744 + ] 2745 + 2746 + [[package]] 2747 + name = "tracing-core" 2748 + version = "0.1.32" 2749 + source = "registry+https://github.com/rust-lang/crates.io-index" 2750 + checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2751 + dependencies = [ 2752 + "once_cell", 2753 + ] 2754 + 2755 + [[package]] 2756 + name = "ttf-parser" 2757 + version = "0.20.0" 2758 + source = "registry+https://github.com/rust-lang/crates.io-index" 2759 + checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 2760 + 2761 + [[package]] 2762 + name = "typenum" 2763 + version = "1.17.0" 2764 + source = "registry+https://github.com/rust-lang/crates.io-index" 2765 + checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2766 + 2767 + [[package]] 2768 + name = "uds_windows" 2769 + version = "1.1.0" 2770 + source = "registry+https://github.com/rust-lang/crates.io-index" 2771 + checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 2772 + dependencies = [ 2773 + "memoffset 0.9.0", 2774 + "tempfile", 2775 + "winapi", 2776 + ] 2777 + 2778 + [[package]] 2779 + name = "unicode-bidi" 2780 + version = "0.3.14" 2781 + source = "registry+https://github.com/rust-lang/crates.io-index" 2782 + checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" 2783 + 2784 + [[package]] 2785 + name = "unicode-ident" 2786 + version = "1.0.12" 2787 + source = "registry+https://github.com/rust-lang/crates.io-index" 2788 + checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2789 + 2790 + [[package]] 2791 + name = "unicode-normalization" 2792 + version = "0.1.22" 2793 + source = "registry+https://github.com/rust-lang/crates.io-index" 2794 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2795 + dependencies = [ 2796 + "tinyvec", 2797 + ] 2798 + 2799 + [[package]] 2800 + name = "unicode-segmentation" 2801 + version = "1.10.1" 2802 + source = "registry+https://github.com/rust-lang/crates.io-index" 2803 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2804 + 2805 + [[package]] 2806 + name = "url" 2807 + version = "2.5.0" 2808 + source = "registry+https://github.com/rust-lang/crates.io-index" 2809 + checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 2810 + dependencies = [ 2811 + "form_urlencoded", 2812 + "idna", 2813 + "percent-encoding", 2814 + "serde", 2815 + ] 2816 + 2817 + [[package]] 2818 + name = "value-bag" 2819 + version = "1.4.2" 2820 + source = "registry+https://github.com/rust-lang/crates.io-index" 2821 + checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe" 2822 + 2823 + [[package]] 2824 + name = "vec_map" 2825 + version = "0.8.2" 2826 + source = "registry+https://github.com/rust-lang/crates.io-index" 2827 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2828 + 2829 + [[package]] 2830 + name = "version-compare" 2831 + version = "0.1.1" 2832 + source = "registry+https://github.com/rust-lang/crates.io-index" 2833 + checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 2834 + 2835 + [[package]] 2836 + name = "version_check" 2837 + version = "0.9.4" 2838 + source = "registry+https://github.com/rust-lang/crates.io-index" 2839 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2840 + 2841 + [[package]] 2842 + name = "waker-fn" 2843 + version = "1.1.1" 2844 + source = "registry+https://github.com/rust-lang/crates.io-index" 2845 + checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 2846 + 2847 + [[package]] 2848 + name = "walkdir" 2849 + version = "2.4.0" 2850 + source = "registry+https://github.com/rust-lang/crates.io-index" 2851 + checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 2852 + dependencies = [ 2853 + "same-file", 2854 + "winapi-util", 2855 + ] 2856 + 2857 + [[package]] 2858 + name = "wasi" 2859 + version = "0.11.0+wasi-snapshot-preview1" 2860 + source = "registry+https://github.com/rust-lang/crates.io-index" 2861 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2862 + 2863 + [[package]] 2864 + name = "wasm-bindgen" 2865 + version = "0.2.89" 2866 + source = "registry+https://github.com/rust-lang/crates.io-index" 2867 + checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 2868 + dependencies = [ 2869 + "cfg-if", 2870 + "wasm-bindgen-macro", 2871 + ] 2872 + 2873 + [[package]] 2874 + name = "wasm-bindgen-backend" 2875 + version = "0.2.89" 2876 + source = "registry+https://github.com/rust-lang/crates.io-index" 2877 + checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 2878 + dependencies = [ 2879 + "bumpalo", 2880 + "log", 2881 + "once_cell", 2882 + "proc-macro2", 2883 + "quote", 2884 + "syn 2.0.41", 2885 + "wasm-bindgen-shared", 2886 + ] 2887 + 2888 + [[package]] 2889 + name = "wasm-bindgen-futures" 2890 + version = "0.4.39" 2891 + source = "registry+https://github.com/rust-lang/crates.io-index" 2892 + checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" 2893 + dependencies = [ 2894 + "cfg-if", 2895 + "js-sys", 2896 + "wasm-bindgen", 2897 + "web-sys", 2898 + ] 2899 + 2900 + [[package]] 2901 + name = "wasm-bindgen-macro" 2902 + version = "0.2.89" 2903 + source = "registry+https://github.com/rust-lang/crates.io-index" 2904 + checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 2905 + dependencies = [ 2906 + "quote", 2907 + "wasm-bindgen-macro-support", 2908 + ] 2909 + 2910 + [[package]] 2911 + name = "wasm-bindgen-macro-support" 2912 + version = "0.2.89" 2913 + source = "registry+https://github.com/rust-lang/crates.io-index" 2914 + checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 2915 + dependencies = [ 2916 + "proc-macro2", 2917 + "quote", 2918 + "syn 2.0.41", 2919 + "wasm-bindgen-backend", 2920 + "wasm-bindgen-shared", 2921 + ] 2922 + 2923 + [[package]] 2924 + name = "wasm-bindgen-shared" 2925 + version = "0.2.89" 2926 + source = "registry+https://github.com/rust-lang/crates.io-index" 2927 + checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 2928 + 2929 + [[package]] 2930 + name = "wayland-client" 2931 + version = "0.29.5" 2932 + source = "registry+https://github.com/rust-lang/crates.io-index" 2933 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 2934 + dependencies = [ 2935 + "bitflags 1.3.2", 2936 + "downcast-rs", 2937 + "libc", 2938 + "nix 0.24.3", 2939 + "scoped-tls", 2940 + "wayland-commons", 2941 + "wayland-scanner", 2942 + "wayland-sys 0.29.5", 2943 + ] 2944 + 2945 + [[package]] 2946 + name = "wayland-commons" 2947 + version = "0.29.5" 2948 + source = "registry+https://github.com/rust-lang/crates.io-index" 2949 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 2950 + dependencies = [ 2951 + "nix 0.24.3", 2952 + "once_cell", 2953 + "smallvec", 2954 + "wayland-sys 0.29.5", 2955 + ] 2956 + 2957 + [[package]] 2958 + name = "wayland-cursor" 2959 + version = "0.29.5" 2960 + source = "registry+https://github.com/rust-lang/crates.io-index" 2961 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 2962 + dependencies = [ 2963 + "nix 0.24.3", 2964 + "wayland-client", 2965 + "xcursor", 2966 + ] 2967 + 2968 + [[package]] 2969 + name = "wayland-protocols" 2970 + version = "0.29.5" 2971 + source = "registry+https://github.com/rust-lang/crates.io-index" 2972 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 2973 + dependencies = [ 2974 + "bitflags 1.3.2", 2975 + "wayland-client", 2976 + "wayland-commons", 2977 + "wayland-scanner", 2978 + ] 2979 + 2980 + [[package]] 2981 + name = "wayland-scanner" 2982 + version = "0.29.5" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 2985 + dependencies = [ 2986 + "proc-macro2", 2987 + "quote", 2988 + "xml-rs", 2989 + ] 2990 + 2991 + [[package]] 2992 + name = "wayland-sys" 2993 + version = "0.29.5" 2994 + source = "registry+https://github.com/rust-lang/crates.io-index" 2995 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 2996 + dependencies = [ 2997 + "dlib", 2998 + "lazy_static", 2999 + "pkg-config", 3000 + ] 3001 + 3002 + [[package]] 3003 + name = "wayland-sys" 3004 + version = "0.30.1" 3005 + source = "registry+https://github.com/rust-lang/crates.io-index" 3006 + checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 3007 + dependencies = [ 3008 + "dlib", 3009 + "lazy_static", 3010 + "log", 3011 + "pkg-config", 3012 + ] 3013 + 3014 + [[package]] 3015 + name = "web-sys" 3016 + version = "0.3.66" 3017 + source = "registry+https://github.com/rust-lang/crates.io-index" 3018 + checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 3019 + dependencies = [ 3020 + "js-sys", 3021 + "wasm-bindgen", 3022 + ] 3023 + 3024 + [[package]] 3025 + name = "web-time" 3026 + version = "0.2.3" 3027 + source = "registry+https://github.com/rust-lang/crates.io-index" 3028 + checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf" 3029 + dependencies = [ 3030 + "js-sys", 3031 + "wasm-bindgen", 3032 + ] 3033 + 3034 + [[package]] 3035 + name = "webbrowser" 3036 + version = "0.8.12" 3037 + source = "registry+https://github.com/rust-lang/crates.io-index" 3038 + checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71" 3039 + dependencies = [ 3040 + "core-foundation", 3041 + "home", 3042 + "jni", 3043 + "log", 3044 + "ndk-context", 3045 + "objc", 3046 + "raw-window-handle", 3047 + "url", 3048 + "web-sys", 3049 + ] 3050 + 3051 + [[package]] 3052 + name = "winapi" 3053 + version = "0.3.9" 3054 + source = "registry+https://github.com/rust-lang/crates.io-index" 3055 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3056 + dependencies = [ 3057 + "winapi-i686-pc-windows-gnu", 3058 + "winapi-x86_64-pc-windows-gnu", 3059 + ] 3060 + 3061 + [[package]] 3062 + name = "winapi-i686-pc-windows-gnu" 3063 + version = "0.4.0" 3064 + source = "registry+https://github.com/rust-lang/crates.io-index" 3065 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3066 + 3067 + [[package]] 3068 + name = "winapi-util" 3069 + version = "0.1.6" 3070 + source = "registry+https://github.com/rust-lang/crates.io-index" 3071 + checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 3072 + dependencies = [ 3073 + "winapi", 3074 + ] 3075 + 3076 + [[package]] 3077 + name = "winapi-wsapoll" 3078 + version = "0.1.1" 3079 + source = "registry+https://github.com/rust-lang/crates.io-index" 3080 + checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 3081 + dependencies = [ 3082 + "winapi", 3083 + ] 3084 + 3085 + [[package]] 3086 + name = "winapi-x86_64-pc-windows-gnu" 3087 + version = "0.4.0" 3088 + source = "registry+https://github.com/rust-lang/crates.io-index" 3089 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3090 + 3091 + [[package]] 3092 + name = "windows" 3093 + version = "0.48.0" 3094 + source = "registry+https://github.com/rust-lang/crates.io-index" 3095 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3096 + dependencies = [ 3097 + "windows-implement", 3098 + "windows-interface", 3099 + "windows-targets 0.48.5", 3100 + ] 3101 + 3102 + [[package]] 3103 + name = "windows-implement" 3104 + version = "0.48.0" 3105 + source = "registry+https://github.com/rust-lang/crates.io-index" 3106 + checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c" 3107 + dependencies = [ 3108 + "proc-macro2", 3109 + "quote", 3110 + "syn 1.0.109", 3111 + ] 3112 + 3113 + [[package]] 3114 + name = "windows-interface" 3115 + version = "0.48.0" 3116 + source = "registry+https://github.com/rust-lang/crates.io-index" 3117 + checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7" 3118 + dependencies = [ 3119 + "proc-macro2", 3120 + "quote", 3121 + "syn 1.0.109", 3122 + ] 3123 + 3124 + [[package]] 3125 + name = "windows-sys" 3126 + version = "0.45.0" 3127 + source = "registry+https://github.com/rust-lang/crates.io-index" 3128 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3129 + dependencies = [ 3130 + "windows-targets 0.42.2", 3131 + ] 3132 + 3133 + [[package]] 3134 + name = "windows-sys" 3135 + version = "0.48.0" 3136 + source = "registry+https://github.com/rust-lang/crates.io-index" 3137 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3138 + dependencies = [ 3139 + "windows-targets 0.48.5", 3140 + ] 3141 + 3142 + [[package]] 3143 + name = "windows-sys" 3144 + version = "0.52.0" 3145 + source = "registry+https://github.com/rust-lang/crates.io-index" 3146 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3147 + dependencies = [ 3148 + "windows-targets 0.52.0", 3149 + ] 3150 + 3151 + [[package]] 3152 + name = "windows-targets" 3153 + version = "0.42.2" 3154 + source = "registry+https://github.com/rust-lang/crates.io-index" 3155 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3156 + dependencies = [ 3157 + "windows_aarch64_gnullvm 0.42.2", 3158 + "windows_aarch64_msvc 0.42.2", 3159 + "windows_i686_gnu 0.42.2", 3160 + "windows_i686_msvc 0.42.2", 3161 + "windows_x86_64_gnu 0.42.2", 3162 + "windows_x86_64_gnullvm 0.42.2", 3163 + "windows_x86_64_msvc 0.42.2", 3164 + ] 3165 + 3166 + [[package]] 3167 + name = "windows-targets" 3168 + version = "0.48.5" 3169 + source = "registry+https://github.com/rust-lang/crates.io-index" 3170 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3171 + dependencies = [ 3172 + "windows_aarch64_gnullvm 0.48.5", 3173 + "windows_aarch64_msvc 0.48.5", 3174 + "windows_i686_gnu 0.48.5", 3175 + "windows_i686_msvc 0.48.5", 3176 + "windows_x86_64_gnu 0.48.5", 3177 + "windows_x86_64_gnullvm 0.48.5", 3178 + "windows_x86_64_msvc 0.48.5", 3179 + ] 3180 + 3181 + [[package]] 3182 + name = "windows-targets" 3183 + version = "0.52.0" 3184 + source = "registry+https://github.com/rust-lang/crates.io-index" 3185 + checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 3186 + dependencies = [ 3187 + "windows_aarch64_gnullvm 0.52.0", 3188 + "windows_aarch64_msvc 0.52.0", 3189 + "windows_i686_gnu 0.52.0", 3190 + "windows_i686_msvc 0.52.0", 3191 + "windows_x86_64_gnu 0.52.0", 3192 + "windows_x86_64_gnullvm 0.52.0", 3193 + "windows_x86_64_msvc 0.52.0", 3194 + ] 3195 + 3196 + [[package]] 3197 + name = "windows_aarch64_gnullvm" 3198 + version = "0.42.2" 3199 + source = "registry+https://github.com/rust-lang/crates.io-index" 3200 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3201 + 3202 + [[package]] 3203 + name = "windows_aarch64_gnullvm" 3204 + version = "0.48.5" 3205 + source = "registry+https://github.com/rust-lang/crates.io-index" 3206 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3207 + 3208 + [[package]] 3209 + name = "windows_aarch64_gnullvm" 3210 + version = "0.52.0" 3211 + source = "registry+https://github.com/rust-lang/crates.io-index" 3212 + checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 3213 + 3214 + [[package]] 3215 + name = "windows_aarch64_msvc" 3216 + version = "0.42.2" 3217 + source = "registry+https://github.com/rust-lang/crates.io-index" 3218 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3219 + 3220 + [[package]] 3221 + name = "windows_aarch64_msvc" 3222 + version = "0.48.5" 3223 + source = "registry+https://github.com/rust-lang/crates.io-index" 3224 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3225 + 3226 + [[package]] 3227 + name = "windows_aarch64_msvc" 3228 + version = "0.52.0" 3229 + source = "registry+https://github.com/rust-lang/crates.io-index" 3230 + checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 3231 + 3232 + [[package]] 3233 + name = "windows_i686_gnu" 3234 + version = "0.42.2" 3235 + source = "registry+https://github.com/rust-lang/crates.io-index" 3236 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3237 + 3238 + [[package]] 3239 + name = "windows_i686_gnu" 3240 + version = "0.48.5" 3241 + source = "registry+https://github.com/rust-lang/crates.io-index" 3242 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3243 + 3244 + [[package]] 3245 + name = "windows_i686_gnu" 3246 + version = "0.52.0" 3247 + source = "registry+https://github.com/rust-lang/crates.io-index" 3248 + checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 3249 + 3250 + [[package]] 3251 + name = "windows_i686_msvc" 3252 + version = "0.42.2" 3253 + source = "registry+https://github.com/rust-lang/crates.io-index" 3254 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3255 + 3256 + [[package]] 3257 + name = "windows_i686_msvc" 3258 + version = "0.48.5" 3259 + source = "registry+https://github.com/rust-lang/crates.io-index" 3260 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3261 + 3262 + [[package]] 3263 + name = "windows_i686_msvc" 3264 + version = "0.52.0" 3265 + source = "registry+https://github.com/rust-lang/crates.io-index" 3266 + checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 3267 + 3268 + [[package]] 3269 + name = "windows_x86_64_gnu" 3270 + version = "0.42.2" 3271 + source = "registry+https://github.com/rust-lang/crates.io-index" 3272 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3273 + 3274 + [[package]] 3275 + name = "windows_x86_64_gnu" 3276 + version = "0.48.5" 3277 + source = "registry+https://github.com/rust-lang/crates.io-index" 3278 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3279 + 3280 + [[package]] 3281 + name = "windows_x86_64_gnu" 3282 + version = "0.52.0" 3283 + source = "registry+https://github.com/rust-lang/crates.io-index" 3284 + checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 3285 + 3286 + [[package]] 3287 + name = "windows_x86_64_gnullvm" 3288 + version = "0.42.2" 3289 + source = "registry+https://github.com/rust-lang/crates.io-index" 3290 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3291 + 3292 + [[package]] 3293 + name = "windows_x86_64_gnullvm" 3294 + version = "0.48.5" 3295 + source = "registry+https://github.com/rust-lang/crates.io-index" 3296 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3297 + 3298 + [[package]] 3299 + name = "windows_x86_64_gnullvm" 3300 + version = "0.52.0" 3301 + source = "registry+https://github.com/rust-lang/crates.io-index" 3302 + checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 3303 + 3304 + [[package]] 3305 + name = "windows_x86_64_msvc" 3306 + version = "0.42.2" 3307 + source = "registry+https://github.com/rust-lang/crates.io-index" 3308 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3309 + 3310 + [[package]] 3311 + name = "windows_x86_64_msvc" 3312 + version = "0.48.5" 3313 + source = "registry+https://github.com/rust-lang/crates.io-index" 3314 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3315 + 3316 + [[package]] 3317 + name = "windows_x86_64_msvc" 3318 + version = "0.52.0" 3319 + source = "registry+https://github.com/rust-lang/crates.io-index" 3320 + checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 3321 + 3322 + [[package]] 3323 + name = "winit" 3324 + version = "0.28.7" 3325 + source = "registry+https://github.com/rust-lang/crates.io-index" 3326 + checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94" 3327 + dependencies = [ 3328 + "android-activity", 3329 + "bitflags 1.3.2", 3330 + "cfg_aliases", 3331 + "core-foundation", 3332 + "core-graphics", 3333 + "dispatch", 3334 + "instant", 3335 + "libc", 3336 + "log", 3337 + "mio", 3338 + "ndk", 3339 + "objc2", 3340 + "once_cell", 3341 + "orbclient", 3342 + "percent-encoding", 3343 + "raw-window-handle", 3344 + "redox_syscall 0.3.5", 3345 + "sctk-adwaita", 3346 + "smithay-client-toolkit", 3347 + "wasm-bindgen", 3348 + "wayland-client", 3349 + "wayland-commons", 3350 + "wayland-protocols", 3351 + "wayland-scanner", 3352 + "web-sys", 3353 + "windows-sys 0.45.0", 3354 + "x11-dl", 3355 + ] 3356 + 3357 + [[package]] 3358 + name = "winnow" 3359 + version = "0.5.28" 3360 + source = "registry+https://github.com/rust-lang/crates.io-index" 3361 + checksum = "6c830786f7720c2fd27a1a0e27a709dbd3c4d009b56d098fc742d4f4eab91fe2" 3362 + dependencies = [ 3363 + "memchr", 3364 + ] 3365 + 3366 + [[package]] 3367 + name = "x11-dl" 3368 + version = "2.21.0" 3369 + source = "registry+https://github.com/rust-lang/crates.io-index" 3370 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 3371 + dependencies = [ 3372 + "libc", 3373 + "once_cell", 3374 + "pkg-config", 3375 + ] 3376 + 3377 + [[package]] 3378 + name = "x11rb" 3379 + version = "0.12.0" 3380 + source = "registry+https://github.com/rust-lang/crates.io-index" 3381 + checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a" 3382 + dependencies = [ 3383 + "gethostname", 3384 + "nix 0.26.4", 3385 + "winapi", 3386 + "winapi-wsapoll", 3387 + "x11rb-protocol", 3388 + ] 3389 + 3390 + [[package]] 3391 + name = "x11rb-protocol" 3392 + version = "0.12.0" 3393 + source = "registry+https://github.com/rust-lang/crates.io-index" 3394 + checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc" 3395 + dependencies = [ 3396 + "nix 0.26.4", 3397 + ] 3398 + 3399 + [[package]] 3400 + name = "xcursor" 3401 + version = "0.3.5" 3402 + source = "registry+https://github.com/rust-lang/crates.io-index" 3403 + checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" 3404 + 3405 + [[package]] 3406 + name = "xdg-home" 3407 + version = "1.0.0" 3408 + source = "registry+https://github.com/rust-lang/crates.io-index" 3409 + checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 3410 + dependencies = [ 3411 + "nix 0.26.4", 3412 + "winapi", 3413 + ] 3414 + 3415 + [[package]] 3416 + name = "xml-rs" 3417 + version = "0.8.19" 3418 + source = "registry+https://github.com/rust-lang/crates.io-index" 3419 + checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 3420 + 3421 + [[package]] 3422 + name = "zbus" 3423 + version = "3.14.1" 3424 + source = "registry+https://github.com/rust-lang/crates.io-index" 3425 + checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 3426 + dependencies = [ 3427 + "async-broadcast", 3428 + "async-executor", 3429 + "async-fs", 3430 + "async-io 1.13.0", 3431 + "async-lock 2.8.0", 3432 + "async-process", 3433 + "async-recursion", 3434 + "async-task", 3435 + "async-trait", 3436 + "blocking", 3437 + "byteorder", 3438 + "derivative", 3439 + "enumflags2", 3440 + "event-listener 2.5.3", 3441 + "futures-core", 3442 + "futures-sink", 3443 + "futures-util", 3444 + "hex", 3445 + "nix 0.26.4", 3446 + "once_cell", 3447 + "ordered-stream", 3448 + "rand", 3449 + "serde", 3450 + "serde_repr", 3451 + "sha1", 3452 + "static_assertions", 3453 + "tracing", 3454 + "uds_windows", 3455 + "winapi", 3456 + "xdg-home", 3457 + "zbus_macros", 3458 + "zbus_names", 3459 + "zvariant", 3460 + ] 3461 + 3462 + [[package]] 3463 + name = "zbus_macros" 3464 + version = "3.14.1" 3465 + source = "registry+https://github.com/rust-lang/crates.io-index" 3466 + checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 3467 + dependencies = [ 3468 + "proc-macro-crate", 3469 + "proc-macro2", 3470 + "quote", 3471 + "regex", 3472 + "syn 1.0.109", 3473 + "zvariant_utils", 3474 + ] 3475 + 3476 + [[package]] 3477 + name = "zbus_names" 3478 + version = "2.6.0" 3479 + source = "registry+https://github.com/rust-lang/crates.io-index" 3480 + checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 3481 + dependencies = [ 3482 + "serde", 3483 + "static_assertions", 3484 + "zvariant", 3485 + ] 3486 + 3487 + [[package]] 3488 + name = "zerocopy" 3489 + version = "0.7.31" 3490 + source = "registry+https://github.com/rust-lang/crates.io-index" 3491 + checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d" 3492 + dependencies = [ 3493 + "zerocopy-derive", 3494 + ] 3495 + 3496 + [[package]] 3497 + name = "zerocopy-derive" 3498 + version = "0.7.31" 3499 + source = "registry+https://github.com/rust-lang/crates.io-index" 3500 + checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" 3501 + dependencies = [ 3502 + "proc-macro2", 3503 + "quote", 3504 + "syn 2.0.41", 3505 + ] 3506 + 3507 + [[package]] 3508 + name = "zvariant" 3509 + version = "3.15.0" 3510 + source = "registry+https://github.com/rust-lang/crates.io-index" 3511 + checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 3512 + dependencies = [ 3513 + "byteorder", 3514 + "enumflags2", 3515 + "libc", 3516 + "serde", 3517 + "static_assertions", 3518 + "url", 3519 + "zvariant_derive", 3520 + ] 3521 + 3522 + [[package]] 3523 + name = "zvariant_derive" 3524 + version = "3.15.0" 3525 + source = "registry+https://github.com/rust-lang/crates.io-index" 3526 + checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 3527 + dependencies = [ 3528 + "proc-macro-crate", 3529 + "proc-macro2", 3530 + "quote", 3531 + "syn 1.0.109", 3532 + "zvariant_utils", 3533 + ] 3534 + 3535 + [[package]] 3536 + name = "zvariant_utils" 3537 + version = "1.0.1" 3538 + source = "registry+https://github.com/rust-lang/crates.io-index" 3539 + checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" 3540 + dependencies = [ 3541 + "proc-macro2", 3542 + "quote", 3543 + "syn 1.0.109", 3544 + ]
+77
pkgs/by-name/co/coppwr/package.nix
···
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , libxkbcommon 6 + , pipewire 7 + , stdenv 8 + , libGL 9 + , wayland 10 + , xorg 11 + }: 12 + 13 + rustPlatform.buildRustPackage rec { 14 + pname = "coppwr"; 15 + version = "1.5.1"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "dimtpap"; 19 + repo = "coppwr"; 20 + rev = version; 21 + hash = "sha256-azho/SVGEdHXt/t6VSA0NVVfhxK9bxy4Ud68faFh5zo="; 22 + }; 23 + 24 + cargoLock = { 25 + lockFile = ./Cargo.lock; 26 + outputHashes = { 27 + "egui_node_graph-0.4.0" = "sha256-VJvALtPP/vPZQ4KLWu8diFar9vuVkbeD65Em6rod8ww="; 28 + "libspa-0.7.2" = "sha256-0TGhxHL1mkktE263ln3jnPZRkXS6+C3aPUBg86J25oM="; 29 + }; 30 + }; 31 + 32 + nativeBuildInputs = [ 33 + pkg-config 34 + rustPlatform.bindgenHook 35 + ]; 36 + 37 + buildInputs = [ 38 + libxkbcommon 39 + pipewire 40 + libGL 41 + wayland 42 + xorg.libXcursor 43 + xorg.libXi 44 + xorg.libXrandr 45 + xorg.libX11 46 + ]; 47 + 48 + preBuild = '' 49 + mkdir -p $out/share/{applications,icons/hicolor/scalable/apps,metainfo} 50 + 51 + install -m 444 \ 52 + -D $src/assets/io.github.dimtpap.coppwr.desktop \ 53 + -t $out/share/applications 54 + install -m 444 \ 55 + -D $src/assets/io.github.dimtpap.coppwr.metainfo.xml \ 56 + -t $out/share/metainfo 57 + cp $src/assets/icon/scalable.svg $out/share/icons/hicolor/scalable/apps/io.github.dimtpap.coppwr.svg 58 + for size in 32 48 64 128 256 512; do 59 + mkdir -p $out/share/icons/hicolor/"$size"x"$size"/apps 60 + cp $src/assets/icon/"$size".png $out/share/icons/hicolor/"$size"x"$size"/apps/io.github.dimtpap.coppwr.png 61 + done 62 + ''; 63 + 64 + postFixup = '' 65 + patchelf $out/bin/${pname} \ 66 + --add-rpath ${lib.makeLibraryPath [ libGL libxkbcommon wayland ]} 67 + ''; 68 + 69 + meta = with lib; { 70 + description = "Low level control GUI for the PipeWire multimedia server"; 71 + homepage = "https://github.com/dimtpap/coppwr"; 72 + license = licenses.gpl3Only; 73 + maintainers = with maintainers; [ ravenz46 ]; 74 + platforms = platforms.linux; 75 + mainProgram = "coppwr"; 76 + }; 77 + }