nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #229378 from geri1701/submit/amdgpu_top

amdgpu_top: init at 0.1.7

authored by

Lassulus and committed by
GitHub
e2adb41d ebde6264

+2166
+2139
pkgs/tools/system/amdgpu_top/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.20" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c" 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 = "adler" 23 + version = "1.0.2" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 26 + 27 + [[package]] 28 + name = "ahash" 29 + version = "0.8.3" 30 + source = "registry+https://github.com/rust-lang/crates.io-index" 31 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 32 + dependencies = [ 33 + "cfg-if", 34 + "getrandom", 35 + "once_cell", 36 + "version_check", 37 + ] 38 + 39 + [[package]] 40 + name = "amdgpu_top" 41 + version = "0.1.7" 42 + dependencies = [ 43 + "ctrlc", 44 + "cursive", 45 + "eframe", 46 + "libdrm_amdgpu_sys", 47 + "serde_json", 48 + ] 49 + 50 + [[package]] 51 + name = "android-activity" 52 + version = "0.4.1" 53 + source = "registry+https://github.com/rust-lang/crates.io-index" 54 + checksum = "7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6" 55 + dependencies = [ 56 + "android-properties", 57 + "bitflags", 58 + "cc", 59 + "jni-sys", 60 + "libc", 61 + "log", 62 + "ndk", 63 + "ndk-context", 64 + "ndk-sys", 65 + "num_enum", 66 + ] 67 + 68 + [[package]] 69 + name = "android-properties" 70 + version = "0.2.2" 71 + source = "registry+https://github.com/rust-lang/crates.io-index" 72 + checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 73 + 74 + [[package]] 75 + name = "arboard" 76 + version = "3.2.0" 77 + source = "registry+https://github.com/rust-lang/crates.io-index" 78 + checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854" 79 + dependencies = [ 80 + "clipboard-win", 81 + "log", 82 + "objc", 83 + "objc-foundation", 84 + "objc_id", 85 + "once_cell", 86 + "parking_lot", 87 + "thiserror", 88 + "winapi", 89 + "x11rb", 90 + ] 91 + 92 + [[package]] 93 + name = "arrayref" 94 + version = "0.3.7" 95 + source = "registry+https://github.com/rust-lang/crates.io-index" 96 + checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 97 + 98 + [[package]] 99 + name = "arrayvec" 100 + version = "0.7.2" 101 + source = "registry+https://github.com/rust-lang/crates.io-index" 102 + checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 103 + 104 + [[package]] 105 + name = "atomic_refcell" 106 + version = "0.1.9" 107 + source = "registry+https://github.com/rust-lang/crates.io-index" 108 + checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8" 109 + 110 + [[package]] 111 + name = "autocfg" 112 + version = "1.1.0" 113 + source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 115 + 116 + [[package]] 117 + name = "bitflags" 118 + version = "1.3.2" 119 + source = "registry+https://github.com/rust-lang/crates.io-index" 120 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 121 + 122 + [[package]] 123 + name = "block" 124 + version = "0.1.6" 125 + source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 127 + 128 + [[package]] 129 + name = "block-sys" 130 + version = "0.1.0-beta.1" 131 + source = "registry+https://github.com/rust-lang/crates.io-index" 132 + checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 133 + dependencies = [ 134 + "objc-sys", 135 + ] 136 + 137 + [[package]] 138 + name = "block2" 139 + version = "0.2.0-alpha.6" 140 + source = "registry+https://github.com/rust-lang/crates.io-index" 141 + checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 142 + dependencies = [ 143 + "block-sys", 144 + "objc2-encode", 145 + ] 146 + 147 + [[package]] 148 + name = "bumpalo" 149 + version = "3.12.0" 150 + source = "registry+https://github.com/rust-lang/crates.io-index" 151 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 152 + 153 + [[package]] 154 + name = "bytemuck" 155 + version = "1.13.1" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 158 + dependencies = [ 159 + "bytemuck_derive", 160 + ] 161 + 162 + [[package]] 163 + name = "bytemuck_derive" 164 + version = "1.4.1" 165 + source = "registry+https://github.com/rust-lang/crates.io-index" 166 + checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 167 + dependencies = [ 168 + "proc-macro2", 169 + "quote", 170 + "syn 2.0.15", 171 + ] 172 + 173 + [[package]] 174 + name = "bytes" 175 + version = "1.4.0" 176 + source = "registry+https://github.com/rust-lang/crates.io-index" 177 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 178 + 179 + [[package]] 180 + name = "calloop" 181 + version = "0.10.5" 182 + source = "registry+https://github.com/rust-lang/crates.io-index" 183 + checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192" 184 + dependencies = [ 185 + "log", 186 + "nix 0.25.1", 187 + "slotmap", 188 + "thiserror", 189 + "vec_map", 190 + ] 191 + 192 + [[package]] 193 + name = "cc" 194 + version = "1.0.79" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 197 + dependencies = [ 198 + "jobserver", 199 + ] 200 + 201 + [[package]] 202 + name = "cesu8" 203 + version = "1.1.0" 204 + source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 206 + 207 + [[package]] 208 + name = "cfg-if" 209 + version = "1.0.0" 210 + source = "registry+https://github.com/rust-lang/crates.io-index" 211 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 212 + 213 + [[package]] 214 + name = "cfg_aliases" 215 + version = "0.1.1" 216 + source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 218 + 219 + [[package]] 220 + name = "cgl" 221 + version = "0.3.2" 222 + source = "registry+https://github.com/rust-lang/crates.io-index" 223 + checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 224 + dependencies = [ 225 + "libc", 226 + ] 227 + 228 + [[package]] 229 + name = "clipboard-win" 230 + version = "4.5.0" 231 + source = "registry+https://github.com/rust-lang/crates.io-index" 232 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 233 + dependencies = [ 234 + "error-code", 235 + "str-buf", 236 + "winapi", 237 + ] 238 + 239 + [[package]] 240 + name = "combine" 241 + version = "4.6.6" 242 + source = "registry+https://github.com/rust-lang/crates.io-index" 243 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 244 + dependencies = [ 245 + "bytes", 246 + "memchr", 247 + ] 248 + 249 + [[package]] 250 + name = "core-foundation" 251 + version = "0.9.3" 252 + source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 254 + dependencies = [ 255 + "core-foundation-sys", 256 + "libc", 257 + ] 258 + 259 + [[package]] 260 + name = "core-foundation-sys" 261 + version = "0.8.4" 262 + source = "registry+https://github.com/rust-lang/crates.io-index" 263 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 264 + 265 + [[package]] 266 + name = "core-graphics" 267 + version = "0.22.3" 268 + source = "registry+https://github.com/rust-lang/crates.io-index" 269 + checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 270 + dependencies = [ 271 + "bitflags", 272 + "core-foundation", 273 + "core-graphics-types", 274 + "foreign-types", 275 + "libc", 276 + ] 277 + 278 + [[package]] 279 + name = "core-graphics-types" 280 + version = "0.1.1" 281 + source = "registry+https://github.com/rust-lang/crates.io-index" 282 + checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 283 + dependencies = [ 284 + "bitflags", 285 + "core-foundation", 286 + "foreign-types", 287 + "libc", 288 + ] 289 + 290 + [[package]] 291 + name = "crc32fast" 292 + version = "1.3.2" 293 + source = "registry+https://github.com/rust-lang/crates.io-index" 294 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 295 + dependencies = [ 296 + "cfg-if", 297 + ] 298 + 299 + [[package]] 300 + name = "crossbeam-channel" 301 + version = "0.5.7" 302 + source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 304 + dependencies = [ 305 + "cfg-if", 306 + "crossbeam-utils", 307 + ] 308 + 309 + [[package]] 310 + name = "crossbeam-utils" 311 + version = "0.8.15" 312 + source = "registry+https://github.com/rust-lang/crates.io-index" 313 + checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 314 + dependencies = [ 315 + "cfg-if", 316 + ] 317 + 318 + [[package]] 319 + name = "crossterm" 320 + version = "0.25.0" 321 + source = "registry+https://github.com/rust-lang/crates.io-index" 322 + checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 323 + dependencies = [ 324 + "bitflags", 325 + "crossterm_winapi", 326 + "libc", 327 + "mio", 328 + "parking_lot", 329 + "signal-hook", 330 + "signal-hook-mio", 331 + "winapi", 332 + ] 333 + 334 + [[package]] 335 + name = "crossterm_winapi" 336 + version = "0.9.0" 337 + source = "registry+https://github.com/rust-lang/crates.io-index" 338 + checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 339 + dependencies = [ 340 + "winapi", 341 + ] 342 + 343 + [[package]] 344 + name = "ctrlc" 345 + version = "3.2.5" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" 348 + dependencies = [ 349 + "nix 0.26.2", 350 + "windows-sys", 351 + ] 352 + 353 + [[package]] 354 + name = "cursive" 355 + version = "0.20.0" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "5438eb16bdd8af51b31e74764fef5d0a9260227a5ec82ba75c9d11ce46595839" 358 + dependencies = [ 359 + "ahash", 360 + "cfg-if", 361 + "crossbeam-channel", 362 + "crossterm", 363 + "cursive_core", 364 + "lazy_static", 365 + "libc", 366 + "log", 367 + "signal-hook", 368 + "unicode-segmentation", 369 + "unicode-width", 370 + ] 371 + 372 + [[package]] 373 + name = "cursive_core" 374 + version = "0.3.7" 375 + source = "registry+https://github.com/rust-lang/crates.io-index" 376 + checksum = "4db3b58161228d0dcb45c7968c5e74c3f03ad39e8983e58ad7d57061aa2cd94d" 377 + dependencies = [ 378 + "ahash", 379 + "crossbeam-channel", 380 + "enum-map", 381 + "enumset", 382 + "lazy_static", 383 + "log", 384 + "num", 385 + "owning_ref", 386 + "time", 387 + "unicode-segmentation", 388 + "unicode-width", 389 + "xi-unicode", 390 + ] 391 + 392 + [[package]] 393 + name = "darling" 394 + version = "0.14.4" 395 + source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 397 + dependencies = [ 398 + "darling_core", 399 + "darling_macro", 400 + ] 401 + 402 + [[package]] 403 + name = "darling_core" 404 + version = "0.14.4" 405 + source = "registry+https://github.com/rust-lang/crates.io-index" 406 + checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 407 + dependencies = [ 408 + "fnv", 409 + "ident_case", 410 + "proc-macro2", 411 + "quote", 412 + "syn 1.0.109", 413 + ] 414 + 415 + [[package]] 416 + name = "darling_macro" 417 + version = "0.14.4" 418 + source = "registry+https://github.com/rust-lang/crates.io-index" 419 + checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 420 + dependencies = [ 421 + "darling_core", 422 + "quote", 423 + "syn 1.0.109", 424 + ] 425 + 426 + [[package]] 427 + name = "dirs" 428 + version = "4.0.0" 429 + source = "registry+https://github.com/rust-lang/crates.io-index" 430 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 431 + dependencies = [ 432 + "dirs-sys", 433 + ] 434 + 435 + [[package]] 436 + name = "dirs-sys" 437 + version = "0.3.7" 438 + source = "registry+https://github.com/rust-lang/crates.io-index" 439 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 440 + dependencies = [ 441 + "libc", 442 + "redox_users", 443 + "winapi", 444 + ] 445 + 446 + [[package]] 447 + name = "dispatch" 448 + version = "0.2.0" 449 + source = "registry+https://github.com/rust-lang/crates.io-index" 450 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 451 + 452 + [[package]] 453 + name = "dlib" 454 + version = "0.5.0" 455 + source = "registry+https://github.com/rust-lang/crates.io-index" 456 + checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 457 + dependencies = [ 458 + "libloading", 459 + ] 460 + 461 + [[package]] 462 + name = "downcast-rs" 463 + version = "1.2.0" 464 + source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 466 + 467 + [[package]] 468 + name = "ecolor" 469 + version = "0.21.0" 470 + source = "registry+https://github.com/rust-lang/crates.io-index" 471 + checksum = "1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9" 472 + dependencies = [ 473 + "bytemuck", 474 + ] 475 + 476 + [[package]] 477 + name = "eframe" 478 + version = "0.21.3" 479 + source = "registry+https://github.com/rust-lang/crates.io-index" 480 + checksum = "3df3ce60931e5f2d83bab4484d1a283908534d5308cc6b0c5c22c59cd15ee7cc" 481 + dependencies = [ 482 + "bytemuck", 483 + "egui", 484 + "egui-winit", 485 + "egui_glow", 486 + "glow", 487 + "glutin", 488 + "glutin-winit", 489 + "js-sys", 490 + "percent-encoding", 491 + "raw-window-handle", 492 + "thiserror", 493 + "tracing", 494 + "wasm-bindgen", 495 + "wasm-bindgen-futures", 496 + "web-sys", 497 + "winit", 498 + ] 499 + 500 + [[package]] 501 + name = "egui" 502 + version = "0.21.0" 503 + source = "registry+https://github.com/rust-lang/crates.io-index" 504 + checksum = "6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe" 505 + dependencies = [ 506 + "ahash", 507 + "epaint", 508 + "nohash-hasher", 509 + "tracing", 510 + ] 511 + 512 + [[package]] 513 + name = "egui-winit" 514 + version = "0.21.1" 515 + source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "ab43597ba41f0ce39a364ad83185594578bfd8b3409b99dbcbb01df23afc3dbb" 517 + dependencies = [ 518 + "android-activity", 519 + "arboard", 520 + "egui", 521 + "instant", 522 + "smithay-clipboard", 523 + "tracing", 524 + "webbrowser", 525 + "winit", 526 + ] 527 + 528 + [[package]] 529 + name = "egui_glow" 530 + version = "0.21.0" 531 + source = "registry+https://github.com/rust-lang/crates.io-index" 532 + checksum = "8257332fb168a965b3dca81d6a344e053153773c889cabdba0b3b76f1629ae81" 533 + dependencies = [ 534 + "bytemuck", 535 + "egui", 536 + "glow", 537 + "memoffset", 538 + "tracing", 539 + "wasm-bindgen", 540 + "web-sys", 541 + ] 542 + 543 + [[package]] 544 + name = "emath" 545 + version = "0.21.0" 546 + source = "registry+https://github.com/rust-lang/crates.io-index" 547 + checksum = "b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e" 548 + dependencies = [ 549 + "bytemuck", 550 + ] 551 + 552 + [[package]] 553 + name = "enum-map" 554 + version = "2.5.0" 555 + source = "registry+https://github.com/rust-lang/crates.io-index" 556 + checksum = "988f0d17a0fa38291e5f41f71ea8d46a5d5497b9054d5a759fae2cbb819f2356" 557 + dependencies = [ 558 + "enum-map-derive", 559 + ] 560 + 561 + [[package]] 562 + name = "enum-map-derive" 563 + version = "0.11.0" 564 + source = "registry+https://github.com/rust-lang/crates.io-index" 565 + checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2" 566 + dependencies = [ 567 + "proc-macro2", 568 + "quote", 569 + "syn 1.0.109", 570 + ] 571 + 572 + [[package]] 573 + name = "enumset" 574 + version = "1.0.12" 575 + source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753" 577 + dependencies = [ 578 + "enumset_derive", 579 + ] 580 + 581 + [[package]] 582 + name = "enumset_derive" 583 + version = "0.6.1" 584 + source = "registry+https://github.com/rust-lang/crates.io-index" 585 + checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0" 586 + dependencies = [ 587 + "darling", 588 + "proc-macro2", 589 + "quote", 590 + "syn 1.0.109", 591 + ] 592 + 593 + [[package]] 594 + name = "epaint" 595 + version = "0.21.0" 596 + source = "registry+https://github.com/rust-lang/crates.io-index" 597 + checksum = "12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95" 598 + dependencies = [ 599 + "ab_glyph", 600 + "ahash", 601 + "atomic_refcell", 602 + "bytemuck", 603 + "ecolor", 604 + "emath", 605 + "nohash-hasher", 606 + "parking_lot", 607 + ] 608 + 609 + [[package]] 610 + name = "error-code" 611 + version = "2.3.1" 612 + source = "registry+https://github.com/rust-lang/crates.io-index" 613 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 614 + dependencies = [ 615 + "libc", 616 + "str-buf", 617 + ] 618 + 619 + [[package]] 620 + name = "fdeflate" 621 + version = "0.3.0" 622 + source = "registry+https://github.com/rust-lang/crates.io-index" 623 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 624 + dependencies = [ 625 + "simd-adler32", 626 + ] 627 + 628 + [[package]] 629 + name = "flate2" 630 + version = "1.0.25" 631 + source = "registry+https://github.com/rust-lang/crates.io-index" 632 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 633 + dependencies = [ 634 + "crc32fast", 635 + "miniz_oxide 0.6.2", 636 + ] 637 + 638 + [[package]] 639 + name = "fnv" 640 + version = "1.0.7" 641 + source = "registry+https://github.com/rust-lang/crates.io-index" 642 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 643 + 644 + [[package]] 645 + name = "foreign-types" 646 + version = "0.3.2" 647 + source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 649 + dependencies = [ 650 + "foreign-types-shared", 651 + ] 652 + 653 + [[package]] 654 + name = "foreign-types-shared" 655 + version = "0.1.1" 656 + source = "registry+https://github.com/rust-lang/crates.io-index" 657 + checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 658 + 659 + [[package]] 660 + name = "form_urlencoded" 661 + version = "1.1.0" 662 + source = "registry+https://github.com/rust-lang/crates.io-index" 663 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 664 + dependencies = [ 665 + "percent-encoding", 666 + ] 667 + 668 + [[package]] 669 + name = "gethostname" 670 + version = "0.2.3" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 673 + dependencies = [ 674 + "libc", 675 + "winapi", 676 + ] 677 + 678 + [[package]] 679 + name = "getrandom" 680 + version = "0.2.9" 681 + source = "registry+https://github.com/rust-lang/crates.io-index" 682 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 683 + dependencies = [ 684 + "cfg-if", 685 + "libc", 686 + "wasi", 687 + ] 688 + 689 + [[package]] 690 + name = "gl_generator" 691 + version = "0.14.0" 692 + source = "registry+https://github.com/rust-lang/crates.io-index" 693 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 694 + dependencies = [ 695 + "khronos_api", 696 + "log", 697 + "xml-rs", 698 + ] 699 + 700 + [[package]] 701 + name = "glow" 702 + version = "0.12.1" 703 + source = "registry+https://github.com/rust-lang/crates.io-index" 704 + checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1" 705 + dependencies = [ 706 + "js-sys", 707 + "slotmap", 708 + "wasm-bindgen", 709 + "web-sys", 710 + ] 711 + 712 + [[package]] 713 + name = "glutin" 714 + version = "0.30.7" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15" 717 + dependencies = [ 718 + "bitflags", 719 + "cfg_aliases", 720 + "cgl", 721 + "core-foundation", 722 + "dispatch", 723 + "glutin_egl_sys", 724 + "glutin_glx_sys", 725 + "glutin_wgl_sys", 726 + "libloading", 727 + "objc2", 728 + "once_cell", 729 + "raw-window-handle", 730 + "wayland-sys 0.30.1", 731 + "windows-sys", 732 + "x11-dl", 733 + ] 734 + 735 + [[package]] 736 + name = "glutin-winit" 737 + version = "0.3.0" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4" 740 + dependencies = [ 741 + "cfg_aliases", 742 + "glutin", 743 + "raw-window-handle", 744 + "winit", 745 + ] 746 + 747 + [[package]] 748 + name = "glutin_egl_sys" 749 + version = "0.4.0" 750 + source = "registry+https://github.com/rust-lang/crates.io-index" 751 + checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d" 752 + dependencies = [ 753 + "gl_generator", 754 + "windows-sys", 755 + ] 756 + 757 + [[package]] 758 + name = "glutin_glx_sys" 759 + version = "0.4.0" 760 + source = "registry+https://github.com/rust-lang/crates.io-index" 761 + checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494" 762 + dependencies = [ 763 + "gl_generator", 764 + "x11-dl", 765 + ] 766 + 767 + [[package]] 768 + name = "glutin_wgl_sys" 769 + version = "0.4.0" 770 + source = "registry+https://github.com/rust-lang/crates.io-index" 771 + checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165" 772 + dependencies = [ 773 + "gl_generator", 774 + ] 775 + 776 + [[package]] 777 + name = "hashbrown" 778 + version = "0.12.3" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 781 + 782 + [[package]] 783 + name = "ident_case" 784 + version = "1.0.1" 785 + source = "registry+https://github.com/rust-lang/crates.io-index" 786 + checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 787 + 788 + [[package]] 789 + name = "idna" 790 + version = "0.3.0" 791 + source = "registry+https://github.com/rust-lang/crates.io-index" 792 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 793 + dependencies = [ 794 + "unicode-bidi", 795 + "unicode-normalization", 796 + ] 797 + 798 + [[package]] 799 + name = "indexmap" 800 + version = "1.9.3" 801 + source = "registry+https://github.com/rust-lang/crates.io-index" 802 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 803 + dependencies = [ 804 + "autocfg", 805 + "hashbrown", 806 + ] 807 + 808 + [[package]] 809 + name = "instant" 810 + version = "0.1.12" 811 + source = "registry+https://github.com/rust-lang/crates.io-index" 812 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 813 + dependencies = [ 814 + "cfg-if", 815 + "js-sys", 816 + "wasm-bindgen", 817 + "web-sys", 818 + ] 819 + 820 + [[package]] 821 + name = "itoa" 822 + version = "1.0.6" 823 + source = "registry+https://github.com/rust-lang/crates.io-index" 824 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 825 + 826 + [[package]] 827 + name = "jni" 828 + version = "0.21.1" 829 + source = "registry+https://github.com/rust-lang/crates.io-index" 830 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 831 + dependencies = [ 832 + "cesu8", 833 + "cfg-if", 834 + "combine", 835 + "jni-sys", 836 + "log", 837 + "thiserror", 838 + "walkdir", 839 + "windows-sys", 840 + ] 841 + 842 + [[package]] 843 + name = "jni-sys" 844 + version = "0.3.0" 845 + source = "registry+https://github.com/rust-lang/crates.io-index" 846 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 847 + 848 + [[package]] 849 + name = "jobserver" 850 + version = "0.1.26" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 853 + dependencies = [ 854 + "libc", 855 + ] 856 + 857 + [[package]] 858 + name = "js-sys" 859 + version = "0.3.61" 860 + source = "registry+https://github.com/rust-lang/crates.io-index" 861 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 862 + dependencies = [ 863 + "wasm-bindgen", 864 + ] 865 + 866 + [[package]] 867 + name = "khronos_api" 868 + version = "3.1.0" 869 + source = "registry+https://github.com/rust-lang/crates.io-index" 870 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 871 + 872 + [[package]] 873 + name = "lazy_static" 874 + version = "1.4.0" 875 + source = "registry+https://github.com/rust-lang/crates.io-index" 876 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 877 + 878 + [[package]] 879 + name = "libc" 880 + version = "0.2.141" 881 + source = "registry+https://github.com/rust-lang/crates.io-index" 882 + checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 883 + 884 + [[package]] 885 + name = "libdrm_amdgpu_sys" 886 + version = "0.1.2" 887 + source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "a57f94df94d4505d89064895cd70d0ac0adb70fd9cac7a14bf53f3ce78785c4a" 889 + 890 + [[package]] 891 + name = "libloading" 892 + version = "0.7.4" 893 + source = "registry+https://github.com/rust-lang/crates.io-index" 894 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 895 + dependencies = [ 896 + "cfg-if", 897 + "winapi", 898 + ] 899 + 900 + [[package]] 901 + name = "lock_api" 902 + version = "0.4.9" 903 + source = "registry+https://github.com/rust-lang/crates.io-index" 904 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 905 + dependencies = [ 906 + "autocfg", 907 + "scopeguard", 908 + ] 909 + 910 + [[package]] 911 + name = "log" 912 + version = "0.4.17" 913 + source = "registry+https://github.com/rust-lang/crates.io-index" 914 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 915 + dependencies = [ 916 + "cfg-if", 917 + ] 918 + 919 + [[package]] 920 + name = "malloc_buf" 921 + version = "0.0.6" 922 + source = "registry+https://github.com/rust-lang/crates.io-index" 923 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 924 + dependencies = [ 925 + "libc", 926 + ] 927 + 928 + [[package]] 929 + name = "memchr" 930 + version = "2.5.0" 931 + source = "registry+https://github.com/rust-lang/crates.io-index" 932 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 933 + 934 + [[package]] 935 + name = "memmap2" 936 + version = "0.5.10" 937 + source = "registry+https://github.com/rust-lang/crates.io-index" 938 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 939 + dependencies = [ 940 + "libc", 941 + ] 942 + 943 + [[package]] 944 + name = "memoffset" 945 + version = "0.6.5" 946 + source = "registry+https://github.com/rust-lang/crates.io-index" 947 + checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 948 + dependencies = [ 949 + "autocfg", 950 + ] 951 + 952 + [[package]] 953 + name = "minimal-lexical" 954 + version = "0.2.1" 955 + source = "registry+https://github.com/rust-lang/crates.io-index" 956 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 957 + 958 + [[package]] 959 + name = "miniz_oxide" 960 + version = "0.6.2" 961 + source = "registry+https://github.com/rust-lang/crates.io-index" 962 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 963 + dependencies = [ 964 + "adler", 965 + ] 966 + 967 + [[package]] 968 + name = "miniz_oxide" 969 + version = "0.7.1" 970 + source = "registry+https://github.com/rust-lang/crates.io-index" 971 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 972 + dependencies = [ 973 + "adler", 974 + "simd-adler32", 975 + ] 976 + 977 + [[package]] 978 + name = "mio" 979 + version = "0.8.6" 980 + source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 982 + dependencies = [ 983 + "libc", 984 + "log", 985 + "wasi", 986 + "windows-sys", 987 + ] 988 + 989 + [[package]] 990 + name = "ndk" 991 + version = "0.7.0" 992 + source = "registry+https://github.com/rust-lang/crates.io-index" 993 + checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 994 + dependencies = [ 995 + "bitflags", 996 + "jni-sys", 997 + "ndk-sys", 998 + "num_enum", 999 + "raw-window-handle", 1000 + "thiserror", 1001 + ] 1002 + 1003 + [[package]] 1004 + name = "ndk-context" 1005 + version = "0.1.1" 1006 + source = "registry+https://github.com/rust-lang/crates.io-index" 1007 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 1008 + 1009 + [[package]] 1010 + name = "ndk-sys" 1011 + version = "0.4.1+23.1.7779620" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 1014 + dependencies = [ 1015 + "jni-sys", 1016 + ] 1017 + 1018 + [[package]] 1019 + name = "nix" 1020 + version = "0.24.3" 1021 + source = "registry+https://github.com/rust-lang/crates.io-index" 1022 + checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 1023 + dependencies = [ 1024 + "bitflags", 1025 + "cfg-if", 1026 + "libc", 1027 + "memoffset", 1028 + ] 1029 + 1030 + [[package]] 1031 + name = "nix" 1032 + version = "0.25.1" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 1035 + dependencies = [ 1036 + "autocfg", 1037 + "bitflags", 1038 + "cfg-if", 1039 + "libc", 1040 + "memoffset", 1041 + ] 1042 + 1043 + [[package]] 1044 + name = "nix" 1045 + version = "0.26.2" 1046 + source = "registry+https://github.com/rust-lang/crates.io-index" 1047 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1048 + dependencies = [ 1049 + "bitflags", 1050 + "cfg-if", 1051 + "libc", 1052 + "static_assertions", 1053 + ] 1054 + 1055 + [[package]] 1056 + name = "nohash-hasher" 1057 + version = "0.2.0" 1058 + source = "registry+https://github.com/rust-lang/crates.io-index" 1059 + checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 1060 + 1061 + [[package]] 1062 + name = "nom" 1063 + version = "7.1.3" 1064 + source = "registry+https://github.com/rust-lang/crates.io-index" 1065 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1066 + dependencies = [ 1067 + "memchr", 1068 + "minimal-lexical", 1069 + ] 1070 + 1071 + [[package]] 1072 + name = "num" 1073 + version = "0.4.0" 1074 + source = "registry+https://github.com/rust-lang/crates.io-index" 1075 + checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" 1076 + dependencies = [ 1077 + "num-complex", 1078 + "num-integer", 1079 + "num-iter", 1080 + "num-rational", 1081 + "num-traits", 1082 + ] 1083 + 1084 + [[package]] 1085 + name = "num-complex" 1086 + version = "0.4.3" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 1089 + dependencies = [ 1090 + "num-traits", 1091 + ] 1092 + 1093 + [[package]] 1094 + name = "num-integer" 1095 + version = "0.1.45" 1096 + source = "registry+https://github.com/rust-lang/crates.io-index" 1097 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1098 + dependencies = [ 1099 + "autocfg", 1100 + "num-traits", 1101 + ] 1102 + 1103 + [[package]] 1104 + name = "num-iter" 1105 + version = "0.1.43" 1106 + source = "registry+https://github.com/rust-lang/crates.io-index" 1107 + checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 1108 + dependencies = [ 1109 + "autocfg", 1110 + "num-integer", 1111 + "num-traits", 1112 + ] 1113 + 1114 + [[package]] 1115 + name = "num-rational" 1116 + version = "0.4.1" 1117 + source = "registry+https://github.com/rust-lang/crates.io-index" 1118 + checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1119 + dependencies = [ 1120 + "autocfg", 1121 + "num-integer", 1122 + "num-traits", 1123 + ] 1124 + 1125 + [[package]] 1126 + name = "num-traits" 1127 + version = "0.2.15" 1128 + source = "registry+https://github.com/rust-lang/crates.io-index" 1129 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1130 + dependencies = [ 1131 + "autocfg", 1132 + ] 1133 + 1134 + [[package]] 1135 + name = "num_enum" 1136 + version = "0.5.11" 1137 + source = "registry+https://github.com/rust-lang/crates.io-index" 1138 + checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 1139 + dependencies = [ 1140 + "num_enum_derive", 1141 + ] 1142 + 1143 + [[package]] 1144 + name = "num_enum_derive" 1145 + version = "0.5.11" 1146 + source = "registry+https://github.com/rust-lang/crates.io-index" 1147 + checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 1148 + dependencies = [ 1149 + "proc-macro-crate", 1150 + "proc-macro2", 1151 + "quote", 1152 + "syn 1.0.109", 1153 + ] 1154 + 1155 + [[package]] 1156 + name = "num_threads" 1157 + version = "0.1.6" 1158 + source = "registry+https://github.com/rust-lang/crates.io-index" 1159 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1160 + dependencies = [ 1161 + "libc", 1162 + ] 1163 + 1164 + [[package]] 1165 + name = "objc" 1166 + version = "0.2.7" 1167 + source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1169 + dependencies = [ 1170 + "malloc_buf", 1171 + ] 1172 + 1173 + [[package]] 1174 + name = "objc-foundation" 1175 + version = "0.1.1" 1176 + source = "registry+https://github.com/rust-lang/crates.io-index" 1177 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1178 + dependencies = [ 1179 + "block", 1180 + "objc", 1181 + "objc_id", 1182 + ] 1183 + 1184 + [[package]] 1185 + name = "objc-sys" 1186 + version = "0.2.0-beta.2" 1187 + source = "registry+https://github.com/rust-lang/crates.io-index" 1188 + checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 1189 + 1190 + [[package]] 1191 + name = "objc2" 1192 + version = "0.3.0-beta.3" 1193 + source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + checksum = "fe31e5425d3d0b89a15982c024392815da40689aceb34bad364d58732bcfd649" 1195 + dependencies = [ 1196 + "block2", 1197 + "objc-sys", 1198 + "objc2-encode", 1199 + ] 1200 + 1201 + [[package]] 1202 + name = "objc2-encode" 1203 + version = "2.0.0-pre.2" 1204 + source = "registry+https://github.com/rust-lang/crates.io-index" 1205 + checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 1206 + dependencies = [ 1207 + "objc-sys", 1208 + ] 1209 + 1210 + [[package]] 1211 + name = "objc_id" 1212 + version = "0.1.1" 1213 + source = "registry+https://github.com/rust-lang/crates.io-index" 1214 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1215 + dependencies = [ 1216 + "objc", 1217 + ] 1218 + 1219 + [[package]] 1220 + name = "once_cell" 1221 + version = "1.17.1" 1222 + source = "registry+https://github.com/rust-lang/crates.io-index" 1223 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1224 + 1225 + [[package]] 1226 + name = "orbclient" 1227 + version = "0.3.44" 1228 + source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + checksum = "0e9829e16c5e112e94efb5e2ad1fe17f8c1c99bb0fcdc8c65c44e935d904767d" 1230 + dependencies = [ 1231 + "cfg-if", 1232 + "redox_syscall 0.2.16", 1233 + "wasm-bindgen", 1234 + "web-sys", 1235 + ] 1236 + 1237 + [[package]] 1238 + name = "owned_ttf_parser" 1239 + version = "0.18.1" 1240 + source = "registry+https://github.com/rust-lang/crates.io-index" 1241 + checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228" 1242 + dependencies = [ 1243 + "ttf-parser", 1244 + ] 1245 + 1246 + [[package]] 1247 + name = "owning_ref" 1248 + version = "0.4.1" 1249 + source = "registry+https://github.com/rust-lang/crates.io-index" 1250 + checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce" 1251 + dependencies = [ 1252 + "stable_deref_trait", 1253 + ] 1254 + 1255 + [[package]] 1256 + name = "parking_lot" 1257 + version = "0.12.1" 1258 + source = "registry+https://github.com/rust-lang/crates.io-index" 1259 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1260 + dependencies = [ 1261 + "lock_api", 1262 + "parking_lot_core", 1263 + ] 1264 + 1265 + [[package]] 1266 + name = "parking_lot_core" 1267 + version = "0.9.7" 1268 + source = "registry+https://github.com/rust-lang/crates.io-index" 1269 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1270 + dependencies = [ 1271 + "cfg-if", 1272 + "libc", 1273 + "redox_syscall 0.2.16", 1274 + "smallvec", 1275 + "windows-sys", 1276 + ] 1277 + 1278 + [[package]] 1279 + name = "percent-encoding" 1280 + version = "2.2.0" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1283 + 1284 + [[package]] 1285 + name = "pin-project-lite" 1286 + version = "0.2.9" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1289 + 1290 + [[package]] 1291 + name = "pkg-config" 1292 + version = "0.3.26" 1293 + source = "registry+https://github.com/rust-lang/crates.io-index" 1294 + checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 1295 + 1296 + [[package]] 1297 + name = "png" 1298 + version = "0.17.8" 1299 + source = "registry+https://github.com/rust-lang/crates.io-index" 1300 + checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 1301 + dependencies = [ 1302 + "bitflags", 1303 + "crc32fast", 1304 + "fdeflate", 1305 + "flate2", 1306 + "miniz_oxide 0.7.1", 1307 + ] 1308 + 1309 + [[package]] 1310 + name = "proc-macro-crate" 1311 + version = "1.3.1" 1312 + source = "registry+https://github.com/rust-lang/crates.io-index" 1313 + checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 1314 + dependencies = [ 1315 + "once_cell", 1316 + "toml_edit", 1317 + ] 1318 + 1319 + [[package]] 1320 + name = "proc-macro2" 1321 + version = "1.0.56" 1322 + source = "registry+https://github.com/rust-lang/crates.io-index" 1323 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1324 + dependencies = [ 1325 + "unicode-ident", 1326 + ] 1327 + 1328 + [[package]] 1329 + name = "quote" 1330 + version = "1.0.26" 1331 + source = "registry+https://github.com/rust-lang/crates.io-index" 1332 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1333 + dependencies = [ 1334 + "proc-macro2", 1335 + ] 1336 + 1337 + [[package]] 1338 + name = "raw-window-handle" 1339 + version = "0.5.2" 1340 + source = "registry+https://github.com/rust-lang/crates.io-index" 1341 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 1342 + 1343 + [[package]] 1344 + name = "redox_syscall" 1345 + version = "0.2.16" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1348 + dependencies = [ 1349 + "bitflags", 1350 + ] 1351 + 1352 + [[package]] 1353 + name = "redox_syscall" 1354 + version = "0.3.5" 1355 + source = "registry+https://github.com/rust-lang/crates.io-index" 1356 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1357 + dependencies = [ 1358 + "bitflags", 1359 + ] 1360 + 1361 + [[package]] 1362 + name = "redox_users" 1363 + version = "0.4.3" 1364 + source = "registry+https://github.com/rust-lang/crates.io-index" 1365 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1366 + dependencies = [ 1367 + "getrandom", 1368 + "redox_syscall 0.2.16", 1369 + "thiserror", 1370 + ] 1371 + 1372 + [[package]] 1373 + name = "ryu" 1374 + version = "1.0.13" 1375 + source = "registry+https://github.com/rust-lang/crates.io-index" 1376 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1377 + 1378 + [[package]] 1379 + name = "same-file" 1380 + version = "1.0.6" 1381 + source = "registry+https://github.com/rust-lang/crates.io-index" 1382 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1383 + dependencies = [ 1384 + "winapi-util", 1385 + ] 1386 + 1387 + [[package]] 1388 + name = "scoped-tls" 1389 + version = "1.0.1" 1390 + source = "registry+https://github.com/rust-lang/crates.io-index" 1391 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1392 + 1393 + [[package]] 1394 + name = "scopeguard" 1395 + version = "1.1.0" 1396 + source = "registry+https://github.com/rust-lang/crates.io-index" 1397 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1398 + 1399 + [[package]] 1400 + name = "sctk-adwaita" 1401 + version = "0.5.4" 1402 + source = "registry+https://github.com/rust-lang/crates.io-index" 1403 + checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09" 1404 + dependencies = [ 1405 + "ab_glyph", 1406 + "log", 1407 + "memmap2", 1408 + "smithay-client-toolkit", 1409 + "tiny-skia", 1410 + ] 1411 + 1412 + [[package]] 1413 + name = "serde" 1414 + version = "1.0.159" 1415 + source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 1417 + 1418 + [[package]] 1419 + name = "serde_json" 1420 + version = "1.0.95" 1421 + source = "registry+https://github.com/rust-lang/crates.io-index" 1422 + checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 1423 + dependencies = [ 1424 + "itoa", 1425 + "ryu", 1426 + "serde", 1427 + ] 1428 + 1429 + [[package]] 1430 + name = "signal-hook" 1431 + version = "0.3.15" 1432 + source = "registry+https://github.com/rust-lang/crates.io-index" 1433 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1434 + dependencies = [ 1435 + "libc", 1436 + "signal-hook-registry", 1437 + ] 1438 + 1439 + [[package]] 1440 + name = "signal-hook-mio" 1441 + version = "0.2.3" 1442 + source = "registry+https://github.com/rust-lang/crates.io-index" 1443 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 1444 + dependencies = [ 1445 + "libc", 1446 + "mio", 1447 + "signal-hook", 1448 + ] 1449 + 1450 + [[package]] 1451 + name = "signal-hook-registry" 1452 + version = "1.4.1" 1453 + source = "registry+https://github.com/rust-lang/crates.io-index" 1454 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1455 + dependencies = [ 1456 + "libc", 1457 + ] 1458 + 1459 + [[package]] 1460 + name = "simd-adler32" 1461 + version = "0.3.5" 1462 + source = "registry+https://github.com/rust-lang/crates.io-index" 1463 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 1464 + 1465 + [[package]] 1466 + name = "slotmap" 1467 + version = "1.0.6" 1468 + source = "registry+https://github.com/rust-lang/crates.io-index" 1469 + checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 1470 + dependencies = [ 1471 + "version_check", 1472 + ] 1473 + 1474 + [[package]] 1475 + name = "smallvec" 1476 + version = "1.10.0" 1477 + source = "registry+https://github.com/rust-lang/crates.io-index" 1478 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1479 + 1480 + [[package]] 1481 + name = "smithay-client-toolkit" 1482 + version = "0.16.0" 1483 + source = "registry+https://github.com/rust-lang/crates.io-index" 1484 + checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 1485 + dependencies = [ 1486 + "bitflags", 1487 + "calloop", 1488 + "dlib", 1489 + "lazy_static", 1490 + "log", 1491 + "memmap2", 1492 + "nix 0.24.3", 1493 + "pkg-config", 1494 + "wayland-client", 1495 + "wayland-cursor", 1496 + "wayland-protocols", 1497 + ] 1498 + 1499 + [[package]] 1500 + name = "smithay-clipboard" 1501 + version = "0.6.6" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 1504 + dependencies = [ 1505 + "smithay-client-toolkit", 1506 + "wayland-client", 1507 + ] 1508 + 1509 + [[package]] 1510 + name = "stable_deref_trait" 1511 + version = "1.2.0" 1512 + source = "registry+https://github.com/rust-lang/crates.io-index" 1513 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1514 + 1515 + [[package]] 1516 + name = "static_assertions" 1517 + version = "1.1.0" 1518 + source = "registry+https://github.com/rust-lang/crates.io-index" 1519 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1520 + 1521 + [[package]] 1522 + name = "str-buf" 1523 + version = "1.0.6" 1524 + source = "registry+https://github.com/rust-lang/crates.io-index" 1525 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 1526 + 1527 + [[package]] 1528 + name = "strict-num" 1529 + version = "0.1.0" 1530 + source = "registry+https://github.com/rust-lang/crates.io-index" 1531 + checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1" 1532 + 1533 + [[package]] 1534 + name = "syn" 1535 + version = "1.0.109" 1536 + source = "registry+https://github.com/rust-lang/crates.io-index" 1537 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1538 + dependencies = [ 1539 + "proc-macro2", 1540 + "quote", 1541 + "unicode-ident", 1542 + ] 1543 + 1544 + [[package]] 1545 + name = "syn" 1546 + version = "2.0.15" 1547 + source = "registry+https://github.com/rust-lang/crates.io-index" 1548 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1549 + dependencies = [ 1550 + "proc-macro2", 1551 + "quote", 1552 + "unicode-ident", 1553 + ] 1554 + 1555 + [[package]] 1556 + name = "thiserror" 1557 + version = "1.0.40" 1558 + source = "registry+https://github.com/rust-lang/crates.io-index" 1559 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1560 + dependencies = [ 1561 + "thiserror-impl", 1562 + ] 1563 + 1564 + [[package]] 1565 + name = "thiserror-impl" 1566 + version = "1.0.40" 1567 + source = "registry+https://github.com/rust-lang/crates.io-index" 1568 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1569 + dependencies = [ 1570 + "proc-macro2", 1571 + "quote", 1572 + "syn 2.0.15", 1573 + ] 1574 + 1575 + [[package]] 1576 + name = "time" 1577 + version = "0.3.20" 1578 + source = "registry+https://github.com/rust-lang/crates.io-index" 1579 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 1580 + dependencies = [ 1581 + "itoa", 1582 + "libc", 1583 + "num_threads", 1584 + "serde", 1585 + "time-core", 1586 + "time-macros", 1587 + ] 1588 + 1589 + [[package]] 1590 + name = "time-core" 1591 + version = "0.1.0" 1592 + source = "registry+https://github.com/rust-lang/crates.io-index" 1593 + checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 1594 + 1595 + [[package]] 1596 + name = "time-macros" 1597 + version = "0.2.8" 1598 + source = "registry+https://github.com/rust-lang/crates.io-index" 1599 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 1600 + dependencies = [ 1601 + "time-core", 1602 + ] 1603 + 1604 + [[package]] 1605 + name = "tiny-skia" 1606 + version = "0.8.3" 1607 + source = "registry+https://github.com/rust-lang/crates.io-index" 1608 + checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb" 1609 + dependencies = [ 1610 + "arrayref", 1611 + "arrayvec", 1612 + "bytemuck", 1613 + "cfg-if", 1614 + "png", 1615 + "tiny-skia-path", 1616 + ] 1617 + 1618 + [[package]] 1619 + name = "tiny-skia-path" 1620 + version = "0.8.3" 1621 + source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d" 1623 + dependencies = [ 1624 + "arrayref", 1625 + "bytemuck", 1626 + "strict-num", 1627 + ] 1628 + 1629 + [[package]] 1630 + name = "tinyvec" 1631 + version = "1.6.0" 1632 + source = "registry+https://github.com/rust-lang/crates.io-index" 1633 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1634 + dependencies = [ 1635 + "tinyvec_macros", 1636 + ] 1637 + 1638 + [[package]] 1639 + name = "tinyvec_macros" 1640 + version = "0.1.1" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1643 + 1644 + [[package]] 1645 + name = "toml_datetime" 1646 + version = "0.6.1" 1647 + source = "registry+https://github.com/rust-lang/crates.io-index" 1648 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 1649 + 1650 + [[package]] 1651 + name = "toml_edit" 1652 + version = "0.19.8" 1653 + source = "registry+https://github.com/rust-lang/crates.io-index" 1654 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 1655 + dependencies = [ 1656 + "indexmap", 1657 + "toml_datetime", 1658 + "winnow", 1659 + ] 1660 + 1661 + [[package]] 1662 + name = "tracing" 1663 + version = "0.1.37" 1664 + source = "registry+https://github.com/rust-lang/crates.io-index" 1665 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1666 + dependencies = [ 1667 + "cfg-if", 1668 + "pin-project-lite", 1669 + "tracing-core", 1670 + ] 1671 + 1672 + [[package]] 1673 + name = "tracing-core" 1674 + version = "0.1.30" 1675 + source = "registry+https://github.com/rust-lang/crates.io-index" 1676 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1677 + dependencies = [ 1678 + "once_cell", 1679 + ] 1680 + 1681 + [[package]] 1682 + name = "ttf-parser" 1683 + version = "0.18.1" 1684 + source = "registry+https://github.com/rust-lang/crates.io-index" 1685 + checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633" 1686 + 1687 + [[package]] 1688 + name = "unicode-bidi" 1689 + version = "0.3.13" 1690 + source = "registry+https://github.com/rust-lang/crates.io-index" 1691 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1692 + 1693 + [[package]] 1694 + name = "unicode-ident" 1695 + version = "1.0.8" 1696 + source = "registry+https://github.com/rust-lang/crates.io-index" 1697 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1698 + 1699 + [[package]] 1700 + name = "unicode-normalization" 1701 + version = "0.1.22" 1702 + source = "registry+https://github.com/rust-lang/crates.io-index" 1703 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1704 + dependencies = [ 1705 + "tinyvec", 1706 + ] 1707 + 1708 + [[package]] 1709 + name = "unicode-segmentation" 1710 + version = "1.10.1" 1711 + source = "registry+https://github.com/rust-lang/crates.io-index" 1712 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1713 + 1714 + [[package]] 1715 + name = "unicode-width" 1716 + version = "0.1.10" 1717 + source = "registry+https://github.com/rust-lang/crates.io-index" 1718 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1719 + 1720 + [[package]] 1721 + name = "url" 1722 + version = "2.3.1" 1723 + source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1725 + dependencies = [ 1726 + "form_urlencoded", 1727 + "idna", 1728 + "percent-encoding", 1729 + ] 1730 + 1731 + [[package]] 1732 + name = "vec_map" 1733 + version = "0.8.2" 1734 + source = "registry+https://github.com/rust-lang/crates.io-index" 1735 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1736 + 1737 + [[package]] 1738 + name = "version_check" 1739 + version = "0.9.4" 1740 + source = "registry+https://github.com/rust-lang/crates.io-index" 1741 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1742 + 1743 + [[package]] 1744 + name = "walkdir" 1745 + version = "2.3.3" 1746 + source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 1748 + dependencies = [ 1749 + "same-file", 1750 + "winapi-util", 1751 + ] 1752 + 1753 + [[package]] 1754 + name = "wasi" 1755 + version = "0.11.0+wasi-snapshot-preview1" 1756 + source = "registry+https://github.com/rust-lang/crates.io-index" 1757 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1758 + 1759 + [[package]] 1760 + name = "wasm-bindgen" 1761 + version = "0.2.84" 1762 + source = "registry+https://github.com/rust-lang/crates.io-index" 1763 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1764 + dependencies = [ 1765 + "cfg-if", 1766 + "wasm-bindgen-macro", 1767 + ] 1768 + 1769 + [[package]] 1770 + name = "wasm-bindgen-backend" 1771 + version = "0.2.84" 1772 + source = "registry+https://github.com/rust-lang/crates.io-index" 1773 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1774 + dependencies = [ 1775 + "bumpalo", 1776 + "log", 1777 + "once_cell", 1778 + "proc-macro2", 1779 + "quote", 1780 + "syn 1.0.109", 1781 + "wasm-bindgen-shared", 1782 + ] 1783 + 1784 + [[package]] 1785 + name = "wasm-bindgen-futures" 1786 + version = "0.4.34" 1787 + source = "registry+https://github.com/rust-lang/crates.io-index" 1788 + checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 1789 + dependencies = [ 1790 + "cfg-if", 1791 + "js-sys", 1792 + "wasm-bindgen", 1793 + "web-sys", 1794 + ] 1795 + 1796 + [[package]] 1797 + name = "wasm-bindgen-macro" 1798 + version = "0.2.84" 1799 + source = "registry+https://github.com/rust-lang/crates.io-index" 1800 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1801 + dependencies = [ 1802 + "quote", 1803 + "wasm-bindgen-macro-support", 1804 + ] 1805 + 1806 + [[package]] 1807 + name = "wasm-bindgen-macro-support" 1808 + version = "0.2.84" 1809 + source = "registry+https://github.com/rust-lang/crates.io-index" 1810 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1811 + dependencies = [ 1812 + "proc-macro2", 1813 + "quote", 1814 + "syn 1.0.109", 1815 + "wasm-bindgen-backend", 1816 + "wasm-bindgen-shared", 1817 + ] 1818 + 1819 + [[package]] 1820 + name = "wasm-bindgen-shared" 1821 + version = "0.2.84" 1822 + source = "registry+https://github.com/rust-lang/crates.io-index" 1823 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1824 + 1825 + [[package]] 1826 + name = "wayland-client" 1827 + version = "0.29.5" 1828 + source = "registry+https://github.com/rust-lang/crates.io-index" 1829 + checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 1830 + dependencies = [ 1831 + "bitflags", 1832 + "downcast-rs", 1833 + "libc", 1834 + "nix 0.24.3", 1835 + "scoped-tls", 1836 + "wayland-commons", 1837 + "wayland-scanner", 1838 + "wayland-sys 0.29.5", 1839 + ] 1840 + 1841 + [[package]] 1842 + name = "wayland-commons" 1843 + version = "0.29.5" 1844 + source = "registry+https://github.com/rust-lang/crates.io-index" 1845 + checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 1846 + dependencies = [ 1847 + "nix 0.24.3", 1848 + "once_cell", 1849 + "smallvec", 1850 + "wayland-sys 0.29.5", 1851 + ] 1852 + 1853 + [[package]] 1854 + name = "wayland-cursor" 1855 + version = "0.29.5" 1856 + source = "registry+https://github.com/rust-lang/crates.io-index" 1857 + checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 1858 + dependencies = [ 1859 + "nix 0.24.3", 1860 + "wayland-client", 1861 + "xcursor", 1862 + ] 1863 + 1864 + [[package]] 1865 + name = "wayland-protocols" 1866 + version = "0.29.5" 1867 + source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 1869 + dependencies = [ 1870 + "bitflags", 1871 + "wayland-client", 1872 + "wayland-commons", 1873 + "wayland-scanner", 1874 + ] 1875 + 1876 + [[package]] 1877 + name = "wayland-scanner" 1878 + version = "0.29.5" 1879 + source = "registry+https://github.com/rust-lang/crates.io-index" 1880 + checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 1881 + dependencies = [ 1882 + "proc-macro2", 1883 + "quote", 1884 + "xml-rs", 1885 + ] 1886 + 1887 + [[package]] 1888 + name = "wayland-sys" 1889 + version = "0.29.5" 1890 + source = "registry+https://github.com/rust-lang/crates.io-index" 1891 + checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 1892 + dependencies = [ 1893 + "dlib", 1894 + "lazy_static", 1895 + "pkg-config", 1896 + ] 1897 + 1898 + [[package]] 1899 + name = "wayland-sys" 1900 + version = "0.30.1" 1901 + source = "registry+https://github.com/rust-lang/crates.io-index" 1902 + checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06" 1903 + dependencies = [ 1904 + "dlib", 1905 + "lazy_static", 1906 + "log", 1907 + "pkg-config", 1908 + ] 1909 + 1910 + [[package]] 1911 + name = "web-sys" 1912 + version = "0.3.61" 1913 + source = "registry+https://github.com/rust-lang/crates.io-index" 1914 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1915 + dependencies = [ 1916 + "js-sys", 1917 + "wasm-bindgen", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "webbrowser" 1922 + version = "0.8.9" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "b692165700260bbd40fbc5ff23766c03e339fbaca907aeea5cb77bf0a553ca83" 1925 + dependencies = [ 1926 + "core-foundation", 1927 + "dirs", 1928 + "jni", 1929 + "log", 1930 + "ndk-context", 1931 + "objc", 1932 + "raw-window-handle", 1933 + "url", 1934 + "web-sys", 1935 + ] 1936 + 1937 + [[package]] 1938 + name = "winapi" 1939 + version = "0.3.9" 1940 + source = "registry+https://github.com/rust-lang/crates.io-index" 1941 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1942 + dependencies = [ 1943 + "winapi-i686-pc-windows-gnu", 1944 + "winapi-x86_64-pc-windows-gnu", 1945 + ] 1946 + 1947 + [[package]] 1948 + name = "winapi-i686-pc-windows-gnu" 1949 + version = "0.4.0" 1950 + source = "registry+https://github.com/rust-lang/crates.io-index" 1951 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1952 + 1953 + [[package]] 1954 + name = "winapi-util" 1955 + version = "0.1.5" 1956 + source = "registry+https://github.com/rust-lang/crates.io-index" 1957 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1958 + dependencies = [ 1959 + "winapi", 1960 + ] 1961 + 1962 + [[package]] 1963 + name = "winapi-wsapoll" 1964 + version = "0.1.1" 1965 + source = "registry+https://github.com/rust-lang/crates.io-index" 1966 + checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 1967 + dependencies = [ 1968 + "winapi", 1969 + ] 1970 + 1971 + [[package]] 1972 + name = "winapi-x86_64-pc-windows-gnu" 1973 + version = "0.4.0" 1974 + source = "registry+https://github.com/rust-lang/crates.io-index" 1975 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1976 + 1977 + [[package]] 1978 + name = "windows-sys" 1979 + version = "0.45.0" 1980 + source = "registry+https://github.com/rust-lang/crates.io-index" 1981 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1982 + dependencies = [ 1983 + "windows-targets", 1984 + ] 1985 + 1986 + [[package]] 1987 + name = "windows-targets" 1988 + version = "0.42.2" 1989 + source = "registry+https://github.com/rust-lang/crates.io-index" 1990 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1991 + dependencies = [ 1992 + "windows_aarch64_gnullvm", 1993 + "windows_aarch64_msvc", 1994 + "windows_i686_gnu", 1995 + "windows_i686_msvc", 1996 + "windows_x86_64_gnu", 1997 + "windows_x86_64_gnullvm", 1998 + "windows_x86_64_msvc", 1999 + ] 2000 + 2001 + [[package]] 2002 + name = "windows_aarch64_gnullvm" 2003 + version = "0.42.2" 2004 + source = "registry+https://github.com/rust-lang/crates.io-index" 2005 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2006 + 2007 + [[package]] 2008 + name = "windows_aarch64_msvc" 2009 + version = "0.42.2" 2010 + source = "registry+https://github.com/rust-lang/crates.io-index" 2011 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2012 + 2013 + [[package]] 2014 + name = "windows_i686_gnu" 2015 + version = "0.42.2" 2016 + source = "registry+https://github.com/rust-lang/crates.io-index" 2017 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2018 + 2019 + [[package]] 2020 + name = "windows_i686_msvc" 2021 + version = "0.42.2" 2022 + source = "registry+https://github.com/rust-lang/crates.io-index" 2023 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2024 + 2025 + [[package]] 2026 + name = "windows_x86_64_gnu" 2027 + version = "0.42.2" 2028 + source = "registry+https://github.com/rust-lang/crates.io-index" 2029 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2030 + 2031 + [[package]] 2032 + name = "windows_x86_64_gnullvm" 2033 + version = "0.42.2" 2034 + source = "registry+https://github.com/rust-lang/crates.io-index" 2035 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2036 + 2037 + [[package]] 2038 + name = "windows_x86_64_msvc" 2039 + version = "0.42.2" 2040 + source = "registry+https://github.com/rust-lang/crates.io-index" 2041 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2042 + 2043 + [[package]] 2044 + name = "winit" 2045 + version = "0.28.3" 2046 + source = "registry+https://github.com/rust-lang/crates.io-index" 2047 + checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" 2048 + dependencies = [ 2049 + "android-activity", 2050 + "bitflags", 2051 + "cfg_aliases", 2052 + "core-foundation", 2053 + "core-graphics", 2054 + "dispatch", 2055 + "instant", 2056 + "libc", 2057 + "log", 2058 + "mio", 2059 + "ndk", 2060 + "objc2", 2061 + "once_cell", 2062 + "orbclient", 2063 + "percent-encoding", 2064 + "raw-window-handle", 2065 + "redox_syscall 0.3.5", 2066 + "sctk-adwaita", 2067 + "smithay-client-toolkit", 2068 + "wasm-bindgen", 2069 + "wayland-client", 2070 + "wayland-commons", 2071 + "wayland-protocols", 2072 + "wayland-scanner", 2073 + "web-sys", 2074 + "windows-sys", 2075 + "x11-dl", 2076 + ] 2077 + 2078 + [[package]] 2079 + name = "winnow" 2080 + version = "0.4.1" 2081 + source = "registry+https://github.com/rust-lang/crates.io-index" 2082 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 2083 + dependencies = [ 2084 + "memchr", 2085 + ] 2086 + 2087 + [[package]] 2088 + name = "x11-dl" 2089 + version = "2.21.0" 2090 + source = "registry+https://github.com/rust-lang/crates.io-index" 2091 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 2092 + dependencies = [ 2093 + "libc", 2094 + "once_cell", 2095 + "pkg-config", 2096 + ] 2097 + 2098 + [[package]] 2099 + name = "x11rb" 2100 + version = "0.10.1" 2101 + source = "registry+https://github.com/rust-lang/crates.io-index" 2102 + checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" 2103 + dependencies = [ 2104 + "gethostname", 2105 + "nix 0.24.3", 2106 + "winapi", 2107 + "winapi-wsapoll", 2108 + "x11rb-protocol", 2109 + ] 2110 + 2111 + [[package]] 2112 + name = "x11rb-protocol" 2113 + version = "0.10.0" 2114 + source = "registry+https://github.com/rust-lang/crates.io-index" 2115 + checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" 2116 + dependencies = [ 2117 + "nix 0.24.3", 2118 + ] 2119 + 2120 + [[package]] 2121 + name = "xcursor" 2122 + version = "0.3.4" 2123 + source = "registry+https://github.com/rust-lang/crates.io-index" 2124 + checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 2125 + dependencies = [ 2126 + "nom", 2127 + ] 2128 + 2129 + [[package]] 2130 + name = "xi-unicode" 2131 + version = "0.3.0" 2132 + source = "registry+https://github.com/rust-lang/crates.io-index" 2133 + checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 2134 + 2135 + [[package]] 2136 + name = "xml-rs" 2137 + version = "0.8.4" 2138 + source = "registry+https://github.com/rust-lang/crates.io-index" 2139 + checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
+25
pkgs/tools/system/amdgpu_top/default.nix
··· 1 + { lib, rustPlatform, fetchFromGitHub, libdrm }: 2 + 3 + rustPlatform.buildRustPackage rec { 4 + pname = "amdgpu_top"; 5 + version = "0.1.7"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "Umio-Yasuno"; 9 + repo = pname; 10 + rev = "v${version}-stable"; 11 + hash = "sha256-cdKUj0pUlXxMNx0jypuov4hX3CISTDaSQh+KFB5R8ys="; 12 + }; 13 + 14 + cargoLock.lockFile = ./Cargo.lock; 15 + 16 + buildInputs = [ libdrm ]; 17 + 18 + meta = with lib; { 19 + description = "Tool to display AMDGPU usage"; 20 + homepage = "https://github.com/Umio-Yasuno/amdgpu_top"; 21 + changelog = "https://github.com/Umio-Yasuno/amdgpu_top/releases"; 22 + license = licenses.mit; 23 + maintainers = with maintainers; [ geri1701 ]; 24 + }; 25 + }
+2
pkgs/top-level/all-packages.nix
··· 1276 1276 1277 1277 acpica-tools = callPackage ../tools/system/acpica-tools { }; 1278 1278 1279 + amdgpu_top = callPackage ../tools/system/amdgpu_top { }; 1280 + 1279 1281 acquire = with python3Packages; toPythonApplication acquire; 1280 1282 1281 1283 act = callPackage ../development/tools/misc/act { };