this repo has no description
0
fork

Configure Feed

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

🛠️ Initial project structure ( Non functional )

Rouffy bf87111a

+2833
+6
.envrc
··· 1 + export DIRENV_WARN_TIMEOUT=20s 2 + eval "$(devenv direnvrc)" 3 + 4 + # The use_devenv function supports passing flags to the devenv command 5 + # For example: use devenv --impure --option services.postgres.enable:bool true 6 + use devenv
+32
.gitignore
··· 1 + target/ 2 + # Devenv 3 + .devenv* 4 + devenv.local.nix 5 + 6 + # direnv 7 + .direnv 8 + 9 + # pre-commit 10 + .pre-commit-config.yaml 11 + 12 + # Devenv 13 + .devenv* 14 + devenv.local.nix 15 + 16 + # direnv 17 + .direnv 18 + 19 + # pre-commit 20 + .pre-commit-config.yaml 21 + 22 + # Devenv 23 + .devenv* 24 + devenv.local.nix 25 + 26 + # direnv 27 + .direnv 28 + 29 + # pre-commit 30 + .pre-commit-config.yaml 31 + 32 + .idea
+2303
Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 4 4 + 5 + [[package]] 6 + name = "ahash" 7 + version = "0.8.11" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 10 + dependencies = [ 11 + "cfg-if", 12 + "getrandom 0.2.15", 13 + "once_cell", 14 + "version_check", 15 + "zerocopy 0.7.35", 16 + ] 17 + 18 + [[package]] 19 + name = "aho-corasick" 20 + version = "1.1.3" 21 + source = "registry+https://github.com/rust-lang/crates.io-index" 22 + checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 23 + dependencies = [ 24 + "memchr", 25 + ] 26 + 27 + [[package]] 28 + name = "android-activity" 29 + version = "0.6.0" 30 + source = "registry+https://github.com/rust-lang/crates.io-index" 31 + checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 32 + dependencies = [ 33 + "android-properties", 34 + "bitflags 2.9.0", 35 + "cc", 36 + "cesu8", 37 + "jni", 38 + "jni-sys", 39 + "libc", 40 + "log", 41 + "ndk", 42 + "ndk-context", 43 + "ndk-sys", 44 + "num_enum", 45 + "thiserror", 46 + ] 47 + 48 + [[package]] 49 + name = "android-properties" 50 + version = "0.2.2" 51 + source = "registry+https://github.com/rust-lang/crates.io-index" 52 + checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 53 + 54 + [[package]] 55 + name = "anstream" 56 + version = "0.6.18" 57 + source = "registry+https://github.com/rust-lang/crates.io-index" 58 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 59 + dependencies = [ 60 + "anstyle", 61 + "anstyle-parse", 62 + "anstyle-query", 63 + "anstyle-wincon", 64 + "colorchoice", 65 + "is_terminal_polyfill", 66 + "utf8parse", 67 + ] 68 + 69 + [[package]] 70 + name = "anstyle" 71 + version = "1.0.10" 72 + source = "registry+https://github.com/rust-lang/crates.io-index" 73 + checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 74 + 75 + [[package]] 76 + name = "anstyle-parse" 77 + version = "0.2.6" 78 + source = "registry+https://github.com/rust-lang/crates.io-index" 79 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 80 + dependencies = [ 81 + "utf8parse", 82 + ] 83 + 84 + [[package]] 85 + name = "anstyle-query" 86 + version = "1.1.2" 87 + source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 89 + dependencies = [ 90 + "windows-sys 0.59.0", 91 + ] 92 + 93 + [[package]] 94 + name = "anstyle-wincon" 95 + version = "3.0.7" 96 + source = "registry+https://github.com/rust-lang/crates.io-index" 97 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 98 + dependencies = [ 99 + "anstyle", 100 + "once_cell", 101 + "windows-sys 0.59.0", 102 + ] 103 + 104 + [[package]] 105 + name = "appendlist" 106 + version = "1.4.0" 107 + source = "registry+https://github.com/rust-lang/crates.io-index" 108 + checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2" 109 + 110 + [[package]] 111 + name = "approx" 112 + version = "0.4.0" 113 + source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" 115 + dependencies = [ 116 + "num-traits", 117 + ] 118 + 119 + [[package]] 120 + name = "as-raw-xcb-connection" 121 + version = "1.0.1" 122 + source = "registry+https://github.com/rust-lang/crates.io-index" 123 + checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 124 + 125 + [[package]] 126 + name = "ash" 127 + version = "0.38.0+1.3.281" 128 + source = "registry+https://github.com/rust-lang/crates.io-index" 129 + checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 130 + dependencies = [ 131 + "libloading", 132 + ] 133 + 134 + [[package]] 135 + name = "atomic-waker" 136 + version = "1.1.2" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 139 + 140 + [[package]] 141 + name = "autocfg" 142 + version = "1.4.0" 143 + source = "registry+https://github.com/rust-lang/crates.io-index" 144 + checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 145 + 146 + [[package]] 147 + name = "bitflags" 148 + version = "1.3.2" 149 + source = "registry+https://github.com/rust-lang/crates.io-index" 150 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 151 + 152 + [[package]] 153 + name = "bitflags" 154 + version = "2.9.0" 155 + source = "registry+https://github.com/rust-lang/crates.io-index" 156 + checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 157 + 158 + [[package]] 159 + name = "block2" 160 + version = "0.5.1" 161 + source = "registry+https://github.com/rust-lang/crates.io-index" 162 + checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 163 + dependencies = [ 164 + "objc2", 165 + ] 166 + 167 + [[package]] 168 + name = "bumpalo" 169 + version = "3.17.0" 170 + source = "registry+https://github.com/rust-lang/crates.io-index" 171 + checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 172 + 173 + [[package]] 174 + name = "bytemuck" 175 + version = "1.22.0" 176 + source = "registry+https://github.com/rust-lang/crates.io-index" 177 + checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" 178 + dependencies = [ 179 + "bytemuck_derive", 180 + ] 181 + 182 + [[package]] 183 + name = "bytemuck_derive" 184 + version = "1.9.3" 185 + source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1" 187 + dependencies = [ 188 + "proc-macro2", 189 + "quote", 190 + "syn", 191 + ] 192 + 193 + [[package]] 194 + name = "bytes" 195 + version = "1.10.1" 196 + source = "registry+https://github.com/rust-lang/crates.io-index" 197 + checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 198 + 199 + [[package]] 200 + name = "calloop" 201 + version = "0.13.0" 202 + source = "registry+https://github.com/rust-lang/crates.io-index" 203 + checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 204 + dependencies = [ 205 + "bitflags 2.9.0", 206 + "log", 207 + "polling", 208 + "rustix 0.38.44", 209 + "slab", 210 + "thiserror", 211 + ] 212 + 213 + [[package]] 214 + name = "calloop" 215 + version = "0.14.2" 216 + source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "10929724661d1c43856fd87c7a127ae944ec55579134fb485e4136fb6a46fdcb" 218 + dependencies = [ 219 + "bitflags 2.9.0", 220 + "polling", 221 + "rustix 0.38.44", 222 + "slab", 223 + "tracing", 224 + ] 225 + 226 + [[package]] 227 + name = "calloop-wayland-source" 228 + version = "0.3.0" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 231 + dependencies = [ 232 + "calloop 0.13.0", 233 + "rustix 0.38.44", 234 + "wayland-backend", 235 + "wayland-client", 236 + ] 237 + 238 + [[package]] 239 + name = "cc" 240 + version = "1.2.18" 241 + source = "registry+https://github.com/rust-lang/crates.io-index" 242 + checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" 243 + dependencies = [ 244 + "jobserver", 245 + "libc", 246 + "shlex", 247 + ] 248 + 249 + [[package]] 250 + name = "cesu8" 251 + version = "1.1.0" 252 + source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 254 + 255 + [[package]] 256 + name = "cfg-if" 257 + version = "1.0.0" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 260 + 261 + [[package]] 262 + name = "cfg_aliases" 263 + version = "0.2.1" 264 + source = "registry+https://github.com/rust-lang/crates.io-index" 265 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 266 + 267 + [[package]] 268 + name = "cgmath" 269 + version = "0.18.0" 270 + source = "registry+https://github.com/rust-lang/crates.io-index" 271 + checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317" 272 + dependencies = [ 273 + "approx", 274 + "num-traits", 275 + ] 276 + 277 + [[package]] 278 + name = "colorchoice" 279 + version = "1.0.3" 280 + source = "registry+https://github.com/rust-lang/crates.io-index" 281 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 282 + 283 + [[package]] 284 + name = "combine" 285 + version = "4.6.7" 286 + source = "registry+https://github.com/rust-lang/crates.io-index" 287 + checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 288 + dependencies = [ 289 + "bytes", 290 + "memchr", 291 + ] 292 + 293 + [[package]] 294 + name = "concurrent-queue" 295 + version = "2.5.0" 296 + source = "registry+https://github.com/rust-lang/crates.io-index" 297 + checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 298 + dependencies = [ 299 + "crossbeam-utils", 300 + ] 301 + 302 + [[package]] 303 + name = "core-foundation" 304 + version = "0.9.4" 305 + source = "registry+https://github.com/rust-lang/crates.io-index" 306 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 307 + dependencies = [ 308 + "core-foundation-sys", 309 + "libc", 310 + ] 311 + 312 + [[package]] 313 + name = "core-foundation-sys" 314 + version = "0.8.7" 315 + source = "registry+https://github.com/rust-lang/crates.io-index" 316 + checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 317 + 318 + [[package]] 319 + name = "core-graphics" 320 + version = "0.23.2" 321 + source = "registry+https://github.com/rust-lang/crates.io-index" 322 + checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 323 + dependencies = [ 324 + "bitflags 1.3.2", 325 + "core-foundation", 326 + "core-graphics-types", 327 + "foreign-types", 328 + "libc", 329 + ] 330 + 331 + [[package]] 332 + name = "core-graphics-types" 333 + version = "0.1.3" 334 + source = "registry+https://github.com/rust-lang/crates.io-index" 335 + checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 336 + dependencies = [ 337 + "bitflags 1.3.2", 338 + "core-foundation", 339 + "libc", 340 + ] 341 + 342 + [[package]] 343 + name = "crossbeam-utils" 344 + version = "0.8.21" 345 + source = "registry+https://github.com/rust-lang/crates.io-index" 346 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 347 + 348 + [[package]] 349 + name = "cursor-icon" 350 + version = "1.1.0" 351 + source = "registry+https://github.com/rust-lang/crates.io-index" 352 + checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 353 + 354 + [[package]] 355 + name = "dispatch" 356 + version = "0.2.0" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 359 + 360 + [[package]] 361 + name = "dlib" 362 + version = "0.5.2" 363 + source = "registry+https://github.com/rust-lang/crates.io-index" 364 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 365 + dependencies = [ 366 + "libloading", 367 + ] 368 + 369 + [[package]] 370 + name = "downcast-rs" 371 + version = "1.2.1" 372 + source = "registry+https://github.com/rust-lang/crates.io-index" 373 + checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 374 + 375 + [[package]] 376 + name = "dpi" 377 + version = "0.1.1" 378 + source = "registry+https://github.com/rust-lang/crates.io-index" 379 + checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 380 + 381 + [[package]] 382 + name = "drm" 383 + version = "0.14.1" 384 + source = "registry+https://github.com/rust-lang/crates.io-index" 385 + checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f" 386 + dependencies = [ 387 + "bitflags 2.9.0", 388 + "bytemuck", 389 + "drm-ffi", 390 + "drm-fourcc", 391 + "libc", 392 + "rustix 0.38.44", 393 + ] 394 + 395 + [[package]] 396 + name = "drm-ffi" 397 + version = "0.9.0" 398 + source = "registry+https://github.com/rust-lang/crates.io-index" 399 + checksum = "d8e41459d99a9b529845f6d2c909eb9adf3b6d2f82635ae40be8de0601726e8b" 400 + dependencies = [ 401 + "drm-sys", 402 + "rustix 0.38.44", 403 + ] 404 + 405 + [[package]] 406 + name = "drm-fourcc" 407 + version = "2.2.0" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 410 + 411 + [[package]] 412 + name = "drm-sys" 413 + version = "0.8.0" 414 + source = "registry+https://github.com/rust-lang/crates.io-index" 415 + checksum = "bafb66c8dbc944d69e15cfcc661df7e703beffbaec8bd63151368b06c5f9858c" 416 + dependencies = [ 417 + "libc", 418 + "linux-raw-sys 0.6.5", 419 + ] 420 + 421 + [[package]] 422 + name = "encoding_rs" 423 + version = "0.8.35" 424 + source = "registry+https://github.com/rust-lang/crates.io-index" 425 + checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 426 + dependencies = [ 427 + "cfg-if", 428 + ] 429 + 430 + [[package]] 431 + name = "env_filter" 432 + version = "0.1.3" 433 + source = "registry+https://github.com/rust-lang/crates.io-index" 434 + checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 435 + dependencies = [ 436 + "log", 437 + "regex", 438 + ] 439 + 440 + [[package]] 441 + name = "env_logger" 442 + version = "0.11.8" 443 + source = "registry+https://github.com/rust-lang/crates.io-index" 444 + checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 445 + dependencies = [ 446 + "anstream", 447 + "anstyle", 448 + "env_filter", 449 + "jiff", 450 + "log", 451 + ] 452 + 453 + [[package]] 454 + name = "equivalent" 455 + version = "1.0.2" 456 + source = "registry+https://github.com/rust-lang/crates.io-index" 457 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 458 + 459 + [[package]] 460 + name = "errno" 461 + version = "0.3.11" 462 + source = "registry+https://github.com/rust-lang/crates.io-index" 463 + checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 464 + dependencies = [ 465 + "libc", 466 + "windows-sys 0.59.0", 467 + ] 468 + 469 + [[package]] 470 + name = "fastrand" 471 + version = "2.3.0" 472 + source = "registry+https://github.com/rust-lang/crates.io-index" 473 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 474 + 475 + [[package]] 476 + name = "foreign-types" 477 + version = "0.5.0" 478 + source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 480 + dependencies = [ 481 + "foreign-types-macros", 482 + "foreign-types-shared", 483 + ] 484 + 485 + [[package]] 486 + name = "foreign-types-macros" 487 + version = "0.2.3" 488 + source = "registry+https://github.com/rust-lang/crates.io-index" 489 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 490 + dependencies = [ 491 + "proc-macro2", 492 + "quote", 493 + "syn", 494 + ] 495 + 496 + [[package]] 497 + name = "foreign-types-shared" 498 + version = "0.3.1" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 501 + 502 + [[package]] 503 + name = "gbm" 504 + version = "0.18.0" 505 + source = "registry+https://github.com/rust-lang/crates.io-index" 506 + checksum = "ce852e998d3ca5e4a97014fb31c940dc5ef344ec7d364984525fd11e8a547e6a" 507 + dependencies = [ 508 + "bitflags 2.9.0", 509 + "drm", 510 + "drm-fourcc", 511 + "gbm-sys", 512 + "libc", 513 + ] 514 + 515 + [[package]] 516 + name = "gbm-sys" 517 + version = "0.4.0" 518 + source = "registry+https://github.com/rust-lang/crates.io-index" 519 + checksum = "c13a5f2acc785d8fb6bf6b7ab6bfb0ef5dad4f4d97e8e70bb8e470722312f76f" 520 + dependencies = [ 521 + "libc", 522 + ] 523 + 524 + [[package]] 525 + name = "gethostname" 526 + version = "0.4.3" 527 + source = "registry+https://github.com/rust-lang/crates.io-index" 528 + checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 529 + dependencies = [ 530 + "libc", 531 + "windows-targets 0.48.5", 532 + ] 533 + 534 + [[package]] 535 + name = "getrandom" 536 + version = "0.2.15" 537 + source = "registry+https://github.com/rust-lang/crates.io-index" 538 + checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 539 + dependencies = [ 540 + "cfg-if", 541 + "libc", 542 + "wasi 0.11.0+wasi-snapshot-preview1", 543 + ] 544 + 545 + [[package]] 546 + name = "getrandom" 547 + version = "0.3.2" 548 + source = "registry+https://github.com/rust-lang/crates.io-index" 549 + checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 550 + dependencies = [ 551 + "cfg-if", 552 + "libc", 553 + "r-efi", 554 + "wasi 0.14.2+wasi-0.2.4", 555 + ] 556 + 557 + [[package]] 558 + name = "gl_generator" 559 + version = "0.14.0" 560 + source = "registry+https://github.com/rust-lang/crates.io-index" 561 + checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 562 + dependencies = [ 563 + "khronos_api", 564 + "log", 565 + "xml-rs", 566 + ] 567 + 568 + [[package]] 569 + name = "hashbrown" 570 + version = "0.15.2" 571 + source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 573 + 574 + [[package]] 575 + name = "hermit-abi" 576 + version = "0.3.9" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 579 + 580 + [[package]] 581 + name = "hermit-abi" 582 + version = "0.4.0" 583 + source = "registry+https://github.com/rust-lang/crates.io-index" 584 + checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 585 + 586 + [[package]] 587 + name = "indexmap" 588 + version = "2.9.0" 589 + source = "registry+https://github.com/rust-lang/crates.io-index" 590 + checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 591 + dependencies = [ 592 + "equivalent", 593 + "hashbrown", 594 + ] 595 + 596 + [[package]] 597 + name = "input" 598 + version = "0.9.1" 599 + source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9" 601 + dependencies = [ 602 + "bitflags 2.9.0", 603 + "input-sys", 604 + "libc", 605 + "udev", 606 + ] 607 + 608 + [[package]] 609 + name = "input-sys" 610 + version = "1.18.0" 611 + source = "registry+https://github.com/rust-lang/crates.io-index" 612 + checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0" 613 + 614 + [[package]] 615 + name = "io-lifetimes" 616 + version = "1.0.11" 617 + source = "registry+https://github.com/rust-lang/crates.io-index" 618 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 619 + dependencies = [ 620 + "hermit-abi 0.3.9", 621 + "libc", 622 + "windows-sys 0.48.0", 623 + ] 624 + 625 + [[package]] 626 + name = "is_terminal_polyfill" 627 + version = "1.70.1" 628 + source = "registry+https://github.com/rust-lang/crates.io-index" 629 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 630 + 631 + [[package]] 632 + name = "jiff" 633 + version = "0.2.6" 634 + source = "registry+https://github.com/rust-lang/crates.io-index" 635 + checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" 636 + dependencies = [ 637 + "jiff-static", 638 + "log", 639 + "portable-atomic", 640 + "portable-atomic-util", 641 + "serde", 642 + ] 643 + 644 + [[package]] 645 + name = "jiff-static" 646 + version = "0.2.6" 647 + source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" 649 + dependencies = [ 650 + "proc-macro2", 651 + "quote", 652 + "syn", 653 + ] 654 + 655 + [[package]] 656 + name = "jni" 657 + version = "0.21.1" 658 + source = "registry+https://github.com/rust-lang/crates.io-index" 659 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 660 + dependencies = [ 661 + "cesu8", 662 + "cfg-if", 663 + "combine", 664 + "jni-sys", 665 + "log", 666 + "thiserror", 667 + "walkdir", 668 + "windows-sys 0.45.0", 669 + ] 670 + 671 + [[package]] 672 + name = "jni-sys" 673 + version = "0.3.0" 674 + source = "registry+https://github.com/rust-lang/crates.io-index" 675 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 676 + 677 + [[package]] 678 + name = "jobserver" 679 + version = "0.1.33" 680 + source = "registry+https://github.com/rust-lang/crates.io-index" 681 + checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 682 + dependencies = [ 683 + "getrandom 0.3.2", 684 + "libc", 685 + ] 686 + 687 + [[package]] 688 + name = "js-sys" 689 + version = "0.3.77" 690 + source = "registry+https://github.com/rust-lang/crates.io-index" 691 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 692 + dependencies = [ 693 + "once_cell", 694 + "wasm-bindgen", 695 + ] 696 + 697 + [[package]] 698 + name = "khronos_api" 699 + version = "3.1.0" 700 + source = "registry+https://github.com/rust-lang/crates.io-index" 701 + checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 702 + 703 + [[package]] 704 + name = "libc" 705 + version = "0.2.171" 706 + source = "registry+https://github.com/rust-lang/crates.io-index" 707 + checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 708 + 709 + [[package]] 710 + name = "libloading" 711 + version = "0.8.6" 712 + source = "registry+https://github.com/rust-lang/crates.io-index" 713 + checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 714 + dependencies = [ 715 + "cfg-if", 716 + "windows-targets 0.52.6", 717 + ] 718 + 719 + [[package]] 720 + name = "libredox" 721 + version = "0.1.3" 722 + source = "registry+https://github.com/rust-lang/crates.io-index" 723 + checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 724 + dependencies = [ 725 + "bitflags 2.9.0", 726 + "libc", 727 + "redox_syscall 0.5.11", 728 + ] 729 + 730 + [[package]] 731 + name = "libseat" 732 + version = "0.2.3" 733 + source = "registry+https://github.com/rust-lang/crates.io-index" 734 + checksum = "c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c" 735 + dependencies = [ 736 + "errno", 737 + "libseat-sys", 738 + "log", 739 + ] 740 + 741 + [[package]] 742 + name = "libseat-sys" 743 + version = "0.1.9" 744 + source = "registry+https://github.com/rust-lang/crates.io-index" 745 + checksum = "134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725" 746 + dependencies = [ 747 + "pkg-config", 748 + ] 749 + 750 + [[package]] 751 + name = "libudev-sys" 752 + version = "0.1.4" 753 + source = "registry+https://github.com/rust-lang/crates.io-index" 754 + checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 755 + dependencies = [ 756 + "libc", 757 + "pkg-config", 758 + ] 759 + 760 + [[package]] 761 + name = "linux-raw-sys" 762 + version = "0.4.15" 763 + source = "registry+https://github.com/rust-lang/crates.io-index" 764 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 765 + 766 + [[package]] 767 + name = "linux-raw-sys" 768 + version = "0.6.5" 769 + source = "registry+https://github.com/rust-lang/crates.io-index" 770 + checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7" 771 + 772 + [[package]] 773 + name = "linux-raw-sys" 774 + version = "0.9.3" 775 + source = "registry+https://github.com/rust-lang/crates.io-index" 776 + checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" 777 + 778 + [[package]] 779 + name = "log" 780 + version = "0.4.27" 781 + source = "registry+https://github.com/rust-lang/crates.io-index" 782 + checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 783 + 784 + [[package]] 785 + name = "memchr" 786 + version = "2.7.4" 787 + source = "registry+https://github.com/rust-lang/crates.io-index" 788 + checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 789 + 790 + [[package]] 791 + name = "memmap2" 792 + version = "0.9.5" 793 + source = "registry+https://github.com/rust-lang/crates.io-index" 794 + checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 795 + dependencies = [ 796 + "libc", 797 + ] 798 + 799 + [[package]] 800 + name = "ndk" 801 + version = "0.9.0" 802 + source = "registry+https://github.com/rust-lang/crates.io-index" 803 + checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 804 + dependencies = [ 805 + "bitflags 2.9.0", 806 + "jni-sys", 807 + "log", 808 + "ndk-sys", 809 + "num_enum", 810 + "raw-window-handle", 811 + "thiserror", 812 + ] 813 + 814 + [[package]] 815 + name = "ndk-context" 816 + version = "0.1.1" 817 + source = "registry+https://github.com/rust-lang/crates.io-index" 818 + checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 819 + 820 + [[package]] 821 + name = "ndk-sys" 822 + version = "0.6.0+11769913" 823 + source = "registry+https://github.com/rust-lang/crates.io-index" 824 + checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 825 + dependencies = [ 826 + "jni-sys", 827 + ] 828 + 829 + [[package]] 830 + name = "num-traits" 831 + version = "0.2.19" 832 + source = "registry+https://github.com/rust-lang/crates.io-index" 833 + checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 834 + dependencies = [ 835 + "autocfg", 836 + ] 837 + 838 + [[package]] 839 + name = "num_enum" 840 + version = "0.7.3" 841 + source = "registry+https://github.com/rust-lang/crates.io-index" 842 + checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 843 + dependencies = [ 844 + "num_enum_derive", 845 + ] 846 + 847 + [[package]] 848 + name = "num_enum_derive" 849 + version = "0.7.3" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 852 + dependencies = [ 853 + "proc-macro-crate", 854 + "proc-macro2", 855 + "quote", 856 + "syn", 857 + ] 858 + 859 + [[package]] 860 + name = "objc-sys" 861 + version = "0.3.5" 862 + source = "registry+https://github.com/rust-lang/crates.io-index" 863 + checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 864 + 865 + [[package]] 866 + name = "objc2" 867 + version = "0.5.2" 868 + source = "registry+https://github.com/rust-lang/crates.io-index" 869 + checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 870 + dependencies = [ 871 + "objc-sys", 872 + "objc2-encode", 873 + ] 874 + 875 + [[package]] 876 + name = "objc2-app-kit" 877 + version = "0.2.2" 878 + source = "registry+https://github.com/rust-lang/crates.io-index" 879 + checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 880 + dependencies = [ 881 + "bitflags 2.9.0", 882 + "block2", 883 + "libc", 884 + "objc2", 885 + "objc2-core-data", 886 + "objc2-core-image", 887 + "objc2-foundation", 888 + "objc2-quartz-core", 889 + ] 890 + 891 + [[package]] 892 + name = "objc2-cloud-kit" 893 + version = "0.2.2" 894 + source = "registry+https://github.com/rust-lang/crates.io-index" 895 + checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 896 + dependencies = [ 897 + "bitflags 2.9.0", 898 + "block2", 899 + "objc2", 900 + "objc2-core-location", 901 + "objc2-foundation", 902 + ] 903 + 904 + [[package]] 905 + name = "objc2-contacts" 906 + version = "0.2.2" 907 + source = "registry+https://github.com/rust-lang/crates.io-index" 908 + checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 909 + dependencies = [ 910 + "block2", 911 + "objc2", 912 + "objc2-foundation", 913 + ] 914 + 915 + [[package]] 916 + name = "objc2-core-data" 917 + version = "0.2.2" 918 + source = "registry+https://github.com/rust-lang/crates.io-index" 919 + checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 920 + dependencies = [ 921 + "bitflags 2.9.0", 922 + "block2", 923 + "objc2", 924 + "objc2-foundation", 925 + ] 926 + 927 + [[package]] 928 + name = "objc2-core-image" 929 + version = "0.2.2" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 932 + dependencies = [ 933 + "block2", 934 + "objc2", 935 + "objc2-foundation", 936 + "objc2-metal", 937 + ] 938 + 939 + [[package]] 940 + name = "objc2-core-location" 941 + version = "0.2.2" 942 + source = "registry+https://github.com/rust-lang/crates.io-index" 943 + checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 944 + dependencies = [ 945 + "block2", 946 + "objc2", 947 + "objc2-contacts", 948 + "objc2-foundation", 949 + ] 950 + 951 + [[package]] 952 + name = "objc2-encode" 953 + version = "4.1.0" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 956 + 957 + [[package]] 958 + name = "objc2-foundation" 959 + version = "0.2.2" 960 + source = "registry+https://github.com/rust-lang/crates.io-index" 961 + checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 962 + dependencies = [ 963 + "bitflags 2.9.0", 964 + "block2", 965 + "dispatch", 966 + "libc", 967 + "objc2", 968 + ] 969 + 970 + [[package]] 971 + name = "objc2-link-presentation" 972 + version = "0.2.2" 973 + source = "registry+https://github.com/rust-lang/crates.io-index" 974 + checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 975 + dependencies = [ 976 + "block2", 977 + "objc2", 978 + "objc2-app-kit", 979 + "objc2-foundation", 980 + ] 981 + 982 + [[package]] 983 + name = "objc2-metal" 984 + version = "0.2.2" 985 + source = "registry+https://github.com/rust-lang/crates.io-index" 986 + checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 987 + dependencies = [ 988 + "bitflags 2.9.0", 989 + "block2", 990 + "objc2", 991 + "objc2-foundation", 992 + ] 993 + 994 + [[package]] 995 + name = "objc2-quartz-core" 996 + version = "0.2.2" 997 + source = "registry+https://github.com/rust-lang/crates.io-index" 998 + checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 999 + dependencies = [ 1000 + "bitflags 2.9.0", 1001 + "block2", 1002 + "objc2", 1003 + "objc2-foundation", 1004 + "objc2-metal", 1005 + ] 1006 + 1007 + [[package]] 1008 + name = "objc2-symbols" 1009 + version = "0.2.2" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 1012 + dependencies = [ 1013 + "objc2", 1014 + "objc2-foundation", 1015 + ] 1016 + 1017 + [[package]] 1018 + name = "objc2-ui-kit" 1019 + version = "0.2.2" 1020 + source = "registry+https://github.com/rust-lang/crates.io-index" 1021 + checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 1022 + dependencies = [ 1023 + "bitflags 2.9.0", 1024 + "block2", 1025 + "objc2", 1026 + "objc2-cloud-kit", 1027 + "objc2-core-data", 1028 + "objc2-core-image", 1029 + "objc2-core-location", 1030 + "objc2-foundation", 1031 + "objc2-link-presentation", 1032 + "objc2-quartz-core", 1033 + "objc2-symbols", 1034 + "objc2-uniform-type-identifiers", 1035 + "objc2-user-notifications", 1036 + ] 1037 + 1038 + [[package]] 1039 + name = "objc2-uniform-type-identifiers" 1040 + version = "0.2.2" 1041 + source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 1043 + dependencies = [ 1044 + "block2", 1045 + "objc2", 1046 + "objc2-foundation", 1047 + ] 1048 + 1049 + [[package]] 1050 + name = "objc2-user-notifications" 1051 + version = "0.2.2" 1052 + source = "registry+https://github.com/rust-lang/crates.io-index" 1053 + checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 1054 + dependencies = [ 1055 + "bitflags 2.9.0", 1056 + "block2", 1057 + "objc2", 1058 + "objc2-core-location", 1059 + "objc2-foundation", 1060 + ] 1061 + 1062 + [[package]] 1063 + name = "once_cell" 1064 + version = "1.21.3" 1065 + source = "registry+https://github.com/rust-lang/crates.io-index" 1066 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1067 + 1068 + [[package]] 1069 + name = "orbclient" 1070 + version = "0.3.48" 1071 + source = "registry+https://github.com/rust-lang/crates.io-index" 1072 + checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 1073 + dependencies = [ 1074 + "libredox", 1075 + ] 1076 + 1077 + [[package]] 1078 + name = "paste" 1079 + version = "1.0.15" 1080 + source = "registry+https://github.com/rust-lang/crates.io-index" 1081 + checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1082 + 1083 + [[package]] 1084 + name = "percent-encoding" 1085 + version = "2.3.1" 1086 + source = "registry+https://github.com/rust-lang/crates.io-index" 1087 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1088 + 1089 + [[package]] 1090 + name = "pin-project" 1091 + version = "1.1.10" 1092 + source = "registry+https://github.com/rust-lang/crates.io-index" 1093 + checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 1094 + dependencies = [ 1095 + "pin-project-internal", 1096 + ] 1097 + 1098 + [[package]] 1099 + name = "pin-project-internal" 1100 + version = "1.1.10" 1101 + source = "registry+https://github.com/rust-lang/crates.io-index" 1102 + checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 1103 + dependencies = [ 1104 + "proc-macro2", 1105 + "quote", 1106 + "syn", 1107 + ] 1108 + 1109 + [[package]] 1110 + name = "pin-project-lite" 1111 + version = "0.2.16" 1112 + source = "registry+https://github.com/rust-lang/crates.io-index" 1113 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1114 + 1115 + [[package]] 1116 + name = "pixman" 1117 + version = "0.2.1" 1118 + source = "registry+https://github.com/rust-lang/crates.io-index" 1119 + checksum = "cea217d496c19ac0a8e502b37078e1f683d16344adee9eb247a5d57c165e1edf" 1120 + dependencies = [ 1121 + "drm-fourcc", 1122 + "paste", 1123 + "pixman-sys", 1124 + "thiserror", 1125 + ] 1126 + 1127 + [[package]] 1128 + name = "pixman-sys" 1129 + version = "0.1.0" 1130 + source = "registry+https://github.com/rust-lang/crates.io-index" 1131 + checksum = "a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada" 1132 + 1133 + [[package]] 1134 + name = "pkg-config" 1135 + version = "0.3.32" 1136 + source = "registry+https://github.com/rust-lang/crates.io-index" 1137 + checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1138 + 1139 + [[package]] 1140 + name = "polling" 1141 + version = "3.7.4" 1142 + source = "registry+https://github.com/rust-lang/crates.io-index" 1143 + checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" 1144 + dependencies = [ 1145 + "cfg-if", 1146 + "concurrent-queue", 1147 + "hermit-abi 0.4.0", 1148 + "pin-project-lite", 1149 + "rustix 0.38.44", 1150 + "tracing", 1151 + "windows-sys 0.59.0", 1152 + ] 1153 + 1154 + [[package]] 1155 + name = "portable-atomic" 1156 + version = "1.11.0" 1157 + source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 1159 + 1160 + [[package]] 1161 + name = "portable-atomic-util" 1162 + version = "0.2.4" 1163 + source = "registry+https://github.com/rust-lang/crates.io-index" 1164 + checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1165 + dependencies = [ 1166 + "portable-atomic", 1167 + ] 1168 + 1169 + [[package]] 1170 + name = "ppv-lite86" 1171 + version = "0.2.21" 1172 + source = "registry+https://github.com/rust-lang/crates.io-index" 1173 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1174 + dependencies = [ 1175 + "zerocopy 0.8.24", 1176 + ] 1177 + 1178 + [[package]] 1179 + name = "proc-macro-crate" 1180 + version = "3.3.0" 1181 + source = "registry+https://github.com/rust-lang/crates.io-index" 1182 + checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" 1183 + dependencies = [ 1184 + "toml_edit", 1185 + ] 1186 + 1187 + [[package]] 1188 + name = "proc-macro2" 1189 + version = "1.0.94" 1190 + source = "registry+https://github.com/rust-lang/crates.io-index" 1191 + checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 1192 + dependencies = [ 1193 + "unicode-ident", 1194 + ] 1195 + 1196 + [[package]] 1197 + name = "profiling" 1198 + version = "1.0.16" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 1201 + dependencies = [ 1202 + "profiling-procmacros", 1203 + ] 1204 + 1205 + [[package]] 1206 + name = "profiling-procmacros" 1207 + version = "1.0.16" 1208 + source = "registry+https://github.com/rust-lang/crates.io-index" 1209 + checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30" 1210 + dependencies = [ 1211 + "quote", 1212 + "syn", 1213 + ] 1214 + 1215 + [[package]] 1216 + name = "quick-xml" 1217 + version = "0.37.4" 1218 + source = "registry+https://github.com/rust-lang/crates.io-index" 1219 + checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369" 1220 + dependencies = [ 1221 + "memchr", 1222 + ] 1223 + 1224 + [[package]] 1225 + name = "quote" 1226 + version = "1.0.40" 1227 + source = "registry+https://github.com/rust-lang/crates.io-index" 1228 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1229 + dependencies = [ 1230 + "proc-macro2", 1231 + ] 1232 + 1233 + [[package]] 1234 + name = "r-efi" 1235 + version = "5.2.0" 1236 + source = "registry+https://github.com/rust-lang/crates.io-index" 1237 + checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1238 + 1239 + [[package]] 1240 + name = "rand" 1241 + version = "0.8.5" 1242 + source = "registry+https://github.com/rust-lang/crates.io-index" 1243 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1244 + dependencies = [ 1245 + "libc", 1246 + "rand_chacha", 1247 + "rand_core", 1248 + ] 1249 + 1250 + [[package]] 1251 + name = "rand_chacha" 1252 + version = "0.3.1" 1253 + source = "registry+https://github.com/rust-lang/crates.io-index" 1254 + checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1255 + dependencies = [ 1256 + "ppv-lite86", 1257 + "rand_core", 1258 + ] 1259 + 1260 + [[package]] 1261 + name = "rand_core" 1262 + version = "0.6.4" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1265 + dependencies = [ 1266 + "getrandom 0.2.15", 1267 + ] 1268 + 1269 + [[package]] 1270 + name = "raw-window-handle" 1271 + version = "0.6.2" 1272 + source = "registry+https://github.com/rust-lang/crates.io-index" 1273 + checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 1274 + 1275 + [[package]] 1276 + name = "redox_syscall" 1277 + version = "0.4.1" 1278 + source = "registry+https://github.com/rust-lang/crates.io-index" 1279 + checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1280 + dependencies = [ 1281 + "bitflags 1.3.2", 1282 + ] 1283 + 1284 + [[package]] 1285 + name = "redox_syscall" 1286 + version = "0.5.11" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 1289 + dependencies = [ 1290 + "bitflags 2.9.0", 1291 + ] 1292 + 1293 + [[package]] 1294 + name = "regex" 1295 + version = "1.11.1" 1296 + source = "registry+https://github.com/rust-lang/crates.io-index" 1297 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1298 + dependencies = [ 1299 + "aho-corasick", 1300 + "memchr", 1301 + "regex-automata", 1302 + "regex-syntax", 1303 + ] 1304 + 1305 + [[package]] 1306 + name = "regex-automata" 1307 + version = "0.4.9" 1308 + source = "registry+https://github.com/rust-lang/crates.io-index" 1309 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1310 + dependencies = [ 1311 + "aho-corasick", 1312 + "memchr", 1313 + "regex-syntax", 1314 + ] 1315 + 1316 + [[package]] 1317 + name = "regex-syntax" 1318 + version = "0.8.5" 1319 + source = "registry+https://github.com/rust-lang/crates.io-index" 1320 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1321 + 1322 + [[package]] 1323 + name = "rustix" 1324 + version = "0.38.44" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1327 + dependencies = [ 1328 + "bitflags 2.9.0", 1329 + "errno", 1330 + "libc", 1331 + "linux-raw-sys 0.4.15", 1332 + "windows-sys 0.59.0", 1333 + ] 1334 + 1335 + [[package]] 1336 + name = "rustix" 1337 + version = "1.0.5" 1338 + source = "registry+https://github.com/rust-lang/crates.io-index" 1339 + checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 1340 + dependencies = [ 1341 + "bitflags 2.9.0", 1342 + "errno", 1343 + "libc", 1344 + "linux-raw-sys 0.9.3", 1345 + "windows-sys 0.59.0", 1346 + ] 1347 + 1348 + [[package]] 1349 + name = "rustversion" 1350 + version = "1.0.20" 1351 + source = "registry+https://github.com/rust-lang/crates.io-index" 1352 + checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1353 + 1354 + [[package]] 1355 + name = "same-file" 1356 + version = "1.0.6" 1357 + source = "registry+https://github.com/rust-lang/crates.io-index" 1358 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1359 + dependencies = [ 1360 + "winapi-util", 1361 + ] 1362 + 1363 + [[package]] 1364 + name = "scoped-tls" 1365 + version = "1.0.1" 1366 + source = "registry+https://github.com/rust-lang/crates.io-index" 1367 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1368 + 1369 + [[package]] 1370 + name = "scopeguard" 1371 + version = "1.2.0" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1374 + 1375 + [[package]] 1376 + name = "serde" 1377 + version = "1.0.219" 1378 + source = "registry+https://github.com/rust-lang/crates.io-index" 1379 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1380 + dependencies = [ 1381 + "serde_derive", 1382 + ] 1383 + 1384 + [[package]] 1385 + name = "serde_derive" 1386 + version = "1.0.219" 1387 + source = "registry+https://github.com/rust-lang/crates.io-index" 1388 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1389 + dependencies = [ 1390 + "proc-macro2", 1391 + "quote", 1392 + "syn", 1393 + ] 1394 + 1395 + [[package]] 1396 + name = "shlex" 1397 + version = "1.3.0" 1398 + source = "registry+https://github.com/rust-lang/crates.io-index" 1399 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1400 + 1401 + [[package]] 1402 + name = "slab" 1403 + version = "0.4.9" 1404 + source = "registry+https://github.com/rust-lang/crates.io-index" 1405 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1406 + dependencies = [ 1407 + "autocfg", 1408 + ] 1409 + 1410 + [[package]] 1411 + name = "smallvec" 1412 + version = "1.15.0" 1413 + source = "registry+https://github.com/rust-lang/crates.io-index" 1414 + checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 1415 + 1416 + [[package]] 1417 + name = "smithay" 1418 + version = "0.5.1" 1419 + source = "git+https://github.com/Smithay/smithay.git?tag=v0.5.1#ea43b156bfe2406943458587332d113764c95437" 1420 + dependencies = [ 1421 + "appendlist", 1422 + "ash", 1423 + "bitflags 2.9.0", 1424 + "calloop 0.14.2", 1425 + "cc", 1426 + "cgmath", 1427 + "cursor-icon", 1428 + "downcast-rs", 1429 + "drm", 1430 + "drm-ffi", 1431 + "drm-fourcc", 1432 + "encoding_rs", 1433 + "errno", 1434 + "gbm", 1435 + "gl_generator", 1436 + "indexmap", 1437 + "input", 1438 + "libc", 1439 + "libloading", 1440 + "libseat", 1441 + "pixman", 1442 + "pkg-config", 1443 + "profiling", 1444 + "rand", 1445 + "rustix 0.38.44", 1446 + "scopeguard", 1447 + "smallvec", 1448 + "tempfile", 1449 + "thiserror", 1450 + "tracing", 1451 + "udev", 1452 + "wayland-client", 1453 + "wayland-cursor", 1454 + "wayland-egl", 1455 + "wayland-protocols", 1456 + "wayland-protocols-misc", 1457 + "wayland-protocols-wlr", 1458 + "wayland-server", 1459 + "winit", 1460 + "x11rb", 1461 + "xkbcommon", 1462 + ] 1463 + 1464 + [[package]] 1465 + name = "smithay-client-toolkit" 1466 + version = "0.19.2" 1467 + source = "registry+https://github.com/rust-lang/crates.io-index" 1468 + checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 1469 + dependencies = [ 1470 + "bitflags 2.9.0", 1471 + "calloop 0.13.0", 1472 + "calloop-wayland-source", 1473 + "cursor-icon", 1474 + "libc", 1475 + "log", 1476 + "memmap2", 1477 + "rustix 0.38.44", 1478 + "thiserror", 1479 + "wayland-backend", 1480 + "wayland-client", 1481 + "wayland-csd-frame", 1482 + "wayland-cursor", 1483 + "wayland-protocols", 1484 + "wayland-protocols-wlr", 1485 + "wayland-scanner", 1486 + "xkeysym", 1487 + ] 1488 + 1489 + [[package]] 1490 + name = "smol_str" 1491 + version = "0.2.2" 1492 + source = "registry+https://github.com/rust-lang/crates.io-index" 1493 + checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 1494 + dependencies = [ 1495 + "serde", 1496 + ] 1497 + 1498 + [[package]] 1499 + name = "syn" 1500 + version = "2.0.100" 1501 + source = "registry+https://github.com/rust-lang/crates.io-index" 1502 + checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 1503 + dependencies = [ 1504 + "proc-macro2", 1505 + "quote", 1506 + "unicode-ident", 1507 + ] 1508 + 1509 + [[package]] 1510 + name = "tempfile" 1511 + version = "3.19.1" 1512 + source = "registry+https://github.com/rust-lang/crates.io-index" 1513 + checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 1514 + dependencies = [ 1515 + "fastrand", 1516 + "getrandom 0.3.2", 1517 + "once_cell", 1518 + "rustix 1.0.5", 1519 + "windows-sys 0.59.0", 1520 + ] 1521 + 1522 + [[package]] 1523 + name = "thiserror" 1524 + version = "1.0.69" 1525 + source = "registry+https://github.com/rust-lang/crates.io-index" 1526 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1527 + dependencies = [ 1528 + "thiserror-impl", 1529 + ] 1530 + 1531 + [[package]] 1532 + name = "thiserror-impl" 1533 + version = "1.0.69" 1534 + source = "registry+https://github.com/rust-lang/crates.io-index" 1535 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1536 + dependencies = [ 1537 + "proc-macro2", 1538 + "quote", 1539 + "syn", 1540 + ] 1541 + 1542 + [[package]] 1543 + name = "toml_datetime" 1544 + version = "0.6.8" 1545 + source = "registry+https://github.com/rust-lang/crates.io-index" 1546 + checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 1547 + 1548 + [[package]] 1549 + name = "toml_edit" 1550 + version = "0.22.24" 1551 + source = "registry+https://github.com/rust-lang/crates.io-index" 1552 + checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" 1553 + dependencies = [ 1554 + "indexmap", 1555 + "toml_datetime", 1556 + "winnow", 1557 + ] 1558 + 1559 + [[package]] 1560 + name = "tracing" 1561 + version = "0.1.41" 1562 + source = "registry+https://github.com/rust-lang/crates.io-index" 1563 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1564 + dependencies = [ 1565 + "log", 1566 + "pin-project-lite", 1567 + "tracing-attributes", 1568 + "tracing-core", 1569 + ] 1570 + 1571 + [[package]] 1572 + name = "tracing-attributes" 1573 + version = "0.1.28" 1574 + source = "registry+https://github.com/rust-lang/crates.io-index" 1575 + checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 1576 + dependencies = [ 1577 + "proc-macro2", 1578 + "quote", 1579 + "syn", 1580 + ] 1581 + 1582 + [[package]] 1583 + name = "tracing-core" 1584 + version = "0.1.33" 1585 + source = "registry+https://github.com/rust-lang/crates.io-index" 1586 + checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1587 + dependencies = [ 1588 + "once_cell", 1589 + ] 1590 + 1591 + [[package]] 1592 + name = "udev" 1593 + version = "0.9.3" 1594 + source = "registry+https://github.com/rust-lang/crates.io-index" 1595 + checksum = "af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f" 1596 + dependencies = [ 1597 + "io-lifetimes", 1598 + "libc", 1599 + "libudev-sys", 1600 + "pkg-config", 1601 + ] 1602 + 1603 + [[package]] 1604 + name = "unicode-ident" 1605 + version = "1.0.18" 1606 + source = "registry+https://github.com/rust-lang/crates.io-index" 1607 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1608 + 1609 + [[package]] 1610 + name = "unicode-segmentation" 1611 + version = "1.12.0" 1612 + source = "registry+https://github.com/rust-lang/crates.io-index" 1613 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1614 + 1615 + [[package]] 1616 + name = "utf8parse" 1617 + version = "0.2.2" 1618 + source = "registry+https://github.com/rust-lang/crates.io-index" 1619 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1620 + 1621 + [[package]] 1622 + name = "version_check" 1623 + version = "0.9.5" 1624 + source = "registry+https://github.com/rust-lang/crates.io-index" 1625 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1626 + 1627 + [[package]] 1628 + name = "walkdir" 1629 + version = "2.5.0" 1630 + source = "registry+https://github.com/rust-lang/crates.io-index" 1631 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1632 + dependencies = [ 1633 + "same-file", 1634 + "winapi-util", 1635 + ] 1636 + 1637 + [[package]] 1638 + name = "wasi" 1639 + version = "0.11.0+wasi-snapshot-preview1" 1640 + source = "registry+https://github.com/rust-lang/crates.io-index" 1641 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1642 + 1643 + [[package]] 1644 + name = "wasi" 1645 + version = "0.14.2+wasi-0.2.4" 1646 + source = "registry+https://github.com/rust-lang/crates.io-index" 1647 + checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1648 + dependencies = [ 1649 + "wit-bindgen-rt", 1650 + ] 1651 + 1652 + [[package]] 1653 + name = "wasm-bindgen" 1654 + version = "0.2.100" 1655 + source = "registry+https://github.com/rust-lang/crates.io-index" 1656 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1657 + dependencies = [ 1658 + "cfg-if", 1659 + "once_cell", 1660 + "rustversion", 1661 + "wasm-bindgen-macro", 1662 + ] 1663 + 1664 + [[package]] 1665 + name = "wasm-bindgen-backend" 1666 + version = "0.2.100" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1669 + dependencies = [ 1670 + "bumpalo", 1671 + "log", 1672 + "proc-macro2", 1673 + "quote", 1674 + "syn", 1675 + "wasm-bindgen-shared", 1676 + ] 1677 + 1678 + [[package]] 1679 + name = "wasm-bindgen-futures" 1680 + version = "0.4.50" 1681 + source = "registry+https://github.com/rust-lang/crates.io-index" 1682 + checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 1683 + dependencies = [ 1684 + "cfg-if", 1685 + "js-sys", 1686 + "once_cell", 1687 + "wasm-bindgen", 1688 + "web-sys", 1689 + ] 1690 + 1691 + [[package]] 1692 + name = "wasm-bindgen-macro" 1693 + version = "0.2.100" 1694 + source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1696 + dependencies = [ 1697 + "quote", 1698 + "wasm-bindgen-macro-support", 1699 + ] 1700 + 1701 + [[package]] 1702 + name = "wasm-bindgen-macro-support" 1703 + version = "0.2.100" 1704 + source = "registry+https://github.com/rust-lang/crates.io-index" 1705 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1706 + dependencies = [ 1707 + "proc-macro2", 1708 + "quote", 1709 + "syn", 1710 + "wasm-bindgen-backend", 1711 + "wasm-bindgen-shared", 1712 + ] 1713 + 1714 + [[package]] 1715 + name = "wasm-bindgen-shared" 1716 + version = "0.2.100" 1717 + source = "registry+https://github.com/rust-lang/crates.io-index" 1718 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1719 + dependencies = [ 1720 + "unicode-ident", 1721 + ] 1722 + 1723 + [[package]] 1724 + name = "wayland-backend" 1725 + version = "0.3.8" 1726 + source = "registry+https://github.com/rust-lang/crates.io-index" 1727 + checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf" 1728 + dependencies = [ 1729 + "cc", 1730 + "downcast-rs", 1731 + "rustix 0.38.44", 1732 + "scoped-tls", 1733 + "smallvec", 1734 + "wayland-sys", 1735 + ] 1736 + 1737 + [[package]] 1738 + name = "wayland-client" 1739 + version = "0.31.8" 1740 + source = "registry+https://github.com/rust-lang/crates.io-index" 1741 + checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f" 1742 + dependencies = [ 1743 + "bitflags 2.9.0", 1744 + "rustix 0.38.44", 1745 + "wayland-backend", 1746 + "wayland-scanner", 1747 + ] 1748 + 1749 + [[package]] 1750 + name = "wayland-csd-frame" 1751 + version = "0.3.0" 1752 + source = "registry+https://github.com/rust-lang/crates.io-index" 1753 + checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 1754 + dependencies = [ 1755 + "bitflags 2.9.0", 1756 + "cursor-icon", 1757 + "wayland-backend", 1758 + ] 1759 + 1760 + [[package]] 1761 + name = "wayland-cursor" 1762 + version = "0.31.8" 1763 + source = "registry+https://github.com/rust-lang/crates.io-index" 1764 + checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d" 1765 + dependencies = [ 1766 + "rustix 0.38.44", 1767 + "wayland-client", 1768 + "xcursor", 1769 + ] 1770 + 1771 + [[package]] 1772 + name = "wayland-egl" 1773 + version = "0.32.5" 1774 + source = "registry+https://github.com/rust-lang/crates.io-index" 1775 + checksum = "504838241a10e271f48ffd429ac4033e0ac468b399fe7c2e2840f5c3a82d9902" 1776 + dependencies = [ 1777 + "wayland-backend", 1778 + "wayland-sys", 1779 + ] 1780 + 1781 + [[package]] 1782 + name = "wayland-protocols" 1783 + version = "0.32.6" 1784 + source = "registry+https://github.com/rust-lang/crates.io-index" 1785 + checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc" 1786 + dependencies = [ 1787 + "bitflags 2.9.0", 1788 + "wayland-backend", 1789 + "wayland-client", 1790 + "wayland-scanner", 1791 + "wayland-server", 1792 + ] 1793 + 1794 + [[package]] 1795 + name = "wayland-protocols-misc" 1796 + version = "0.3.6" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "feb7ee1810026d1bb15d47086d03a7e5c68651c707e305ba1e8cc796fcbf5a54" 1799 + dependencies = [ 1800 + "bitflags 2.9.0", 1801 + "wayland-backend", 1802 + "wayland-protocols", 1803 + "wayland-scanner", 1804 + "wayland-server", 1805 + ] 1806 + 1807 + [[package]] 1808 + name = "wayland-protocols-plasma" 1809 + version = "0.3.6" 1810 + source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "7ccaacc76703fefd6763022ac565b590fcade92202492381c95b2edfdf7d46b3" 1812 + dependencies = [ 1813 + "bitflags 2.9.0", 1814 + "wayland-backend", 1815 + "wayland-client", 1816 + "wayland-protocols", 1817 + "wayland-scanner", 1818 + ] 1819 + 1820 + [[package]] 1821 + name = "wayland-protocols-wlr" 1822 + version = "0.3.6" 1823 + source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "248a02e6f595aad796561fa82d25601bd2c8c3b145b1c7453fc8f94c1a58f8b2" 1825 + dependencies = [ 1826 + "bitflags 2.9.0", 1827 + "wayland-backend", 1828 + "wayland-client", 1829 + "wayland-protocols", 1830 + "wayland-scanner", 1831 + "wayland-server", 1832 + ] 1833 + 1834 + [[package]] 1835 + name = "wayland-scanner" 1836 + version = "0.31.6" 1837 + source = "registry+https://github.com/rust-lang/crates.io-index" 1838 + checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" 1839 + dependencies = [ 1840 + "proc-macro2", 1841 + "quick-xml", 1842 + "quote", 1843 + ] 1844 + 1845 + [[package]] 1846 + name = "wayland-server" 1847 + version = "0.31.7" 1848 + source = "registry+https://github.com/rust-lang/crates.io-index" 1849 + checksum = "97fabd7ed68cff8e7657b8a8a1fbe90cb4a3f0c30d90da4bf179a7a23008a4cb" 1850 + dependencies = [ 1851 + "bitflags 2.9.0", 1852 + "downcast-rs", 1853 + "rustix 0.38.44", 1854 + "wayland-backend", 1855 + "wayland-scanner", 1856 + ] 1857 + 1858 + [[package]] 1859 + name = "wayland-sys" 1860 + version = "0.31.6" 1861 + source = "registry+https://github.com/rust-lang/crates.io-index" 1862 + checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615" 1863 + dependencies = [ 1864 + "dlib", 1865 + "log", 1866 + "once_cell", 1867 + "pkg-config", 1868 + ] 1869 + 1870 + [[package]] 1871 + name = "web-sys" 1872 + version = "0.3.77" 1873 + source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 1875 + dependencies = [ 1876 + "js-sys", 1877 + "wasm-bindgen", 1878 + ] 1879 + 1880 + [[package]] 1881 + name = "web-time" 1882 + version = "1.1.0" 1883 + source = "registry+https://github.com/rust-lang/crates.io-index" 1884 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1885 + dependencies = [ 1886 + "js-sys", 1887 + "wasm-bindgen", 1888 + ] 1889 + 1890 + [[package]] 1891 + name = "winapi-util" 1892 + version = "0.1.9" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 1895 + dependencies = [ 1896 + "windows-sys 0.59.0", 1897 + ] 1898 + 1899 + [[package]] 1900 + name = "windows-sys" 1901 + version = "0.45.0" 1902 + source = "registry+https://github.com/rust-lang/crates.io-index" 1903 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1904 + dependencies = [ 1905 + "windows-targets 0.42.2", 1906 + ] 1907 + 1908 + [[package]] 1909 + name = "windows-sys" 1910 + version = "0.48.0" 1911 + source = "registry+https://github.com/rust-lang/crates.io-index" 1912 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1913 + dependencies = [ 1914 + "windows-targets 0.48.5", 1915 + ] 1916 + 1917 + [[package]] 1918 + name = "windows-sys" 1919 + version = "0.52.0" 1920 + source = "registry+https://github.com/rust-lang/crates.io-index" 1921 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1922 + dependencies = [ 1923 + "windows-targets 0.52.6", 1924 + ] 1925 + 1926 + [[package]] 1927 + name = "windows-sys" 1928 + version = "0.59.0" 1929 + source = "registry+https://github.com/rust-lang/crates.io-index" 1930 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1931 + dependencies = [ 1932 + "windows-targets 0.52.6", 1933 + ] 1934 + 1935 + [[package]] 1936 + name = "windows-targets" 1937 + version = "0.42.2" 1938 + source = "registry+https://github.com/rust-lang/crates.io-index" 1939 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1940 + dependencies = [ 1941 + "windows_aarch64_gnullvm 0.42.2", 1942 + "windows_aarch64_msvc 0.42.2", 1943 + "windows_i686_gnu 0.42.2", 1944 + "windows_i686_msvc 0.42.2", 1945 + "windows_x86_64_gnu 0.42.2", 1946 + "windows_x86_64_gnullvm 0.42.2", 1947 + "windows_x86_64_msvc 0.42.2", 1948 + ] 1949 + 1950 + [[package]] 1951 + name = "windows-targets" 1952 + version = "0.48.5" 1953 + source = "registry+https://github.com/rust-lang/crates.io-index" 1954 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1955 + dependencies = [ 1956 + "windows_aarch64_gnullvm 0.48.5", 1957 + "windows_aarch64_msvc 0.48.5", 1958 + "windows_i686_gnu 0.48.5", 1959 + "windows_i686_msvc 0.48.5", 1960 + "windows_x86_64_gnu 0.48.5", 1961 + "windows_x86_64_gnullvm 0.48.5", 1962 + "windows_x86_64_msvc 0.48.5", 1963 + ] 1964 + 1965 + [[package]] 1966 + name = "windows-targets" 1967 + version = "0.52.6" 1968 + source = "registry+https://github.com/rust-lang/crates.io-index" 1969 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1970 + dependencies = [ 1971 + "windows_aarch64_gnullvm 0.52.6", 1972 + "windows_aarch64_msvc 0.52.6", 1973 + "windows_i686_gnu 0.52.6", 1974 + "windows_i686_gnullvm", 1975 + "windows_i686_msvc 0.52.6", 1976 + "windows_x86_64_gnu 0.52.6", 1977 + "windows_x86_64_gnullvm 0.52.6", 1978 + "windows_x86_64_msvc 0.52.6", 1979 + ] 1980 + 1981 + [[package]] 1982 + name = "windows_aarch64_gnullvm" 1983 + version = "0.42.2" 1984 + source = "registry+https://github.com/rust-lang/crates.io-index" 1985 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1986 + 1987 + [[package]] 1988 + name = "windows_aarch64_gnullvm" 1989 + version = "0.48.5" 1990 + source = "registry+https://github.com/rust-lang/crates.io-index" 1991 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1992 + 1993 + [[package]] 1994 + name = "windows_aarch64_gnullvm" 1995 + version = "0.52.6" 1996 + source = "registry+https://github.com/rust-lang/crates.io-index" 1997 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1998 + 1999 + [[package]] 2000 + name = "windows_aarch64_msvc" 2001 + version = "0.42.2" 2002 + source = "registry+https://github.com/rust-lang/crates.io-index" 2003 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2004 + 2005 + [[package]] 2006 + name = "windows_aarch64_msvc" 2007 + version = "0.48.5" 2008 + source = "registry+https://github.com/rust-lang/crates.io-index" 2009 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2010 + 2011 + [[package]] 2012 + name = "windows_aarch64_msvc" 2013 + version = "0.52.6" 2014 + source = "registry+https://github.com/rust-lang/crates.io-index" 2015 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2016 + 2017 + [[package]] 2018 + name = "windows_i686_gnu" 2019 + version = "0.42.2" 2020 + source = "registry+https://github.com/rust-lang/crates.io-index" 2021 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2022 + 2023 + [[package]] 2024 + name = "windows_i686_gnu" 2025 + version = "0.48.5" 2026 + source = "registry+https://github.com/rust-lang/crates.io-index" 2027 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2028 + 2029 + [[package]] 2030 + name = "windows_i686_gnu" 2031 + version = "0.52.6" 2032 + source = "registry+https://github.com/rust-lang/crates.io-index" 2033 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2034 + 2035 + [[package]] 2036 + name = "windows_i686_gnullvm" 2037 + version = "0.52.6" 2038 + source = "registry+https://github.com/rust-lang/crates.io-index" 2039 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2040 + 2041 + [[package]] 2042 + name = "windows_i686_msvc" 2043 + version = "0.42.2" 2044 + source = "registry+https://github.com/rust-lang/crates.io-index" 2045 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2046 + 2047 + [[package]] 2048 + name = "windows_i686_msvc" 2049 + version = "0.48.5" 2050 + source = "registry+https://github.com/rust-lang/crates.io-index" 2051 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2052 + 2053 + [[package]] 2054 + name = "windows_i686_msvc" 2055 + version = "0.52.6" 2056 + source = "registry+https://github.com/rust-lang/crates.io-index" 2057 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2058 + 2059 + [[package]] 2060 + name = "windows_x86_64_gnu" 2061 + version = "0.42.2" 2062 + source = "registry+https://github.com/rust-lang/crates.io-index" 2063 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2064 + 2065 + [[package]] 2066 + name = "windows_x86_64_gnu" 2067 + version = "0.48.5" 2068 + source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2070 + 2071 + [[package]] 2072 + name = "windows_x86_64_gnu" 2073 + version = "0.52.6" 2074 + source = "registry+https://github.com/rust-lang/crates.io-index" 2075 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2076 + 2077 + [[package]] 2078 + name = "windows_x86_64_gnullvm" 2079 + version = "0.42.2" 2080 + source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2082 + 2083 + [[package]] 2084 + name = "windows_x86_64_gnullvm" 2085 + version = "0.48.5" 2086 + source = "registry+https://github.com/rust-lang/crates.io-index" 2087 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2088 + 2089 + [[package]] 2090 + name = "windows_x86_64_gnullvm" 2091 + version = "0.52.6" 2092 + source = "registry+https://github.com/rust-lang/crates.io-index" 2093 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2094 + 2095 + [[package]] 2096 + name = "windows_x86_64_msvc" 2097 + version = "0.42.2" 2098 + source = "registry+https://github.com/rust-lang/crates.io-index" 2099 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2100 + 2101 + [[package]] 2102 + name = "windows_x86_64_msvc" 2103 + version = "0.48.5" 2104 + source = "registry+https://github.com/rust-lang/crates.io-index" 2105 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2106 + 2107 + [[package]] 2108 + name = "windows_x86_64_msvc" 2109 + version = "0.52.6" 2110 + source = "registry+https://github.com/rust-lang/crates.io-index" 2111 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2112 + 2113 + [[package]] 2114 + name = "winit" 2115 + version = "0.30.9" 2116 + source = "registry+https://github.com/rust-lang/crates.io-index" 2117 + checksum = "a809eacf18c8eca8b6635091543f02a5a06ddf3dad846398795460e6e0ae3cc0" 2118 + dependencies = [ 2119 + "ahash", 2120 + "android-activity", 2121 + "atomic-waker", 2122 + "bitflags 2.9.0", 2123 + "block2", 2124 + "bytemuck", 2125 + "calloop 0.13.0", 2126 + "cfg_aliases", 2127 + "concurrent-queue", 2128 + "core-foundation", 2129 + "core-graphics", 2130 + "cursor-icon", 2131 + "dpi", 2132 + "js-sys", 2133 + "libc", 2134 + "memmap2", 2135 + "ndk", 2136 + "objc2", 2137 + "objc2-app-kit", 2138 + "objc2-foundation", 2139 + "objc2-ui-kit", 2140 + "orbclient", 2141 + "percent-encoding", 2142 + "pin-project", 2143 + "raw-window-handle", 2144 + "redox_syscall 0.4.1", 2145 + "rustix 0.38.44", 2146 + "smithay-client-toolkit", 2147 + "smol_str", 2148 + "tracing", 2149 + "unicode-segmentation", 2150 + "wasm-bindgen", 2151 + "wasm-bindgen-futures", 2152 + "wayland-backend", 2153 + "wayland-client", 2154 + "wayland-protocols", 2155 + "wayland-protocols-plasma", 2156 + "web-sys", 2157 + "web-time", 2158 + "windows-sys 0.52.0", 2159 + "x11-dl", 2160 + "x11rb", 2161 + "xkbcommon-dl", 2162 + ] 2163 + 2164 + [[package]] 2165 + name = "winnow" 2166 + version = "0.7.6" 2167 + source = "registry+https://github.com/rust-lang/crates.io-index" 2168 + checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" 2169 + dependencies = [ 2170 + "memchr", 2171 + ] 2172 + 2173 + [[package]] 2174 + name = "wit-bindgen-rt" 2175 + version = "0.39.0" 2176 + source = "registry+https://github.com/rust-lang/crates.io-index" 2177 + checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2178 + dependencies = [ 2179 + "bitflags 2.9.0", 2180 + ] 2181 + 2182 + [[package]] 2183 + name = "x11-dl" 2184 + version = "2.21.0" 2185 + source = "registry+https://github.com/rust-lang/crates.io-index" 2186 + checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 2187 + dependencies = [ 2188 + "libc", 2189 + "once_cell", 2190 + "pkg-config", 2191 + ] 2192 + 2193 + [[package]] 2194 + name = "x11rb" 2195 + version = "0.13.1" 2196 + source = "registry+https://github.com/rust-lang/crates.io-index" 2197 + checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 2198 + dependencies = [ 2199 + "as-raw-xcb-connection", 2200 + "gethostname", 2201 + "libc", 2202 + "libloading", 2203 + "once_cell", 2204 + "rustix 0.38.44", 2205 + "x11rb-protocol", 2206 + ] 2207 + 2208 + [[package]] 2209 + name = "x11rb-protocol" 2210 + version = "0.13.1" 2211 + source = "registry+https://github.com/rust-lang/crates.io-index" 2212 + checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 2213 + 2214 + [[package]] 2215 + name = "xcursor" 2216 + version = "0.3.8" 2217 + source = "registry+https://github.com/rust-lang/crates.io-index" 2218 + checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 2219 + 2220 + [[package]] 2221 + name = "xkbcommon" 2222 + version = "0.8.0" 2223 + source = "registry+https://github.com/rust-lang/crates.io-index" 2224 + checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" 2225 + dependencies = [ 2226 + "libc", 2227 + "memmap2", 2228 + "xkeysym", 2229 + ] 2230 + 2231 + [[package]] 2232 + name = "xkbcommon-dl" 2233 + version = "0.4.2" 2234 + source = "registry+https://github.com/rust-lang/crates.io-index" 2235 + checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 2236 + dependencies = [ 2237 + "bitflags 2.9.0", 2238 + "dlib", 2239 + "log", 2240 + "once_cell", 2241 + "xkeysym", 2242 + ] 2243 + 2244 + [[package]] 2245 + name = "xkeysym" 2246 + version = "0.2.1" 2247 + source = "registry+https://github.com/rust-lang/crates.io-index" 2248 + checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 2249 + 2250 + [[package]] 2251 + name = "xml-rs" 2252 + version = "0.8.25" 2253 + source = "registry+https://github.com/rust-lang/crates.io-index" 2254 + checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" 2255 + 2256 + [[package]] 2257 + name = "yonwm" 2258 + version = "0.1.0" 2259 + dependencies = [ 2260 + "env_logger", 2261 + "log", 2262 + "smithay", 2263 + ] 2264 + 2265 + [[package]] 2266 + name = "zerocopy" 2267 + version = "0.7.35" 2268 + source = "registry+https://github.com/rust-lang/crates.io-index" 2269 + checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 2270 + dependencies = [ 2271 + "zerocopy-derive 0.7.35", 2272 + ] 2273 + 2274 + [[package]] 2275 + name = "zerocopy" 2276 + version = "0.8.24" 2277 + source = "registry+https://github.com/rust-lang/crates.io-index" 2278 + checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 2279 + dependencies = [ 2280 + "zerocopy-derive 0.8.24", 2281 + ] 2282 + 2283 + [[package]] 2284 + name = "zerocopy-derive" 2285 + version = "0.7.35" 2286 + source = "registry+https://github.com/rust-lang/crates.io-index" 2287 + checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 2288 + dependencies = [ 2289 + "proc-macro2", 2290 + "quote", 2291 + "syn", 2292 + ] 2293 + 2294 + [[package]] 2295 + name = "zerocopy-derive" 2296 + version = "0.8.24" 2297 + source = "registry+https://github.com/rust-lang/crates.io-index" 2298 + checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 2299 + dependencies = [ 2300 + "proc-macro2", 2301 + "quote", 2302 + "syn", 2303 + ]
+11
Cargo.toml
··· 1 + [package] 2 + name = "yonwm" 3 + version = "0.1.0" 4 + edition = "2024" 5 + 6 + [dependencies] 7 + 8 + smithay = { git = "https://github.com/Smithay/smithay.git", tag = "v0.5.1"} 9 + env_logger = "0.11.8" 10 + log = "0.4.27" 11 +
+103
devenv.lock
··· 1 + { 2 + "nodes": { 3 + "devenv": { 4 + "locked": { 5 + "dir": "src/modules", 6 + "lastModified": 1746423062, 7 + "owner": "cachix", 8 + "repo": "devenv", 9 + "rev": "aba5cf8412827fdb637fceb2c305d10fcea907c6", 10 + "type": "github" 11 + }, 12 + "original": { 13 + "dir": "src/modules", 14 + "owner": "cachix", 15 + "repo": "devenv", 16 + "type": "github" 17 + } 18 + }, 19 + "flake-compat": { 20 + "flake": false, 21 + "locked": { 22 + "lastModified": 1733328505, 23 + "owner": "edolstra", 24 + "repo": "flake-compat", 25 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 26 + "type": "github" 27 + }, 28 + "original": { 29 + "owner": "edolstra", 30 + "repo": "flake-compat", 31 + "type": "github" 32 + } 33 + }, 34 + "git-hooks": { 35 + "inputs": { 36 + "flake-compat": "flake-compat", 37 + "gitignore": "gitignore", 38 + "nixpkgs": [ 39 + "nixpkgs" 40 + ] 41 + }, 42 + "locked": { 43 + "lastModified": 1742649964, 44 + "owner": "cachix", 45 + "repo": "git-hooks.nix", 46 + "rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82", 47 + "type": "github" 48 + }, 49 + "original": { 50 + "owner": "cachix", 51 + "repo": "git-hooks.nix", 52 + "type": "github" 53 + } 54 + }, 55 + "gitignore": { 56 + "inputs": { 57 + "nixpkgs": [ 58 + "git-hooks", 59 + "nixpkgs" 60 + ] 61 + }, 62 + "locked": { 63 + "lastModified": 1709087332, 64 + "owner": "hercules-ci", 65 + "repo": "gitignore.nix", 66 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 67 + "type": "github" 68 + }, 69 + "original": { 70 + "owner": "hercules-ci", 71 + "repo": "gitignore.nix", 72 + "type": "github" 73 + } 74 + }, 75 + "nixpkgs": { 76 + "locked": { 77 + "lastModified": 1747327360, 78 + "owner": "NixOS", 79 + "repo": "nixpkgs", 80 + "rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46", 81 + "type": "github" 82 + }, 83 + "original": { 84 + "owner": "NixOS", 85 + "ref": "nixos-unstable", 86 + "repo": "nixpkgs", 87 + "type": "github" 88 + } 89 + }, 90 + "root": { 91 + "inputs": { 92 + "devenv": "devenv", 93 + "git-hooks": "git-hooks", 94 + "nixpkgs": "nixpkgs", 95 + "pre-commit-hooks": [ 96 + "git-hooks" 97 + ] 98 + } 99 + } 100 + }, 101 + "root": "root", 102 + "version": 7 103 + }
+17
devenv.nix
··· 1 + { pkgs, ... }: 2 + 3 + { 4 + packages = with pkgs; [ 5 + udev 6 + seatd 7 + 8 + libinput 9 + pixman 10 + libxkbcommon 11 + libgbm 12 + ]; 13 + 14 + enterShell = '' 15 + git --version 16 + ''; 17 + }
+15
devenv.yaml
··· 1 + # yaml-language-server: $schema=https://devenv.sh/devenv.schema.json 2 + inputs: 3 + nixpkgs: 4 + url: github:NixOS/nixpkgs/nixos-unstable 5 + 6 + # If you're using non-OSS software, you can set allowUnfree to true. 7 + # allowUnfree: true 8 + 9 + # If you're willing to use a package that's vulnerable 10 + # permittedInsecurePackages: 11 + # - "openssl-1.1.1w" 12 + 13 + # If you have more than one devenv you can merge them 14 + #imports: 15 + # - ./backend
+8
justfile
··· 1 + open: 2 + zellij --layout zellij-layout.kdl 3 + 4 + debug: 5 + cargo run 6 + 7 + release: 8 + cargo run --release
+4
src/handlers.rs
··· 1 + mod compositor_handler; 2 + mod xdg_shell_handler; 3 + mod seat_handler; 4 + mod output_handler;
+31
src/handlers/compositor_handler.rs
··· 1 + use crate::state::yon_client_data::YonClientData; 2 + use crate::state::yon_state::YonState; 3 + use smithay::reexports::wayland_server::protocol::wl_surface::WlSurface; 4 + use smithay::reexports::wayland_server::{Client, Resource}; 5 + use smithay::wayland::compositor::{CompositorClientState, CompositorHandler, CompositorState}; 6 + 7 + impl CompositorHandler for YonState { 8 + fn compositor_state(&mut self) -> &mut CompositorState { 9 + &mut self.compositor_state 10 + } 11 + 12 + fn client_compositor_state<'a>(&self, client: &'a Client) -> &'a CompositorClientState { 13 + &client 14 + .get_data::<YonClientData>() 15 + .unwrap() 16 + .compositor_client_state 17 + } 18 + 19 + fn new_surface(&mut self, surface: &WlSurface) { 20 + log::info!( 21 + "A client has created new Surface with id {:?}", 22 + surface.id() 23 + ); 24 + } 25 + 26 + fn commit(&mut self, surface: &WlSurface) { 27 + log::info!("Surface with id {:?} has committed.", surface.id()); 28 + log::info!("Refreshing the compositor space"); 29 + self.compositor_space.refresh(); 30 + } 31 + }
+10
src/handlers/output_handler.rs
··· 1 + use crate::state::yon_state::YonState; 2 + use smithay::output::Output; 3 + use smithay::reexports::wayland_server::protocol::wl_output::WlOutput; 4 + use smithay::wayland::output::OutputHandler; 5 + 6 + impl OutputHandler for YonState { 7 + fn output_bound(&mut self, output: Output, _wl_output: WlOutput) { 8 + log::info!("A client has bound to an output {:?}", output.name()); 9 + } 10 + }
+15
src/handlers/seat_handler.rs
··· 1 + use crate::state::yon_state::YonState; 2 + use smithay::input::{SeatHandler, SeatState}; 3 + use smithay::reexports::wayland_server::protocol::wl_surface::WlSurface; 4 + 5 + pub struct YonSeatData {} 6 + 7 + impl SeatHandler for YonState { 8 + type KeyboardFocus = WlSurface; 9 + type PointerFocus = WlSurface; 10 + type TouchFocus = WlSurface; 11 + 12 + fn seat_state(&mut self) -> &mut SeatState<Self> { 13 + &mut self.seat_state 14 + } 15 + }
+48
src/handlers/xdg_shell_handler.rs
··· 1 + use crate::state::yon_state::YonState; 2 + use smithay::desktop::Window; 3 + use smithay::reexports::wayland_server::protocol::wl_seat::WlSeat; 4 + use smithay::utils::{Logical, Point, Serial}; 5 + use smithay::wayland::shell::xdg::{ 6 + PopupSurface, PositionerState, ToplevelSurface, XdgShellHandler, XdgShellState, 7 + }; 8 + 9 + impl XdgShellHandler for YonState { 10 + fn xdg_shell_state(&mut self) -> &mut XdgShellState { 11 + &mut self.xdg_shell_state 12 + } 13 + 14 + fn new_toplevel(&mut self, surface: ToplevelSurface) { 15 + log::info!("New toplevel surface created"); 16 + 17 + log::info!("Creating new window for the toplevel surface."); 18 + let window = Window::new_wayland_window(surface.clone()); 19 + let ini_position = Point::<i32, Logical>::from((0, 0)); 20 + 21 + log::info!("Mapping new toplevel window into the compositor space."); 22 + self.compositor_space 23 + .map_element(window, ini_position, true); 24 + } 25 + 26 + fn new_popup(&mut self, surface: PopupSurface, _positioner: PositionerState) { 27 + log::info!("New popup surface created: {:?}", surface.wl_surface()); 28 + } 29 + 30 + fn grab(&mut self, surface: PopupSurface, _seat: WlSeat, _serial: Serial) { 31 + log::info!( 32 + "Popup grab requested for surface: {:?}", 33 + surface.wl_surface() 34 + ); 35 + } 36 + 37 + fn reposition_request( 38 + &mut self, 39 + surface: PopupSurface, 40 + _positioner: PositionerState, 41 + _token: u32, 42 + ) { 43 + log::info!( 44 + "Reposition request for popup surface: {:?}", 45 + surface.wl_surface() 46 + ); 47 + } 48 + }
+13
src/main.rs
··· 1 + mod handlers; 2 + mod runners; 3 + mod state; 4 + 5 + use log::info; 6 + use runners::winit_runner; 7 + 8 + fn main() { 9 + env_logger::init(); 10 + info!("Starting compositor..."); 11 + 12 + winit_runner::run(); 13 + }
+1
src/runners.rs
··· 1 + pub mod winit_runner;
+113
src/runners/winit_runner.rs
··· 1 + use crate::state::yon_client_data::YonClientData; 2 + use crate::state::yon_state::YonState; 3 + use smithay::output; 4 + use smithay::output::{Output, PhysicalProperties, Subpixel}; 5 + use smithay::reexports::calloop::generic::Generic; 6 + use smithay::reexports::calloop::{EventLoop, Interest, LoopHandle, Mode, PostAction}; 7 + use smithay::reexports::wayland_server::Display; 8 + use smithay::wayland::socket::ListeningSocketSource; 9 + use std::cell::RefCell; 10 + use std::os::unix::net::UnixStream; 11 + use std::rc::Rc; 12 + use std::sync::Arc; 13 + use std::sync::atomic::Ordering; 14 + use std::time::Duration; 15 + 16 + pub fn run() { 17 + let mut event_loop: EventLoop<YonState> = EventLoop::try_new().unwrap_or_else(|err| { 18 + log::error!("Failed to initialize event loop because: {}", err); 19 + panic!() 20 + }); 21 + 22 + let display: Display<YonState> = Display::new().unwrap_or_else(|err| { 23 + log::error!("Failed to initialize display because: {:?}", err); 24 + panic!() 25 + }); 26 + 27 + let mut display_handle = display.handle().clone(); 28 + let yon_state = Rc::new(RefCell::new(YonState::new(display_handle.clone()))); 29 + let event_loop_handle: LoopHandle<YonState> = event_loop.handle(); 30 + 31 + let output = Output::new( 32 + "yon-output".to_string(), 33 + PhysicalProperties { 34 + size: (0, 0).into(), 35 + subpixel: Subpixel::Unknown, 36 + make: "Yon".to_string(), 37 + model: "YonOutput".to_string(), 38 + }, 39 + ); 40 + 41 + // let mode = output::Mode { 42 + // size: yon_state 43 + // .borrow() 44 + // .render_state 45 + // .backend 46 + // .as_ref() 47 + // .unwrap() 48 + // .window_size(), 49 + // refresh: 60_000, 50 + // }; 51 + 52 + // output.create_global::<YonState>(&display_handle); 53 + // output.change_current_state(Some(mode), None, None, Some((0, 0).into())); 54 + // output.set_preferred(mode); 55 + 56 + let display_source = Generic::new(display, Interest::READ, Mode::Level); 57 + let wayland_socket_source = 58 + ListeningSocketSource::with_name("yon-test").unwrap_or_else(|err| { 59 + log::error!("Failed to initialize socket because: {:?}", err); 60 + panic!() 61 + }); 62 + 63 + event_loop_handle 64 + .insert_source( 65 + wayland_socket_source, 66 + |_client_stream: UnixStream, _, _yon_state: &mut YonState| { 67 + if let Err(err) = _yon_state 68 + .display_handle 69 + .insert_client(_client_stream, Arc::new(YonClientData::new())) 70 + { 71 + log::error!("Failed to insert client. Reason: {:?}", err); 72 + } 73 + }, 74 + ) 75 + .unwrap_or_else(|err| { 76 + log::error!( 77 + "Failed to insert wayland_socket_source into event loop because: {:?}", 78 + err 79 + ); 80 + panic!() 81 + }); 82 + 83 + event_loop_handle 84 + .insert_source( 85 + display_source, 86 + |_, display, _yon_state: &mut YonState| unsafe { 87 + if let Err(err) = display.get_mut().dispatch_clients(_yon_state) { 88 + log::error!("Failed to dispatch client because: {:?}", err); 89 + } 90 + Ok(PostAction::Continue) 91 + }, 92 + ) 93 + .unwrap_or_else(|err| { 94 + log::error!( 95 + "Failed to insert display_source into event loop because: {:?}", 96 + err 97 + ); 98 + panic!() 99 + }); 100 + 101 + while yon_state.borrow_mut().running.load(Ordering::SeqCst) { 102 + if let Err(err) = 103 + event_loop.dispatch(Some(Duration::from_millis(1)), &mut yon_state.borrow_mut()) 104 + { 105 + log::error!("Failed to dispatch event because: {:?}", err); 106 + break; 107 + } 108 + 109 + if let Err(err) = display_handle.flush_clients() { 110 + log::error!("Failed to flush clients because: {:?}", err); 111 + } 112 + } 113 + }
+2
src/state.rs
··· 1 + pub(crate) mod yon_state; 2 + pub(crate) mod yon_client_data;
+28
src/state/yon_client_data.rs
··· 1 + use smithay::reexports::wayland_server::backend::{ClientData, ClientId, DisconnectReason}; 2 + use smithay::wayland::compositor::CompositorClientState; 3 + 4 + pub struct YonClientData { 5 + pub compositor_client_state: CompositorClientState, 6 + } 7 + 8 + impl YonClientData { 9 + pub fn new() -> Self { 10 + Self { 11 + compositor_client_state: CompositorClientState::default(), 12 + } 13 + } 14 + } 15 + 16 + impl ClientData for YonClientData { 17 + fn initialized(&self, _client_id: ClientId) { 18 + log::info!("Initializing YonClient: {:?}", _client_id); 19 + } 20 + 21 + fn disconnected(&self, _client_id: ClientId, _reason: DisconnectReason) { 22 + log::info!( 23 + "YonClient: {:?} disconnected. Because: {:?}", 24 + _client_id, 25 + _reason 26 + ); 27 + } 28 + }
+73
src/state/yon_state.rs
··· 1 + // use crate::runners::winit_runner::RenderState; 2 + use smithay::desktop::{Space, Window}; 3 + use smithay::input::keyboard::KeyboardHandle; 4 + use smithay::input::pointer::PointerHandle; 5 + use smithay::input::{Seat, SeatState}; 6 + use smithay::wayland::output::OutputManagerState; 7 + use smithay::wayland::shell::xdg::XdgShellState; 8 + use smithay::{ 9 + delegate_compositor, delegate_output, delegate_seat, delegate_xdg_shell, 10 + reexports::wayland_server::DisplayHandle, wayland::compositor::CompositorState, 11 + }; 12 + use std::sync::atomic::AtomicBool; 13 + 14 + delegate_compositor!(YonState); 15 + delegate_xdg_shell!(YonState); 16 + delegate_seat!(YonState); 17 + delegate_output!(YonState); 18 + pub struct YonState { 19 + pub running: AtomicBool, 20 + pub display_handle: DisplayHandle, 21 + pub compositor_state: CompositorState, 22 + pub xdg_shell_state: XdgShellState, 23 + 24 + pub seat_state: SeatState<YonState>, 25 + pub seat: Seat<YonState>, 26 + pub keyboard_handle: Option<KeyboardHandle<YonState>>, 27 + pub pointer_handle: PointerHandle<YonState>, 28 + 29 + pub output_manager_state: OutputManagerState, 30 + 31 + pub compositor_space: Space<Window>, 32 + // pub render_state: RenderState, 33 + } 34 + 35 + impl YonState { 36 + pub fn new(display_handle: DisplayHandle) -> Self { 37 + let running: AtomicBool = AtomicBool::new(true); 38 + let compositor_state = CompositorState::new::<YonState>(&display_handle); 39 + let xdg_shell_state = XdgShellState::new::<YonState>(&display_handle); 40 + let mut seat_state = SeatState::new(); 41 + let mut seat = seat_state.new_wl_seat(&display_handle, "yon-seat"); 42 + let output_manager_state = OutputManagerState::new(); 43 + 44 + let keyboard_handle: Option<KeyboardHandle<YonState>> = 45 + match seat.add_keyboard(Default::default(), 200, 25) { 46 + Ok(kb_handle) => Some(kb_handle), 47 + Err(err) => { 48 + log::error!("Failed to add keyboard because : {:?}", err); 49 + None 50 + } 51 + }; 52 + let pointer_handle: PointerHandle<YonState> = seat.add_pointer(); 53 + 54 + let compositor_space: Space<Window> = Space::default(); 55 + // let render_state = RenderState::new(); 56 + 57 + 58 + 59 + Self { 60 + running, 61 + display_handle, 62 + compositor_state, 63 + xdg_shell_state, 64 + seat_state, 65 + seat, 66 + keyboard_handle, 67 + pointer_handle, 68 + output_manager_state, 69 + compositor_space, 70 + // render_state, 71 + } 72 + } 73 + }