tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
shotman: 0.4.3 -> 0.4.5
Franz Pletz
2 years ago
df280cdf
48516a89
+4
-1157
2 changed files
expand all
collapse all
unified
split
pkgs
tools
wayland
shotman
Cargo.lock
default.nix
-1148
pkgs/tools/wayland/shotman/Cargo.lock
···
1
1
-
# This file is automatically @generated by Cargo.
2
2
-
# It is not intended for manual editing.
3
3
-
version = 3
4
4
-
5
5
-
[[package]]
6
6
-
name = "adler"
7
7
-
version = "1.0.2"
8
8
-
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
-
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
10
-
11
11
-
[[package]]
12
12
-
name = "android_system_properties"
13
13
-
version = "0.1.5"
14
14
-
source = "registry+https://github.com/rust-lang/crates.io-index"
15
15
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
16
-
dependencies = [
17
17
-
"libc",
18
18
-
]
19
19
-
20
20
-
[[package]]
21
21
-
name = "anyhow"
22
22
-
version = "1.0.68"
23
23
-
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
-
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
25
25
-
26
26
-
[[package]]
27
27
-
name = "atty"
28
28
-
version = "0.2.14"
29
29
-
source = "registry+https://github.com/rust-lang/crates.io-index"
30
30
-
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
31
31
-
dependencies = [
32
32
-
"hermit-abi 0.1.19",
33
33
-
"libc",
34
34
-
"winapi",
35
35
-
]
36
36
-
37
37
-
[[package]]
38
38
-
name = "autocfg"
39
39
-
version = "1.1.0"
40
40
-
source = "registry+https://github.com/rust-lang/crates.io-index"
41
41
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
42
42
-
43
43
-
[[package]]
44
44
-
name = "bitflags"
45
45
-
version = "1.3.2"
46
46
-
source = "registry+https://github.com/rust-lang/crates.io-index"
47
47
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
48
48
-
49
49
-
[[package]]
50
50
-
name = "bumpalo"
51
51
-
version = "3.11.1"
52
52
-
source = "registry+https://github.com/rust-lang/crates.io-index"
53
53
-
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
54
54
-
55
55
-
[[package]]
56
56
-
name = "calloop"
57
57
-
version = "0.10.5"
58
58
-
source = "registry+https://github.com/rust-lang/crates.io-index"
59
59
-
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
60
60
-
dependencies = [
61
61
-
"futures-util",
62
62
-
"log",
63
63
-
"nix 0.25.1",
64
64
-
"slotmap",
65
65
-
"thiserror",
66
66
-
"vec_map",
67
67
-
]
68
68
-
69
69
-
[[package]]
70
70
-
name = "cc"
71
71
-
version = "1.0.78"
72
72
-
source = "registry+https://github.com/rust-lang/crates.io-index"
73
73
-
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
74
74
-
75
75
-
[[package]]
76
76
-
name = "cfg-if"
77
77
-
version = "1.0.0"
78
78
-
source = "registry+https://github.com/rust-lang/crates.io-index"
79
79
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
80
80
-
81
81
-
[[package]]
82
82
-
name = "chrono"
83
83
-
version = "0.4.23"
84
84
-
source = "registry+https://github.com/rust-lang/crates.io-index"
85
85
-
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
86
86
-
dependencies = [
87
87
-
"iana-time-zone",
88
88
-
"num-integer",
89
89
-
"num-traits",
90
90
-
"winapi",
91
91
-
]
92
92
-
93
93
-
[[package]]
94
94
-
name = "clap"
95
95
-
version = "4.1.4"
96
96
-
source = "registry+https://github.com/rust-lang/crates.io-index"
97
97
-
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
98
98
-
dependencies = [
99
99
-
"bitflags",
100
100
-
"clap_derive",
101
101
-
"clap_lex",
102
102
-
"is-terminal",
103
103
-
"once_cell",
104
104
-
"strsim",
105
105
-
"termcolor",
106
106
-
]
107
107
-
108
108
-
[[package]]
109
109
-
name = "clap_complete"
110
110
-
version = "4.1.1"
111
111
-
source = "registry+https://github.com/rust-lang/crates.io-index"
112
112
-
checksum = "3d6540eedc41f8a5a76cf3d8d458057dcdf817be4158a55b5f861f7a5483de75"
113
113
-
dependencies = [
114
114
-
"clap",
115
115
-
]
116
116
-
117
117
-
[[package]]
118
118
-
name = "clap_derive"
119
119
-
version = "4.1.0"
120
120
-
source = "registry+https://github.com/rust-lang/crates.io-index"
121
121
-
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
122
122
-
dependencies = [
123
123
-
"heck",
124
124
-
"proc-macro-error",
125
125
-
"proc-macro2",
126
126
-
"quote",
127
127
-
"syn",
128
128
-
]
129
129
-
130
130
-
[[package]]
131
131
-
name = "clap_lex"
132
132
-
version = "0.3.0"
133
133
-
source = "registry+https://github.com/rust-lang/crates.io-index"
134
134
-
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
135
135
-
dependencies = [
136
136
-
"os_str_bytes",
137
137
-
]
138
138
-
139
139
-
[[package]]
140
140
-
name = "codespan-reporting"
141
141
-
version = "0.11.1"
142
142
-
source = "registry+https://github.com/rust-lang/crates.io-index"
143
143
-
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
144
144
-
dependencies = [
145
145
-
"termcolor",
146
146
-
"unicode-width",
147
147
-
]
148
148
-
149
149
-
[[package]]
150
150
-
name = "colored"
151
151
-
version = "2.0.0"
152
152
-
source = "registry+https://github.com/rust-lang/crates.io-index"
153
153
-
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
154
154
-
dependencies = [
155
155
-
"atty",
156
156
-
"lazy_static",
157
157
-
"winapi",
158
158
-
]
159
159
-
160
160
-
[[package]]
161
161
-
name = "core-foundation-sys"
162
162
-
version = "0.8.3"
163
163
-
source = "registry+https://github.com/rust-lang/crates.io-index"
164
164
-
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
165
165
-
166
166
-
[[package]]
167
167
-
name = "crc32fast"
168
168
-
version = "1.3.2"
169
169
-
source = "registry+https://github.com/rust-lang/crates.io-index"
170
170
-
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
171
171
-
dependencies = [
172
172
-
"cfg-if",
173
173
-
]
174
174
-
175
175
-
[[package]]
176
176
-
name = "cxx"
177
177
-
version = "1.0.86"
178
178
-
source = "registry+https://github.com/rust-lang/crates.io-index"
179
179
-
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
180
180
-
dependencies = [
181
181
-
"cc",
182
182
-
"cxxbridge-flags",
183
183
-
"cxxbridge-macro",
184
184
-
"link-cplusplus",
185
185
-
]
186
186
-
187
187
-
[[package]]
188
188
-
name = "cxx-build"
189
189
-
version = "1.0.86"
190
190
-
source = "registry+https://github.com/rust-lang/crates.io-index"
191
191
-
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
192
192
-
dependencies = [
193
193
-
"cc",
194
194
-
"codespan-reporting",
195
195
-
"once_cell",
196
196
-
"proc-macro2",
197
197
-
"quote",
198
198
-
"scratch",
199
199
-
"syn",
200
200
-
]
201
201
-
202
202
-
[[package]]
203
203
-
name = "cxxbridge-flags"
204
204
-
version = "1.0.86"
205
205
-
source = "registry+https://github.com/rust-lang/crates.io-index"
206
206
-
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
207
207
-
208
208
-
[[package]]
209
209
-
name = "cxxbridge-macro"
210
210
-
version = "1.0.86"
211
211
-
source = "registry+https://github.com/rust-lang/crates.io-index"
212
212
-
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
213
213
-
dependencies = [
214
214
-
"proc-macro2",
215
215
-
"quote",
216
216
-
"syn",
217
217
-
]
218
218
-
219
219
-
[[package]]
220
220
-
name = "dlib"
221
221
-
version = "0.5.0"
222
222
-
source = "registry+https://github.com/rust-lang/crates.io-index"
223
223
-
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
224
224
-
dependencies = [
225
225
-
"libloading",
226
226
-
]
227
227
-
228
228
-
[[package]]
229
229
-
name = "downcast-rs"
230
230
-
version = "1.2.0"
231
231
-
source = "registry+https://github.com/rust-lang/crates.io-index"
232
232
-
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
233
233
-
234
234
-
[[package]]
235
235
-
name = "either"
236
236
-
version = "1.8.0"
237
237
-
source = "registry+https://github.com/rust-lang/crates.io-index"
238
238
-
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
239
239
-
240
240
-
[[package]]
241
241
-
name = "errno"
242
242
-
version = "0.2.8"
243
243
-
source = "registry+https://github.com/rust-lang/crates.io-index"
244
244
-
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
245
245
-
dependencies = [
246
246
-
"errno-dragonfly",
247
247
-
"libc",
248
248
-
"winapi",
249
249
-
]
250
250
-
251
251
-
[[package]]
252
252
-
name = "errno-dragonfly"
253
253
-
version = "0.1.2"
254
254
-
source = "registry+https://github.com/rust-lang/crates.io-index"
255
255
-
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
256
256
-
dependencies = [
257
257
-
"cc",
258
258
-
"libc",
259
259
-
]
260
260
-
261
261
-
[[package]]
262
262
-
name = "flate2"
263
263
-
version = "1.0.25"
264
264
-
source = "registry+https://github.com/rust-lang/crates.io-index"
265
265
-
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
266
266
-
dependencies = [
267
267
-
"crc32fast",
268
268
-
"miniz_oxide",
269
269
-
]
270
270
-
271
271
-
[[package]]
272
272
-
name = "futures"
273
273
-
version = "0.3.25"
274
274
-
source = "registry+https://github.com/rust-lang/crates.io-index"
275
275
-
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
276
276
-
dependencies = [
277
277
-
"futures-channel",
278
278
-
"futures-core",
279
279
-
"futures-io",
280
280
-
"futures-sink",
281
281
-
"futures-task",
282
282
-
"futures-util",
283
283
-
]
284
284
-
285
285
-
[[package]]
286
286
-
name = "futures-channel"
287
287
-
version = "0.3.25"
288
288
-
source = "registry+https://github.com/rust-lang/crates.io-index"
289
289
-
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
290
290
-
dependencies = [
291
291
-
"futures-core",
292
292
-
"futures-sink",
293
293
-
]
294
294
-
295
295
-
[[package]]
296
296
-
name = "futures-core"
297
297
-
version = "0.3.25"
298
298
-
source = "registry+https://github.com/rust-lang/crates.io-index"
299
299
-
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
300
300
-
301
301
-
[[package]]
302
302
-
name = "futures-io"
303
303
-
version = "0.3.25"
304
304
-
source = "registry+https://github.com/rust-lang/crates.io-index"
305
305
-
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
306
306
-
307
307
-
[[package]]
308
308
-
name = "futures-sink"
309
309
-
version = "0.3.25"
310
310
-
source = "registry+https://github.com/rust-lang/crates.io-index"
311
311
-
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
312
312
-
313
313
-
[[package]]
314
314
-
name = "futures-task"
315
315
-
version = "0.3.25"
316
316
-
source = "registry+https://github.com/rust-lang/crates.io-index"
317
317
-
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
318
318
-
319
319
-
[[package]]
320
320
-
name = "futures-util"
321
321
-
version = "0.3.25"
322
322
-
source = "registry+https://github.com/rust-lang/crates.io-index"
323
323
-
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
324
324
-
dependencies = [
325
325
-
"futures-channel",
326
326
-
"futures-core",
327
327
-
"futures-io",
328
328
-
"futures-sink",
329
329
-
"futures-task",
330
330
-
"memchr",
331
331
-
"pin-project-lite",
332
332
-
"pin-utils",
333
333
-
"slab",
334
334
-
]
335
335
-
336
336
-
[[package]]
337
337
-
name = "heck"
338
338
-
version = "0.4.0"
339
339
-
source = "registry+https://github.com/rust-lang/crates.io-index"
340
340
-
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
341
341
-
342
342
-
[[package]]
343
343
-
name = "hermit-abi"
344
344
-
version = "0.1.19"
345
345
-
source = "registry+https://github.com/rust-lang/crates.io-index"
346
346
-
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
347
347
-
dependencies = [
348
348
-
"libc",
349
349
-
]
350
350
-
351
351
-
[[package]]
352
352
-
name = "hermit-abi"
353
353
-
version = "0.2.6"
354
354
-
source = "registry+https://github.com/rust-lang/crates.io-index"
355
355
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
356
356
-
dependencies = [
357
357
-
"libc",
358
358
-
]
359
359
-
360
360
-
[[package]]
361
361
-
name = "iana-time-zone"
362
362
-
version = "0.1.53"
363
363
-
source = "registry+https://github.com/rust-lang/crates.io-index"
364
364
-
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
365
365
-
dependencies = [
366
366
-
"android_system_properties",
367
367
-
"core-foundation-sys",
368
368
-
"iana-time-zone-haiku",
369
369
-
"js-sys",
370
370
-
"wasm-bindgen",
371
371
-
"winapi",
372
372
-
]
373
373
-
374
374
-
[[package]]
375
375
-
name = "iana-time-zone-haiku"
376
376
-
version = "0.1.1"
377
377
-
source = "registry+https://github.com/rust-lang/crates.io-index"
378
378
-
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
379
379
-
dependencies = [
380
380
-
"cxx",
381
381
-
"cxx-build",
382
382
-
]
383
383
-
384
384
-
[[package]]
385
385
-
name = "io-lifetimes"
386
386
-
version = "1.0.4"
387
387
-
source = "registry+https://github.com/rust-lang/crates.io-index"
388
388
-
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
389
389
-
dependencies = [
390
390
-
"libc",
391
391
-
"windows-sys",
392
392
-
]
393
393
-
394
394
-
[[package]]
395
395
-
name = "is-terminal"
396
396
-
version = "0.4.2"
397
397
-
source = "registry+https://github.com/rust-lang/crates.io-index"
398
398
-
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
399
399
-
dependencies = [
400
400
-
"hermit-abi 0.2.6",
401
401
-
"io-lifetimes",
402
402
-
"rustix",
403
403
-
"windows-sys",
404
404
-
]
405
405
-
406
406
-
[[package]]
407
407
-
name = "itertools"
408
408
-
version = "0.10.5"
409
409
-
source = "registry+https://github.com/rust-lang/crates.io-index"
410
410
-
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
411
411
-
dependencies = [
412
412
-
"either",
413
413
-
]
414
414
-
415
415
-
[[package]]
416
416
-
name = "itoa"
417
417
-
version = "1.0.5"
418
418
-
source = "registry+https://github.com/rust-lang/crates.io-index"
419
419
-
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
420
420
-
421
421
-
[[package]]
422
422
-
name = "js-sys"
423
423
-
version = "0.3.60"
424
424
-
source = "registry+https://github.com/rust-lang/crates.io-index"
425
425
-
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
426
426
-
dependencies = [
427
427
-
"wasm-bindgen",
428
428
-
]
429
429
-
430
430
-
[[package]]
431
431
-
name = "lazy_static"
432
432
-
version = "1.4.0"
433
433
-
source = "registry+https://github.com/rust-lang/crates.io-index"
434
434
-
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
435
435
-
436
436
-
[[package]]
437
437
-
name = "libc"
438
438
-
version = "0.2.139"
439
439
-
source = "registry+https://github.com/rust-lang/crates.io-index"
440
440
-
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
441
441
-
442
442
-
[[package]]
443
443
-
name = "libloading"
444
444
-
version = "0.7.4"
445
445
-
source = "registry+https://github.com/rust-lang/crates.io-index"
446
446
-
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
447
447
-
dependencies = [
448
448
-
"cfg-if",
449
449
-
"winapi",
450
450
-
]
451
451
-
452
452
-
[[package]]
453
453
-
name = "link-cplusplus"
454
454
-
version = "1.0.8"
455
455
-
source = "registry+https://github.com/rust-lang/crates.io-index"
456
456
-
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
457
457
-
dependencies = [
458
458
-
"cc",
459
459
-
]
460
460
-
461
461
-
[[package]]
462
462
-
name = "linux-raw-sys"
463
463
-
version = "0.1.4"
464
464
-
source = "registry+https://github.com/rust-lang/crates.io-index"
465
465
-
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
466
466
-
467
467
-
[[package]]
468
468
-
name = "log"
469
469
-
version = "0.4.17"
470
470
-
source = "registry+https://github.com/rust-lang/crates.io-index"
471
471
-
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
472
472
-
dependencies = [
473
473
-
"cfg-if",
474
474
-
]
475
475
-
476
476
-
[[package]]
477
477
-
name = "memchr"
478
478
-
version = "2.5.0"
479
479
-
source = "registry+https://github.com/rust-lang/crates.io-index"
480
480
-
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
481
481
-
482
482
-
[[package]]
483
483
-
name = "memmap2"
484
484
-
version = "0.5.8"
485
485
-
source = "registry+https://github.com/rust-lang/crates.io-index"
486
486
-
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
487
487
-
dependencies = [
488
488
-
"libc",
489
489
-
]
490
490
-
491
491
-
[[package]]
492
492
-
name = "memoffset"
493
493
-
version = "0.6.5"
494
494
-
source = "registry+https://github.com/rust-lang/crates.io-index"
495
495
-
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
496
496
-
dependencies = [
497
497
-
"autocfg",
498
498
-
]
499
499
-
500
500
-
[[package]]
501
501
-
name = "memoffset"
502
502
-
version = "0.7.1"
503
503
-
source = "registry+https://github.com/rust-lang/crates.io-index"
504
504
-
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
505
505
-
dependencies = [
506
506
-
"autocfg",
507
507
-
]
508
508
-
509
509
-
[[package]]
510
510
-
name = "minimal-lexical"
511
511
-
version = "0.2.1"
512
512
-
source = "registry+https://github.com/rust-lang/crates.io-index"
513
513
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
514
514
-
515
515
-
[[package]]
516
516
-
name = "miniz_oxide"
517
517
-
version = "0.6.2"
518
518
-
source = "registry+https://github.com/rust-lang/crates.io-index"
519
519
-
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
520
520
-
dependencies = [
521
521
-
"adler",
522
522
-
]
523
523
-
524
524
-
[[package]]
525
525
-
name = "nix"
526
526
-
version = "0.25.1"
527
527
-
source = "registry+https://github.com/rust-lang/crates.io-index"
528
528
-
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
529
529
-
dependencies = [
530
530
-
"autocfg",
531
531
-
"bitflags",
532
532
-
"cfg-if",
533
533
-
"libc",
534
534
-
"memoffset 0.6.5",
535
535
-
]
536
536
-
537
537
-
[[package]]
538
538
-
name = "nix"
539
539
-
version = "0.26.1"
540
540
-
source = "registry+https://github.com/rust-lang/crates.io-index"
541
541
-
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
542
542
-
dependencies = [
543
543
-
"bitflags",
544
544
-
"cfg-if",
545
545
-
"libc",
546
546
-
"memoffset 0.7.1",
547
547
-
"static_assertions",
548
548
-
]
549
549
-
550
550
-
[[package]]
551
551
-
name = "nom"
552
552
-
version = "7.1.2"
553
553
-
source = "registry+https://github.com/rust-lang/crates.io-index"
554
554
-
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
555
555
-
dependencies = [
556
556
-
"memchr",
557
557
-
"minimal-lexical",
558
558
-
]
559
559
-
560
560
-
[[package]]
561
561
-
name = "num-integer"
562
562
-
version = "0.1.45"
563
563
-
source = "registry+https://github.com/rust-lang/crates.io-index"
564
564
-
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
565
565
-
dependencies = [
566
566
-
"autocfg",
567
567
-
"num-traits",
568
568
-
]
569
569
-
570
570
-
[[package]]
571
571
-
name = "num-traits"
572
572
-
version = "0.2.15"
573
573
-
source = "registry+https://github.com/rust-lang/crates.io-index"
574
574
-
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
575
575
-
dependencies = [
576
576
-
"autocfg",
577
577
-
]
578
578
-
579
579
-
[[package]]
580
580
-
name = "once_cell"
581
581
-
version = "1.17.0"
582
582
-
source = "registry+https://github.com/rust-lang/crates.io-index"
583
583
-
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
584
584
-
585
585
-
[[package]]
586
586
-
name = "os_str_bytes"
587
587
-
version = "6.4.1"
588
588
-
source = "registry+https://github.com/rust-lang/crates.io-index"
589
589
-
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
590
590
-
591
591
-
[[package]]
592
592
-
name = "pin-project-lite"
593
593
-
version = "0.2.9"
594
594
-
source = "registry+https://github.com/rust-lang/crates.io-index"
595
595
-
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
596
596
-
597
597
-
[[package]]
598
598
-
name = "pin-utils"
599
599
-
version = "0.1.0"
600
600
-
source = "registry+https://github.com/rust-lang/crates.io-index"
601
601
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
602
602
-
603
603
-
[[package]]
604
604
-
name = "pkg-config"
605
605
-
version = "0.3.26"
606
606
-
source = "registry+https://github.com/rust-lang/crates.io-index"
607
607
-
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
608
608
-
609
609
-
[[package]]
610
610
-
name = "png"
611
611
-
version = "0.17.7"
612
612
-
source = "registry+https://github.com/rust-lang/crates.io-index"
613
613
-
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
614
614
-
dependencies = [
615
615
-
"bitflags",
616
616
-
"crc32fast",
617
617
-
"flate2",
618
618
-
"miniz_oxide",
619
619
-
]
620
620
-
621
621
-
[[package]]
622
622
-
name = "proc-macro-error"
623
623
-
version = "1.0.4"
624
624
-
source = "registry+https://github.com/rust-lang/crates.io-index"
625
625
-
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
626
626
-
dependencies = [
627
627
-
"proc-macro-error-attr",
628
628
-
"proc-macro2",
629
629
-
"quote",
630
630
-
"syn",
631
631
-
"version_check",
632
632
-
]
633
633
-
634
634
-
[[package]]
635
635
-
name = "proc-macro-error-attr"
636
636
-
version = "1.0.4"
637
637
-
source = "registry+https://github.com/rust-lang/crates.io-index"
638
638
-
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
639
639
-
dependencies = [
640
640
-
"proc-macro2",
641
641
-
"quote",
642
642
-
"version_check",
643
643
-
]
644
644
-
645
645
-
[[package]]
646
646
-
name = "proc-macro2"
647
647
-
version = "1.0.49"
648
648
-
source = "registry+https://github.com/rust-lang/crates.io-index"
649
649
-
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
650
650
-
dependencies = [
651
651
-
"unicode-ident",
652
652
-
]
653
653
-
654
654
-
[[package]]
655
655
-
name = "quick-xml"
656
656
-
version = "0.23.1"
657
657
-
source = "registry+https://github.com/rust-lang/crates.io-index"
658
658
-
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
659
659
-
dependencies = [
660
660
-
"memchr",
661
661
-
]
662
662
-
663
663
-
[[package]]
664
664
-
name = "quote"
665
665
-
version = "1.0.23"
666
666
-
source = "registry+https://github.com/rust-lang/crates.io-index"
667
667
-
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
668
668
-
dependencies = [
669
669
-
"proc-macro2",
670
670
-
]
671
671
-
672
672
-
[[package]]
673
673
-
name = "rustix"
674
674
-
version = "0.36.6"
675
675
-
source = "registry+https://github.com/rust-lang/crates.io-index"
676
676
-
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
677
677
-
dependencies = [
678
678
-
"bitflags",
679
679
-
"errno",
680
680
-
"io-lifetimes",
681
681
-
"libc",
682
682
-
"linux-raw-sys",
683
683
-
"windows-sys",
684
684
-
]
685
685
-
686
686
-
[[package]]
687
687
-
name = "ryu"
688
688
-
version = "1.0.12"
689
689
-
source = "registry+https://github.com/rust-lang/crates.io-index"
690
690
-
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
691
691
-
692
692
-
[[package]]
693
693
-
name = "scoped-tls"
694
694
-
version = "1.0.1"
695
695
-
source = "registry+https://github.com/rust-lang/crates.io-index"
696
696
-
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
697
697
-
698
698
-
[[package]]
699
699
-
name = "scratch"
700
700
-
version = "1.0.3"
701
701
-
source = "registry+https://github.com/rust-lang/crates.io-index"
702
702
-
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
703
703
-
704
704
-
[[package]]
705
705
-
name = "serde"
706
706
-
version = "1.0.152"
707
707
-
source = "registry+https://github.com/rust-lang/crates.io-index"
708
708
-
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
709
709
-
dependencies = [
710
710
-
"serde_derive",
711
711
-
]
712
712
-
713
713
-
[[package]]
714
714
-
name = "serde_derive"
715
715
-
version = "1.0.152"
716
716
-
source = "registry+https://github.com/rust-lang/crates.io-index"
717
717
-
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
718
718
-
dependencies = [
719
719
-
"proc-macro2",
720
720
-
"quote",
721
721
-
"syn",
722
722
-
]
723
723
-
724
724
-
[[package]]
725
725
-
name = "serde_json"
726
726
-
version = "1.0.91"
727
727
-
source = "registry+https://github.com/rust-lang/crates.io-index"
728
728
-
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
729
729
-
dependencies = [
730
730
-
"itoa",
731
731
-
"ryu",
732
732
-
"serde",
733
733
-
]
734
734
-
735
735
-
[[package]]
736
736
-
name = "shotman"
737
737
-
version = "0.1.0"
738
738
-
dependencies = [
739
739
-
"anyhow",
740
740
-
"calloop",
741
741
-
"chrono",
742
742
-
"clap",
743
743
-
"futures",
744
744
-
"itertools",
745
745
-
"log",
746
746
-
"memmap2",
747
747
-
"nom",
748
748
-
"png",
749
749
-
"rustix",
750
750
-
"serde",
751
751
-
"serde_json",
752
752
-
"simple_logger",
753
753
-
"smithay-client-toolkit",
754
754
-
"thiserror",
755
755
-
"wayland-client",
756
756
-
"wayland-protocols",
757
757
-
"wayland-protocols-wlr",
758
758
-
]
759
759
-
760
760
-
[[package]]
761
761
-
name = "shotman_completions"
762
762
-
version = "0.1.0"
763
763
-
dependencies = [
764
764
-
"clap",
765
765
-
"clap_complete",
766
766
-
"shotman",
767
767
-
]
768
768
-
769
769
-
[[package]]
770
770
-
name = "simple_logger"
771
771
-
version = "2.3.0"
772
772
-
source = "registry+https://github.com/rust-lang/crates.io-index"
773
773
-
checksum = "48047e77b528151aaf841a10a9025f9459da80ba820e425ff7eb005708a76dc7"
774
774
-
dependencies = [
775
775
-
"atty",
776
776
-
"colored",
777
777
-
"log",
778
778
-
"winapi",
779
779
-
]
780
780
-
781
781
-
[[package]]
782
782
-
name = "slab"
783
783
-
version = "0.4.7"
784
784
-
source = "registry+https://github.com/rust-lang/crates.io-index"
785
785
-
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
786
786
-
dependencies = [
787
787
-
"autocfg",
788
788
-
]
789
789
-
790
790
-
[[package]]
791
791
-
name = "slotmap"
792
792
-
version = "1.0.6"
793
793
-
source = "registry+https://github.com/rust-lang/crates.io-index"
794
794
-
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
795
795
-
dependencies = [
796
796
-
"version_check",
797
797
-
]
798
798
-
799
799
-
[[package]]
800
800
-
name = "smallvec"
801
801
-
version = "1.10.0"
802
802
-
source = "registry+https://github.com/rust-lang/crates.io-index"
803
803
-
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
804
804
-
805
805
-
[[package]]
806
806
-
name = "smithay-client-toolkit"
807
807
-
version = "0.16.0"
808
808
-
source = "git+https://github.com/Smithay/client-toolkit.git#327f9cd791d8810fe7324ee1ddd48adaf3592ca4"
809
809
-
dependencies = [
810
810
-
"bitflags",
811
811
-
"calloop",
812
812
-
"dlib",
813
813
-
"lazy_static",
814
814
-
"log",
815
815
-
"memmap2",
816
816
-
"nix 0.26.1",
817
817
-
"pkg-config",
818
818
-
"thiserror",
819
819
-
"wayland-backend",
820
820
-
"wayland-client",
821
821
-
"wayland-cursor",
822
822
-
"wayland-protocols",
823
823
-
"wayland-protocols-wlr",
824
824
-
"wayland-scanner",
825
825
-
"xkbcommon",
826
826
-
]
827
827
-
828
828
-
[[package]]
829
829
-
name = "static_assertions"
830
830
-
version = "1.1.0"
831
831
-
source = "registry+https://github.com/rust-lang/crates.io-index"
832
832
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
833
833
-
834
834
-
[[package]]
835
835
-
name = "strsim"
836
836
-
version = "0.10.0"
837
837
-
source = "registry+https://github.com/rust-lang/crates.io-index"
838
838
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
839
839
-
840
840
-
[[package]]
841
841
-
name = "syn"
842
842
-
version = "1.0.107"
843
843
-
source = "registry+https://github.com/rust-lang/crates.io-index"
844
844
-
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
845
845
-
dependencies = [
846
846
-
"proc-macro2",
847
847
-
"quote",
848
848
-
"unicode-ident",
849
849
-
]
850
850
-
851
851
-
[[package]]
852
852
-
name = "termcolor"
853
853
-
version = "1.1.3"
854
854
-
source = "registry+https://github.com/rust-lang/crates.io-index"
855
855
-
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
856
856
-
dependencies = [
857
857
-
"winapi-util",
858
858
-
]
859
859
-
860
860
-
[[package]]
861
861
-
name = "thiserror"
862
862
-
version = "1.0.38"
863
863
-
source = "registry+https://github.com/rust-lang/crates.io-index"
864
864
-
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
865
865
-
dependencies = [
866
866
-
"thiserror-impl",
867
867
-
]
868
868
-
869
869
-
[[package]]
870
870
-
name = "thiserror-impl"
871
871
-
version = "1.0.38"
872
872
-
source = "registry+https://github.com/rust-lang/crates.io-index"
873
873
-
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
874
874
-
dependencies = [
875
875
-
"proc-macro2",
876
876
-
"quote",
877
877
-
"syn",
878
878
-
]
879
879
-
880
880
-
[[package]]
881
881
-
name = "unicode-ident"
882
882
-
version = "1.0.6"
883
883
-
source = "registry+https://github.com/rust-lang/crates.io-index"
884
884
-
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
885
885
-
886
886
-
[[package]]
887
887
-
name = "unicode-width"
888
888
-
version = "0.1.10"
889
889
-
source = "registry+https://github.com/rust-lang/crates.io-index"
890
890
-
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
891
891
-
892
892
-
[[package]]
893
893
-
name = "vec_map"
894
894
-
version = "0.8.2"
895
895
-
source = "registry+https://github.com/rust-lang/crates.io-index"
896
896
-
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
897
897
-
898
898
-
[[package]]
899
899
-
name = "version_check"
900
900
-
version = "0.9.4"
901
901
-
source = "registry+https://github.com/rust-lang/crates.io-index"
902
902
-
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
903
903
-
904
904
-
[[package]]
905
905
-
name = "wasm-bindgen"
906
906
-
version = "0.2.83"
907
907
-
source = "registry+https://github.com/rust-lang/crates.io-index"
908
908
-
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
909
909
-
dependencies = [
910
910
-
"cfg-if",
911
911
-
"wasm-bindgen-macro",
912
912
-
]
913
913
-
914
914
-
[[package]]
915
915
-
name = "wasm-bindgen-backend"
916
916
-
version = "0.2.83"
917
917
-
source = "registry+https://github.com/rust-lang/crates.io-index"
918
918
-
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
919
919
-
dependencies = [
920
920
-
"bumpalo",
921
921
-
"log",
922
922
-
"once_cell",
923
923
-
"proc-macro2",
924
924
-
"quote",
925
925
-
"syn",
926
926
-
"wasm-bindgen-shared",
927
927
-
]
928
928
-
929
929
-
[[package]]
930
930
-
name = "wasm-bindgen-macro"
931
931
-
version = "0.2.83"
932
932
-
source = "registry+https://github.com/rust-lang/crates.io-index"
933
933
-
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
934
934
-
dependencies = [
935
935
-
"quote",
936
936
-
"wasm-bindgen-macro-support",
937
937
-
]
938
938
-
939
939
-
[[package]]
940
940
-
name = "wasm-bindgen-macro-support"
941
941
-
version = "0.2.83"
942
942
-
source = "registry+https://github.com/rust-lang/crates.io-index"
943
943
-
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
944
944
-
dependencies = [
945
945
-
"proc-macro2",
946
946
-
"quote",
947
947
-
"syn",
948
948
-
"wasm-bindgen-backend",
949
949
-
"wasm-bindgen-shared",
950
950
-
]
951
951
-
952
952
-
[[package]]
953
953
-
name = "wasm-bindgen-shared"
954
954
-
version = "0.2.83"
955
955
-
source = "registry+https://github.com/rust-lang/crates.io-index"
956
956
-
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
957
957
-
958
958
-
[[package]]
959
959
-
name = "wayland-backend"
960
960
-
version = "0.1.0"
961
961
-
source = "registry+https://github.com/rust-lang/crates.io-index"
962
962
-
checksum = "fb23bfea266c92bb051ea36cce0eb1a52b743dc1c5f168021947eda79764656d"
963
963
-
dependencies = [
964
964
-
"cc",
965
965
-
"downcast-rs",
966
966
-
"io-lifetimes",
967
967
-
"nix 0.26.1",
968
968
-
"scoped-tls",
969
969
-
"smallvec",
970
970
-
"wayland-sys",
971
971
-
]
972
972
-
973
973
-
[[package]]
974
974
-
name = "wayland-client"
975
975
-
version = "0.30.0"
976
976
-
source = "registry+https://github.com/rust-lang/crates.io-index"
977
977
-
checksum = "1a925bd68c8b652af4e6f11a32410bd31bf84061c5ef279ed081520c60f203b4"
978
978
-
dependencies = [
979
979
-
"bitflags",
980
980
-
"nix 0.26.1",
981
981
-
"wayland-backend",
982
982
-
"wayland-scanner",
983
983
-
]
984
984
-
985
985
-
[[package]]
986
986
-
name = "wayland-cursor"
987
987
-
version = "0.30.0"
988
988
-
source = "registry+https://github.com/rust-lang/crates.io-index"
989
989
-
checksum = "2d0c3a0d5b4b688b07b0442362d3ed6bf04724fcc16cd69ab6285b90dbc487aa"
990
990
-
dependencies = [
991
991
-
"nix 0.26.1",
992
992
-
"wayland-client",
993
993
-
"xcursor",
994
994
-
]
995
995
-
996
996
-
[[package]]
997
997
-
name = "wayland-protocols"
998
998
-
version = "0.30.0"
999
999
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1000
1000
-
checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2"
1001
1001
-
dependencies = [
1002
1002
-
"bitflags",
1003
1003
-
"wayland-backend",
1004
1004
-
"wayland-client",
1005
1005
-
"wayland-scanner",
1006
1006
-
]
1007
1007
-
1008
1008
-
[[package]]
1009
1009
-
name = "wayland-protocols-wlr"
1010
1010
-
version = "0.1.0"
1011
1011
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1012
1012
-
checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a"
1013
1013
-
dependencies = [
1014
1014
-
"bitflags",
1015
1015
-
"wayland-backend",
1016
1016
-
"wayland-client",
1017
1017
-
"wayland-protocols",
1018
1018
-
"wayland-scanner",
1019
1019
-
]
1020
1020
-
1021
1021
-
[[package]]
1022
1022
-
name = "wayland-scanner"
1023
1023
-
version = "0.30.0"
1024
1024
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1025
1025
-
checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d"
1026
1026
-
dependencies = [
1027
1027
-
"proc-macro2",
1028
1028
-
"quick-xml",
1029
1029
-
"quote",
1030
1030
-
]
1031
1031
-
1032
1032
-
[[package]]
1033
1033
-
name = "wayland-sys"
1034
1034
-
version = "0.30.1"
1035
1035
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
1036
-
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
1037
1037
-
dependencies = [
1038
1038
-
"dlib",
1039
1039
-
"log",
1040
1040
-
"pkg-config",
1041
1041
-
]
1042
1042
-
1043
1043
-
[[package]]
1044
1044
-
name = "winapi"
1045
1045
-
version = "0.3.9"
1046
1046
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1047
1047
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1048
1048
-
dependencies = [
1049
1049
-
"winapi-i686-pc-windows-gnu",
1050
1050
-
"winapi-x86_64-pc-windows-gnu",
1051
1051
-
]
1052
1052
-
1053
1053
-
[[package]]
1054
1054
-
name = "winapi-i686-pc-windows-gnu"
1055
1055
-
version = "0.4.0"
1056
1056
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1057
1057
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1058
1058
-
1059
1059
-
[[package]]
1060
1060
-
name = "winapi-util"
1061
1061
-
version = "0.1.5"
1062
1062
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1063
1063
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1064
1064
-
dependencies = [
1065
1065
-
"winapi",
1066
1066
-
]
1067
1067
-
1068
1068
-
[[package]]
1069
1069
-
name = "winapi-x86_64-pc-windows-gnu"
1070
1070
-
version = "0.4.0"
1071
1071
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1072
1072
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1073
1073
-
1074
1074
-
[[package]]
1075
1075
-
name = "windows-sys"
1076
1076
-
version = "0.42.0"
1077
1077
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1078
1078
-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1079
1079
-
dependencies = [
1080
1080
-
"windows_aarch64_gnullvm",
1081
1081
-
"windows_aarch64_msvc",
1082
1082
-
"windows_i686_gnu",
1083
1083
-
"windows_i686_msvc",
1084
1084
-
"windows_x86_64_gnu",
1085
1085
-
"windows_x86_64_gnullvm",
1086
1086
-
"windows_x86_64_msvc",
1087
1087
-
]
1088
1088
-
1089
1089
-
[[package]]
1090
1090
-
name = "windows_aarch64_gnullvm"
1091
1091
-
version = "0.42.1"
1092
1092
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1093
1093
-
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1094
1094
-
1095
1095
-
[[package]]
1096
1096
-
name = "windows_aarch64_msvc"
1097
1097
-
version = "0.42.1"
1098
1098
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1099
1099
-
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1100
1100
-
1101
1101
-
[[package]]
1102
1102
-
name = "windows_i686_gnu"
1103
1103
-
version = "0.42.1"
1104
1104
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1105
1105
-
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1106
1106
-
1107
1107
-
[[package]]
1108
1108
-
name = "windows_i686_msvc"
1109
1109
-
version = "0.42.1"
1110
1110
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1111
1111
-
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1112
1112
-
1113
1113
-
[[package]]
1114
1114
-
name = "windows_x86_64_gnu"
1115
1115
-
version = "0.42.1"
1116
1116
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1117
1117
-
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1118
1118
-
1119
1119
-
[[package]]
1120
1120
-
name = "windows_x86_64_gnullvm"
1121
1121
-
version = "0.42.1"
1122
1122
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1123
1123
-
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1124
1124
-
1125
1125
-
[[package]]
1126
1126
-
name = "windows_x86_64_msvc"
1127
1127
-
version = "0.42.1"
1128
1128
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1129
1129
-
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1130
1130
-
1131
1131
-
[[package]]
1132
1132
-
name = "xcursor"
1133
1133
-
version = "0.3.4"
1134
1134
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1135
1135
-
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
1136
1136
-
dependencies = [
1137
1137
-
"nom",
1138
1138
-
]
1139
1139
-
1140
1140
-
[[package]]
1141
1141
-
name = "xkbcommon"
1142
1142
-
version = "0.5.0"
1143
1143
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1144
1144
-
checksum = "acbee136714379ab22da0280207fdb7f47e0bb940adea97731b65598b8c7a92e"
1145
1145
-
dependencies = [
1146
1146
-
"libc",
1147
1147
-
"memmap2",
1148
1148
-
]
+4
-9
pkgs/tools/wayland/shotman/default.nix
···
9
9
10
10
rustPlatform.buildRustPackage rec {
11
11
pname = "shotman";
12
12
-
version = "0.4.3";
12
12
+
version = "0.4.5";
13
13
14
14
src = fetchFromSourcehut {
15
15
owner = "~whynothugo";
16
16
repo = pname;
17
17
rev = "v${version}";
18
18
-
hash = "sha256-c2fgP6XB/fqKfsjqRRQpOFzHZyF/a9tLAKIGdKFAcSQ=";
18
18
+
hash = "sha256-SctWNhYCFTAOOnDEcsFZH61+QQAcmup11GVVXA1U5Dw=";
19
19
};
20
20
21
21
-
cargoLock = {
22
22
-
lockFile = ./Cargo.lock;
23
23
-
outputHashes = {
24
24
-
"smithay-client-toolkit-0.16.0" = "sha256-n+s+qH39tna0yN44D6GGlQGZHjsr9FBpp+NZItyqwaE=";
25
25
-
};
26
26
-
};
21
21
+
cargoHash = "sha256-q5scdgfB5NgtjAgnIy/+c+y/mymF0b9ZZSz2LmM0pfw=";
27
22
28
23
nativeBuildInputs = [ pkg-config makeWrapper ];
29
24
···
39
34
homepage = "https://git.sr.ht/~whynothugo/shotman";
40
35
license = licenses.isc;
41
36
platforms = platforms.linux;
42
42
-
maintainers = with maintainers; [ zendo ];
37
37
+
maintainers = with maintainers; [ zendo fpletz ];
43
38
};
44
39
}