From 1227a7c36179d0376510f07685a05a3c18c0e098 Mon Sep 17 00:00:00 2001 From: Piotr <114903054+elevenhsoft@users.noreply.github.com> Date: Sat, 25 May 2024 23:49:54 +0200 Subject: [PATCH] update dependencies --- Cargo.lock | 287 +++++++++++++++++--------------- cargo-sources.json | 405 +++++++++++++++++++++++---------------------- 2 files changed, 358 insertions(+), 334 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index befd6a5..8a97943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ "accesskit", "accesskit_consumer", "icrate 0.1.2", - "objc2 0.5.1", + "objc2 0.5.2", "once_cell", ] @@ -58,7 +58,7 @@ dependencies = [ "futures-util", "once_cell", "serde", - "zbus 3.15.1", + "zbus 3.15.2", ] [[package]] @@ -286,7 +286,7 @@ checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -338,7 +338,7 @@ dependencies = [ "serde_repr", "tokio", "url", - "zbus 4.2.1", + "zbus 4.2.2", ] [[package]] @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ "async-task", "concurrent-queue", @@ -526,7 +526,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -561,7 +561,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -600,9 +600,9 @@ dependencies = [ "enumflags2", "serde", "static_assertions", - "zbus 3.15.1", + "zbus 3.15.2", "zbus_names 2.6.1", - "zvariant 3.15.1", + "zvariant 3.15.2", ] [[package]] @@ -614,7 +614,7 @@ dependencies = [ "atspi-common", "atspi-proxies", "futures-lite 1.13.0", - "zbus 3.15.1", + "zbus 3.15.2", ] [[package]] @@ -625,7 +625,7 @@ checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52" dependencies = [ "atspi-common", "serde", - "zbus 3.15.1", + "zbus 3.15.2", ] [[package]] @@ -767,7 +767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e58aa60e59d8dbfcc36138f5f18be5f24394d33b38b24f7fd0b1caa33095f22f" dependencies = [ "block-sys", - "objc2 0.5.1", + "objc2 0.5.2", ] [[package]] @@ -786,9 +786,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" +checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17" [[package]] name = "bumpalo" @@ -813,13 +813,13 @@ dependencies = [ [[package]] name = "bytemuck_derive" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" +checksum = "369cfaf2a5bed5d8f8202073b2e093c9f508251de1551a0deb4253e4c7d80909" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -894,9 +894,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" +checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" dependencies = [ "jobserver", "libc", @@ -1155,7 +1155,7 @@ dependencies = [ [[package]] name = "cosmic-config" version = "0.1.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "atomicwrites", "cosmic-config-derive", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "cosmic-config-derive" version = "0.1.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "quote", "syn 1.0.109", @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "cosmic-files" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-files.git#6a29e427b84f6c8108bef7b5c9e1ed4b426a567c" +source = "git+https://github.com/pop-os/cosmic-files.git#cf47297866f31447aa8e42079aa92bcffd65624c" dependencies = [ "chrono", "dirs", @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "cosmic-theme" version = "0.1.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "almost", "cosmic-config", @@ -1264,18 +1264,18 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] [[package]] name = "crossbeam-channel" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" dependencies = [ "crossbeam-utils", ] @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -1357,7 +1357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1367,7 +1367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" dependencies = [ "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1407,7 +1407,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1418,7 +1418,7 @@ checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" dependencies = [ "darling_core", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1480,7 +1480,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1549,7 +1549,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1687,7 +1687,7 @@ checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -1747,9 +1747,9 @@ dependencies = [ [[package]] name = "euclid" -version = "0.22.9" +version = "0.22.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787" +checksum = "e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20" dependencies = [ "num-traits", ] @@ -2029,7 +2029,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -2195,7 +2195,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -2630,7 +2630,7 @@ dependencies = [ "lazy_static", "locale_config", "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rust-embed", "thiserror", "unic-langid", @@ -2654,7 +2654,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.10.0", - "syn 2.0.64", + "syn 2.0.66", "unic-langid", ] @@ -2668,7 +2668,7 @@ dependencies = [ "i18n-config", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -2697,7 +2697,7 @@ dependencies = [ [[package]] name = "iced" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "dnd", "iced_accessibility", @@ -2715,7 +2715,7 @@ dependencies = [ [[package]] name = "iced_accessibility" version = "0.1.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "accesskit", "accesskit_winit", @@ -2724,7 +2724,7 @@ dependencies = [ [[package]] name = "iced_core" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "bitflags 2.5.0", "dnd", @@ -2744,7 +2744,7 @@ dependencies = [ [[package]] name = "iced_futures" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "futures", "iced_core", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "iced_graphics" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "bitflags 2.5.0", "bytemuck", @@ -2781,7 +2781,7 @@ dependencies = [ [[package]] name = "iced_renderer" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "iced_graphics", "iced_tiny_skia", @@ -2793,7 +2793,7 @@ dependencies = [ [[package]] name = "iced_runtime" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "dnd", "iced_core", @@ -2805,7 +2805,7 @@ dependencies = [ [[package]] name = "iced_style" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "iced_core", "once_cell", @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "iced_tiny_skia" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "bytemuck", "cosmic-text", @@ -2832,7 +2832,7 @@ dependencies = [ [[package]] name = "iced_wgpu" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "bitflags 2.5.0", "bytemuck", @@ -2858,7 +2858,7 @@ dependencies = [ [[package]] name = "iced_widget" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "dnd", "iced_renderer", @@ -2874,7 +2874,7 @@ dependencies = [ [[package]] name = "iced_winit" version = "0.12.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "dnd", "iced_graphics", @@ -2907,7 +2907,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fb69199826926eb864697bddd27f73d9fddcffc004f5733131e15b465e30642" dependencies = [ "block2 0.4.0", - "objc2 0.5.1", + "objc2 0.5.2", ] [[package]] @@ -3036,7 +3036,7 @@ checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -3281,7 +3281,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libcosmic" version = "0.1.0" -source = "git+https://github.com/pop-os/libcosmic#2af549f5b15a83b3973f3291d1107a419f1e360a" +source = "git+https://github.com/pop-os/libcosmic#8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd" dependencies = [ "apply", "ashpd", @@ -3312,7 +3312,7 @@ dependencies = [ "tracing", "unicode-segmentation", "url", - "zbus 4.2.1", + "zbus 4.2.2", ] [[package]] @@ -3481,9 +3481,9 @@ dependencies = [ [[package]] name = "lyon_tessellation" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4470bd0b1f29eda66068ab1fd47719facda0a136b829bcca69287ed0ac40a134" +checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c" dependencies = [ "float_next_after", "lyon_path", @@ -3799,7 +3799,7 @@ dependencies = [ "file-id", "log", "notify", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "walkdir", ] @@ -3860,7 +3860,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -3932,7 +3932,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -3967,9 +3967,9 @@ dependencies = [ [[package]] name = "objc-sys" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60" +checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" [[package]] name = "objc2" @@ -3983,12 +3983,12 @@ dependencies = [ [[package]] name = "objc2" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659" +checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" dependencies = [ "objc-sys", - "objc2-encode 4.0.1", + "objc2-encode 4.0.3", ] [[package]] @@ -3999,9 +3999,9 @@ checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" [[package]] name = "objc2-encode" -version = "4.0.1" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a" +checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" [[package]] name = "objc_exception" @@ -4070,7 +4070,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -4147,7 +4147,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -4187,7 +4187,7 @@ dependencies = [ "by_address", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -4209,9 +4209,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.10", @@ -4321,7 +4321,7 @@ dependencies = [ "phf_shared 0.11.2", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -4496,9 +4496,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.82" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" dependencies = [ "unicode-ident", ] @@ -4519,7 +4519,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" dependencies = [ "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -4904,7 +4904,7 @@ dependencies = [ "proc-macro2", "quote", "rust-embed-utils", - "syn 2.0.64", + "syn 2.0.66", "walkdir", ] @@ -5139,22 +5139,22 @@ checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -5177,7 +5177,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -5485,7 +5485,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "phf_shared 0.10.0", "precomputed-hash", "serde", @@ -5549,9 +5549,9 @@ dependencies = [ [[package]] name = "swash" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ec889a8e0a6fcb91041996c8f1f6be0fe1a09e94478785e07c32ce2bca2d2b" +checksum = "682a612b50baf09e8a039547ecf49e6c155690dcb751b1bcb19c93cdeb3d42d4" dependencies = [ "read-fonts", "yazi", @@ -5571,9 +5571,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.64" +version = "2.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f" +checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" dependencies = [ "proc-macro2", "quote", @@ -5695,7 +5695,7 @@ checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -5834,7 +5834,7 @@ dependencies = [ "libc", "mio", "num_cpus", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", @@ -5851,7 +5851,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -5967,7 +5967,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -6397,7 +6397,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", "wasm-bindgen-shared", ] @@ -6431,7 +6431,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -6588,7 +6588,7 @@ dependencies = [ [[package]] name = "webapps" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "base64 0.22.1", @@ -6631,7 +6631,7 @@ dependencies = [ "js-sys", "log", "naga", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "profiling", "raw-window-handle", "smallvec", @@ -6658,7 +6658,7 @@ dependencies = [ "log", "naga", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "profiling", "raw-window-handle", "rustc-hash", @@ -6698,7 +6698,7 @@ dependencies = [ "naga", "objc", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "profiling", "range-alloc", "raw-window-handle", @@ -6845,7 +6845,7 @@ checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -6867,7 +6867,7 @@ checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -7285,9 +7285,9 @@ checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" [[package]] name = "zbus" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5acecd3f8422f198b1a2f954bcc812fe89f3fa4281646f3da1da7925db80085d" +checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" dependencies = [ "async-broadcast 0.5.1", "async-executor", @@ -7319,16 +7319,16 @@ dependencies = [ "uds_windows", "winapi", "xdg-home", - "zbus_macros 3.15.1", + "zbus_macros 3.15.2", "zbus_names 2.6.1", - "zvariant 3.15.1", + "zvariant 3.15.2", ] [[package]] name = "zbus" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21" +checksum = "989c3977a7aafa97b12b9a35d21cdcff9b0d2289762b14683f45d66b1ba6c48f" dependencies = [ "async-broadcast 0.7.0", "async-executor", @@ -7358,36 +7358,36 @@ dependencies = [ "uds_windows", "windows-sys 0.52.0", "xdg-home", - "zbus_macros 4.2.1", + "zbus_macros 4.2.2", "zbus_names 3.0.0", - "zvariant 4.1.0", + "zvariant 4.1.1", ] [[package]] name = "zbus_macros" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2207eb71efebda17221a579ca78b45c4c5f116f074eb745c3a172e688ccf89f5" +checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", "regex", "syn 1.0.109", - "zvariant_utils", + "zvariant_utils 1.0.1", ] [[package]] name = "zbus_macros" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4" +checksum = "6fe9de53245dcf426b7be226a4217dd5e339080e5d46e64a02d6e5dcbf90fca1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", - "zvariant_utils", + "syn 2.0.66", + "zvariant_utils 2.0.0", ] [[package]] @@ -7398,7 +7398,7 @@ checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" dependencies = [ "serde", "static_assertions", - "zvariant 3.15.1", + "zvariant 3.15.2", ] [[package]] @@ -7409,7 +7409,7 @@ checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" dependencies = [ "serde", "static_assertions", - "zvariant 4.1.0", + "zvariant 4.1.1", ] [[package]] @@ -7435,7 +7435,7 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.66", ] [[package]] @@ -7464,65 +7464,76 @@ dependencies = [ [[package]] name = "zvariant" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b4fcf3660d30fc33ae5cd97e2017b23a96e85afd7a1dd014534cd0bf34ba67" +checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" dependencies = [ "byteorder", "enumflags2", "libc", "serde", "static_assertions", - "zvariant_derive 3.15.1", + "zvariant_derive 3.15.2", ] [[package]] name = "zvariant" -version = "4.1.0" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877ef94e5e82b231d2a309c531f191a8152baba8241a7939ee04bd76b0171308" +checksum = "9aa6d31a02fbfb602bfde791de7fedeb9c2c18115b3d00f3a36e489f46ffbbc7" dependencies = [ "endi", "enumflags2", "serde", "static_assertions", "url", - "zvariant_derive 4.1.0", + "zvariant_derive 4.1.1", ] [[package]] name = "zvariant_derive" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0277758a8a0afc0e573e80ed5bfd9d9c2b48bd3108ffe09384f9f738c83f4a55" +checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", - "zvariant_utils", + "zvariant_utils 1.0.1", ] [[package]] name = "zvariant_derive" -version = "4.1.0" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7ca98581cc6a8120789d8f1f0997e9053837d6aa5346cbb43454d7121be6e39" +checksum = "642bf1b6b6d527988b3e8193d20969d53700a36eac734d21ae6639db168701c8" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", - "zvariant_utils", + "syn 2.0.66", + "zvariant_utils 2.0.0", ] [[package]] name = "zvariant_utils" -version = "1.1.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75fa7291bdd68cd13c4f97cc9d78cbf16d96305856dfc7ac942aeff4c2de7d5a" +checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] + +[[package]] +name = "zvariant_utils" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] diff --git a/cargo-sources.json b/cargo-sources.json index c4247ce..3f0b0a5 100644 --- a/cargo-sources.json +++ b/cargo-sources.json @@ -20,14 +20,14 @@ { "type": "git", "url": "https://github.com/pop-os/libcosmic", - "commit": "2af549f5b15a83b3973f3291d1107a419f1e360a", - "dest": "flatpak-cargo/git/libcosmic-2af549f" + "commit": "8b0bb6a677ef7dfc02f97e1f579308cf3c18eefd", + "dest": "flatpak-cargo/git/libcosmic-8b0bb6a" }, { "type": "git", "url": "https://github.com/pop-os/cosmic-files", - "commit": "6a29e427b84f6c8108bef7b5c9e1ed4b426a567c", - "dest": "flatpak-cargo/git/cosmic-files-6a29e42" + "commit": "cf47297866f31447aa8e42079aa92bcffd65624c", + "dest": "flatpak-cargo/git/cosmic-files-cf47297" }, { "type": "git", @@ -111,7 +111,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit\"\nversion = \"0.12.2\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"UI accessibility infrastructure across platforms\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"schemars\",\n \"serde\",\n]\n\n[dependencies.enumn]\nversion = \"0.1.6\"\noptional = true\n\n[dependencies.pyo3]\nversion = \"0.20\"\noptional = true\n\n[dependencies.schemars]\nversion = \"0.8.7\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\noptional = true\n\n[features]\nserde = [\n \"dep:serde\",\n \"enumn\",\n]\nschemars = [\n \"dep:schemars\",\n \"serde\",\n]\n", + "contents": "[package]\nname = \"accesskit\"\nversion = \"0.12.2\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"UI accessibility infrastructure across platforms\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[features]\nserde = [ \"dep:serde\", \"enumn\",]\nschemars = [ \"dep:schemars\", \"serde\",]\n\n[dependencies.enumn]\nversion = \"0.1.6\"\noptional = true\n\n[dependencies.pyo3]\nversion = \"0.20\"\noptional = true\n\n[dependencies.schemars]\nversion = \"0.8.7\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\noptional = true\n\n[package.metadata.docs.rs]\nfeatures = [ \"schemars\", \"serde\",]\n", "dest": "cargo/vendor/accesskit", "dest-filename": "Cargo.toml" }, @@ -129,7 +129,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit_consumer\"\nversion = \"0.17.0\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit consumer library (internal)\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../common\"\n", + "contents": "[package]\nname = \"accesskit_consumer\"\nversion = \"0.17.0\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit consumer library (internal)\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../common\"\n", "dest": "cargo/vendor/accesskit_consumer", "dest-filename": "Cargo.toml" }, @@ -147,7 +147,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit_macos\"\nversion = \"0.11.0\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: macOS adapter\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[package.metadata.docs.rs]\ndefault-target = \"x86_64-apple-darwin\"\n\n[dependencies]\nobjc2 = \"0.5.0\"\nonce_cell = \"1.13.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.icrate]\nversion = \"0.1.0\"\nfeatures = [\n \"AppKit\",\n \"AppKit_NSAccessibilityElement\",\n \"AppKit_NSView\",\n \"AppKit_NSWindow\",\n \"Foundation\",\n \"Foundation_NSArray\",\n \"Foundation_NSMutableDictionary\",\n \"Foundation_NSNumber\",\n \"Foundation_NSThread\",\n]\n", + "contents": "[package]\nname = \"accesskit_macos\"\nversion = \"0.11.0\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: macOS adapter\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[dependencies]\nobjc2 = \"0.5.0\"\nonce_cell = \"1.13.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.icrate]\nversion = \"0.1.0\"\nfeatures = [ \"AppKit\", \"AppKit_NSAccessibilityElement\", \"AppKit_NSView\", \"AppKit_NSWindow\", \"Foundation\", \"Foundation_NSArray\", \"Foundation_NSMutableDictionary\", \"Foundation_NSNumber\", \"Foundation_NSThread\",]\n\n[package.metadata.docs.rs]\ndefault-target = \"x86_64-apple-darwin\"\n", "dest": "cargo/vendor/accesskit_macos", "dest-filename": "Cargo.toml" }, @@ -165,7 +165,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit_unix\"\nversion = \"0.7.1\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: Linux adapter\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[features]\ndefault = [\n \"async-io\",\n]\nasync-io = [\n \"dep:async-channel\",\n \"dep:async-executor\",\n \"dep:async-task\",\n \"dep:futures-util\",\n \"atspi/async-std\",\n \"zbus/async-io\",\n]\ntokio = [\n \"dep:tokio\",\n \"dep:tokio-stream\",\n \"atspi/tokio\",\n \"zbus/tokio\",\n]\n\n[dependencies]\nfutures-lite = \"1.13\"\nonce_cell = \"1.17.1\"\nserde = \"1.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.atspi]\nversion = \"0.19\"\ndefault-features = false\n\n[dependencies.zbus]\nversion = \"3.14\"\ndefault-features = false\n\n[dependencies.async-channel]\nversion = \"2.1.1\"\noptional = true\n\n[dependencies.async-executor]\nversion = \"1.5.0\"\noptional = true\n\n[dependencies.async-task]\nversion = \"4.3.0\"\noptional = true\n\n[dependencies.futures-util]\nversion = \"0.3.27\"\noptional = true\n\n[dependencies.tokio-stream]\nversion = \"0.1.14\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.32.0\"\noptional = true\nfeatures = [\n \"macros\",\n \"net\",\n \"rt\",\n \"sync\",\n \"time\",\n]\n", + "contents": "[package]\nname = \"accesskit_unix\"\nversion = \"0.7.1\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: Linux adapter\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[features]\ndefault = [ \"async-io\",]\nasync-io = [ \"dep:async-channel\", \"dep:async-executor\", \"dep:async-task\", \"dep:futures-util\", \"atspi/async-std\", \"zbus/async-io\",]\ntokio = [ \"dep:tokio\", \"dep:tokio-stream\", \"atspi/tokio\", \"zbus/tokio\",]\n\n[dependencies]\nfutures-lite = \"1.13\"\nonce_cell = \"1.17.1\"\nserde = \"1.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.atspi]\nversion = \"0.19\"\ndefault-features = false\n\n[dependencies.zbus]\nversion = \"3.14\"\ndefault-features = false\n\n[dependencies.async-channel]\nversion = \"2.1.1\"\noptional = true\n\n[dependencies.async-executor]\nversion = \"1.5.0\"\noptional = true\n\n[dependencies.async-task]\nversion = \"4.3.0\"\noptional = true\n\n[dependencies.futures-util]\nversion = \"0.3.27\"\noptional = true\n\n[dependencies.tokio-stream]\nversion = \"0.1.14\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.32.0\"\noptional = true\nfeatures = [ \"macros\", \"net\", \"rt\", \"sync\", \"time\",]\n", "dest": "cargo/vendor/accesskit_unix", "dest-filename": "Cargo.toml" }, @@ -183,7 +183,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit_windows\"\nversion = \"0.16.0\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: Windows adapter\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[dependencies]\nonce_cell = \"1.13.0\"\npaste = \"1.0\"\nstatic_assertions = \"1.1.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.windows]\nversion = \"0.48.0\"\nfeatures = [\n \"implement\",\n \"Win32_Foundation\",\n \"Win32_Graphics_Gdi\",\n \"Win32_System_Com\",\n \"Win32_System_LibraryLoader\",\n \"Win32_System_Ole\",\n \"Win32_UI_Accessibility\",\n \"Win32_UI_Input_KeyboardAndMouse\",\n \"Win32_UI_WindowsAndMessaging\",\n]\n\n[dev-dependencies]\nscopeguard = \"1.1.0\"\n\n[dev-dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n", + "contents": "[package]\nname = \"accesskit_windows\"\nversion = \"0.16.0\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: Windows adapter\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[dependencies]\nonce_cell = \"1.13.0\"\npaste = \"1.0\"\nstatic_assertions = \"1.1.0\"\n\n[dev-dependencies]\nscopeguard = \"1.1.0\"\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.accesskit_consumer]\nversion = \"0.17.0\"\npath = \"../../consumer\"\n\n[dependencies.windows]\nversion = \"0.48.0\"\nfeatures = [ \"implement\", \"Win32_Foundation\", \"Win32_Graphics_Gdi\", \"Win32_System_Com\", \"Win32_System_LibraryLoader\", \"Win32_System_Ole\", \"Win32_UI_Accessibility\", \"Win32_UI_Input_KeyboardAndMouse\", \"Win32_UI_WindowsAndMessaging\",]\n\n[dev-dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n", "dest": "cargo/vendor/accesskit_windows", "dest-filename": "Cargo.toml" }, @@ -201,7 +201,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"accesskit_winit\"\nversion = \"0.18.1\"\nauthors = [\n \"The AccessKit contributors\",\n]\nlicense = \"Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: winit adapter\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"accessibility\",\n \"winit\",\n]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"winit/rwh_06\",\n \"winit/x11\",\n \"winit/wayland\",\n]\n\n[features]\ndefault = [\n \"accesskit_unix\",\n \"async-io\",\n \"rwh_06\",\n]\nrwh_05 = [\n \"winit/rwh_05\",\n \"dep:rwh_05\",\n]\nrwh_06 = [\n \"winit/rwh_06\",\n \"dep:rwh_06\",\n]\nasync-io = [\n \"accesskit_unix/async-io\",\n]\ntokio = [\n \"accesskit_unix/tokio\",\n]\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\n\n[dependencies.rwh_05]\npackage = \"raw-window-handle\"\nversion = \"0.5\"\nfeatures = [\n \"std\",\n]\noptional = true\n\n[dependencies.rwh_06]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [\n \"std\",\n]\noptional = true\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.accesskit_windows]\nversion = \"0.16.0\"\npath = \"../windows\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.accesskit_macos]\nversion = \"0.11.0\"\npath = \"../macos\"\n\n[target.\"cfg(any(target_os = \\\"linux\\\", target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"openbsd\\\", target_os = \\\"netbsd\\\"))\".dependencies.accesskit_unix]\nversion = \"0.7.1\"\npath = \"../unix\"\noptional = true\ndefault-features = false\n\n[target.\"cfg(any(target_os = \\\"linux\\\", target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"openbsd\\\", target_os = \\\"netbsd\\\"))\".dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\nfeatures = [\n \"x11\",\n \"wayland\",\n]\n\n[dev-dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\nfeatures = [\n \"x11\",\n \"wayland\",\n \"wayland-dlopen\",\n \"wayland-csd-adwaita\",\n]\n", + "contents": "[package]\nname = \"accesskit_winit\"\nversion = \"0.18.1\"\nauthors = [ \"The AccessKit contributors\",]\nlicense = \"Apache-2.0\"\ndescription = \"AccessKit UI accessibility infrastructure: winit adapter\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"accessibility\", \"winit\",]\nrepository = \"https://github.com/AccessKit/accesskit\"\nreadme = \"README.md\"\nedition = \"2021\"\nrust-version = \"1.68.2\"\n\n[features]\ndefault = [ \"accesskit_unix\", \"async-io\", \"rwh_06\",]\nrwh_05 = [ \"winit/rwh_05\", \"dep:rwh_05\",]\nrwh_06 = [ \"winit/rwh_06\", \"dep:rwh_06\",]\nasync-io = [ \"accesskit_unix/async-io\",]\ntokio = [ \"accesskit_unix/tokio\",]\n\n[dependencies.accesskit]\nversion = \"0.12.2\"\npath = \"../../common\"\n\n[dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\n\n[dependencies.rwh_05]\npackage = \"raw-window-handle\"\nversion = \"0.5\"\nfeatures = [ \"std\",]\noptional = true\n\n[dependencies.rwh_06]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [ \"std\",]\noptional = true\n\n[dev-dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\nfeatures = [ \"x11\", \"wayland\", \"wayland-dlopen\", \"wayland-csd-adwaita\",]\n\n[package.metadata.docs.rs]\nfeatures = [ \"winit/rwh_06\", \"winit/x11\", \"winit/wayland\",]\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.accesskit_windows]\nversion = \"0.16.0\"\npath = \"../windows\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.accesskit_macos]\nversion = \"0.11.0\"\npath = \"../macos\"\n\n[target.\"cfg(any(target_os = \\\"linux\\\", target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"openbsd\\\", target_os = \\\"netbsd\\\"))\".dependencies.accesskit_unix]\nversion = \"0.7.1\"\npath = \"../unix\"\noptional = true\ndefault-features = false\n\n[target.\"cfg(any(target_os = \\\"linux\\\", target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"openbsd\\\", target_os = \\\"netbsd\\\"))\".dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\ndefault-features = false\nfeatures = [ \"x11\", \"wayland\",]\n", "dest": "cargo/vendor/accesskit_winit", "dest-filename": "Cargo.toml" }, @@ -643,14 +643,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/async-executor/async-executor-1.11.0.crate", - "sha256": "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a", - "dest": "cargo/vendor/async-executor-1.11.0" + "url": "https://static.crates.io/crates/async-executor/async-executor-1.12.0.crate", + "sha256": "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0", + "dest": "cargo/vendor/async-executor-1.12.0" }, { "type": "inline", - "contents": "{\"package\": \"b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a\", \"files\": {}}", - "dest": "cargo/vendor/async-executor-1.11.0", + "contents": "{\"package\": \"c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0\", \"files\": {}}", + "dest": "cargo/vendor/async-executor-1.12.0", "dest-filename": ".cargo-checksum.json" }, { @@ -843,7 +843,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"atomicwrites\"\nversion = \"0.4.2\"\nauthors = [\n \"Markus Unterwaditzer \",\n]\nlicense = \"MIT\"\nkeywords = [\n \"filesystem\",\n \"posix\",\n]\nreadme = \"README.md\"\ndescription = \"Atomic file-writes.\"\ndocumentation = \"https://docs.rs/crate/atomicwrites\"\nhomepage = \"https://github.com/untitaker/rust-atomicwrites\"\nrepository = \"https://github.com/untitaker/rust-atomicwrites\"\nexclude = [\n \"/.travis.yml\",\n \"/Makefile\",\n \"/appveyor.yml\",\n]\n\n[dependencies]\ntempfile = \"3.1\"\n\n[target.\"cfg(unix)\".dependencies.rustix]\nversion = \"0.38.0\"\nfeatures = [\n \"fs\",\n]\n\n[target.\"cfg(windows)\".dependencies.windows-sys]\nversion = \"0.48.0\"\nfeatures = [\n \"Win32_Foundation\",\n \"Win32_Storage_FileSystem\",\n]\n", + "contents": "[package]\nname = \"atomicwrites\"\nversion = \"0.4.2\"\nauthors = [ \"Markus Unterwaditzer \",]\nlicense = \"MIT\"\nkeywords = [ \"filesystem\", \"posix\",]\nreadme = \"README.md\"\ndescription = \"Atomic file-writes.\"\ndocumentation = \"https://docs.rs/crate/atomicwrites\"\nhomepage = \"https://github.com/untitaker/rust-atomicwrites\"\nrepository = \"https://github.com/untitaker/rust-atomicwrites\"\nexclude = [ \"/.travis.yml\", \"/Makefile\", \"/appveyor.yml\",]\n\n[dependencies]\ntempfile = \"3.1\"\n\n[target.\"cfg(unix)\".dependencies.rustix]\nversion = \"0.38.0\"\nfeatures = [ \"fs\",]\n\n[target.\"cfg(windows)\".dependencies.windows-sys]\nversion = \"0.48.0\"\nfeatures = [ \"Win32_Foundation\", \"Win32_Storage_FileSystem\",]\n", "dest": "cargo/vendor/atomicwrites", "dest-filename": "Cargo.toml" }, @@ -1142,14 +1142,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/built/built-0.7.2.crate", - "sha256": "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16", - "dest": "cargo/vendor/built-0.7.2" + "url": "https://static.crates.io/crates/built/built-0.7.3.crate", + "sha256": "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17", + "dest": "cargo/vendor/built-0.7.3" }, { "type": "inline", - "contents": "{\"package\": \"41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16\", \"files\": {}}", - "dest": "cargo/vendor/built-0.7.2", + "contents": "{\"package\": \"c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17\", \"files\": {}}", + "dest": "cargo/vendor/built-0.7.3", "dest-filename": ".cargo-checksum.json" }, { @@ -1194,14 +1194,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/bytemuck_derive/bytemuck_derive-1.6.0.crate", - "sha256": "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60", - "dest": "cargo/vendor/bytemuck_derive-1.6.0" + "url": "https://static.crates.io/crates/bytemuck_derive/bytemuck_derive-1.6.1.crate", + "sha256": "369cfaf2a5bed5d8f8202073b2e093c9f508251de1551a0deb4253e4c7d80909", + "dest": "cargo/vendor/bytemuck_derive-1.6.1" }, { "type": "inline", - "contents": "{\"package\": \"4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60\", \"files\": {}}", - "dest": "cargo/vendor/bytemuck_derive-1.6.0", + "contents": "{\"package\": \"369cfaf2a5bed5d8f8202073b2e093c9f508251de1551a0deb4253e4c7d80909\", \"files\": {}}", + "dest": "cargo/vendor/bytemuck_derive-1.6.1", "dest-filename": ".cargo-checksum.json" }, { @@ -1298,14 +1298,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/cc/cc-1.0.97.crate", - "sha256": "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4", - "dest": "cargo/vendor/cc-1.0.97" + "url": "https://static.crates.io/crates/cc/cc-1.0.98.crate", + "sha256": "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f", + "dest": "cargo/vendor/cc-1.0.98" }, { "type": "inline", - "contents": "{\"package\": \"099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4\", \"files\": {}}", - "dest": "cargo/vendor/cc-1.0.97", + "contents": "{\"package\": \"41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f\", \"files\": {}}", + "dest": "cargo/vendor/cc-1.0.98", "dest-filename": ".cargo-checksum.json" }, { @@ -1407,7 +1407,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"clipboard_macos\"\nversion = \"0.1.0\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nedition = \"2018\"\ndescription = \"A library to obtain access to the macOS clipboard\"\nlicense = \"Apache-2.0\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_macos\"\nkeywords = [\n \"clipboard\",\n \"macos\",\n]\n\n[package.metadata.docs.rs]\ndefault-target = \"x86_64-apple-darwin\"\n\n[dependencies]\nobjc = \"0.2\"\nobjc_id = \"0.1\"\nobjc-foundation = \"0.1\"\n", + "contents": "[package]\nname = \"clipboard_macos\"\nversion = \"0.1.0\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nedition = \"2018\"\ndescription = \"A library to obtain access to the macOS clipboard\"\nlicense = \"Apache-2.0\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_macos\"\nkeywords = [ \"clipboard\", \"macos\",]\n\n[dependencies]\nobjc = \"0.2\"\nobjc_id = \"0.1\"\nobjc-foundation = \"0.1\"\n\n[package.metadata.docs.rs]\ndefault-target = \"x86_64-apple-darwin\"\n", "dest": "cargo/vendor/clipboard_macos", "dest-filename": "Cargo.toml" }, @@ -1425,7 +1425,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"clipboard_wayland\"\nversion = \"0.2.2\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nedition = \"2018\"\ndescription = \"A library to obtain access to the clipboard of a Wayland window\"\nlicense = \"Apache-2.0\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_wayland\"\nkeywords = [\n \"clipboard\",\n \"wayland\",\n]\n\n[dependencies.smithay-clipboard]\ngit = \"https://github.com/pop-os/smithay-clipboard\"\ntag = \"pop-dnd-4\"\nfeatures = [\n \"dnd\",\n]\n\n[dependencies.mime]\npath = \"../mime\"\n\n[dependencies.dnd]\npath = \"../dnd\"\n", + "contents": "[package]\nname = \"clipboard_wayland\"\nversion = \"0.2.2\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nedition = \"2018\"\ndescription = \"A library to obtain access to the clipboard of a Wayland window\"\nlicense = \"Apache-2.0\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_wayland\"\nkeywords = [ \"clipboard\", \"wayland\",]\n\n[dependencies.smithay-clipboard]\ngit = \"https://github.com/pop-os/smithay-clipboard\"\ntag = \"pop-dnd-4\"\nfeatures = [ \"dnd\",]\n\n[dependencies.mime]\npath = \"../mime\"\n\n[dependencies.dnd]\npath = \"../dnd\"\n", "dest": "cargo/vendor/clipboard_wayland", "dest-filename": "Cargo.toml" }, @@ -1443,7 +1443,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"clipboard_x11\"\nversion = \"0.4.2\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nedition = \"2018\"\ndescription = \"A library to obtain access to the X11 clipboard\"\nlicense = \"MIT\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_x11\"\nkeywords = [\n \"clipboard\",\n \"x11\",\n]\n\n[dependencies]\nx11rb = \"0.13\"\nthiserror = \"1.0\"\n", + "contents": "[package]\nname = \"clipboard_x11\"\nversion = \"0.4.2\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nedition = \"2018\"\ndescription = \"A library to obtain access to the X11 clipboard\"\nlicense = \"MIT\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/clipboard_x11\"\nkeywords = [ \"clipboard\", \"x11\",]\n\n[dependencies]\nx11rb = \"0.13\"\nthiserror = \"1.0\"\n", "dest": "cargo/vendor/clipboard_x11", "dest-filename": "Cargo.toml" }, @@ -1664,12 +1664,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/cosmic-config\" \"cargo/vendor/cosmic-config\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/cosmic-config\" \"cargo/vendor/cosmic-config\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"cosmic-config\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[features]\ndefault = [\n \"macro\",\n \"subscription\",\n]\ndbus = [\n \"dep:zbus\",\n \"cosmic-settings-daemon\",\n \"futures-util\",\n \"subscription\",\n]\nmacro = [\n \"cosmic-config-derive\",\n]\nsubscription = [\n \"iced_futures\",\n]\n\n[dependencies]\nnotify = \"6.0.0\"\nron = \"0.8.0\"\nserde = \"1.0.152\"\nonce_cell = \"1.19.0\"\ndirs = \"5.0.1\"\ntracing = \"0.1\"\n\n[dependencies.cosmic-settings-daemon]\ngit = \"https://github.com/pop-os/dbus-settings-bindings\"\noptional = true\n\n[dependencies.zbus]\nversion = \"4.2.1\"\ndefault-features = false\noptional = true\n\n[dependencies.atomicwrites]\ngit = \"https://github.com/jackpot51/rust-atomicwrites\"\n\n[dependencies.calloop]\nversion = \"0.13.0\"\noptional = true\n\n[dependencies.cosmic-config-derive]\npath = \"../cosmic-config-derive/\"\noptional = true\n\n[dependencies.iced]\npath = \"../iced/\"\ndefault-features = false\noptional = true\n\n[dependencies.iced_futures]\npath = \"../iced/futures/\"\ndefault-features = false\noptional = true\n\n[dependencies.futures-util]\nversion = \"0.3\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.0\"\noptional = true\nfeatures = [\n \"time\",\n]\n\n[dependencies.async-std]\nversion = \"1.10\"\noptional = true\n\n[target.\"cfg(unix)\".dependencies]\nxdg = \"2.1\"\n\n[target.\"cfg(windows)\".dependencies]\nknown-folders = \"1.1.0\"\n", + "contents": "[package]\nname = \"cosmic-config\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[features]\ndefault = [ \"macro\", \"subscription\",]\ndbus = [ \"dep:zbus\", \"cosmic-settings-daemon\", \"futures-util\", \"subscription\",]\nmacro = [ \"cosmic-config-derive\",]\nsubscription = [ \"iced_futures\",]\n\n[dependencies]\nnotify = \"6.0.0\"\nron = \"0.8.0\"\nserde = \"1.0.152\"\nonce_cell = \"1.19.0\"\ndirs = \"5.0.1\"\ntracing = \"0.1\"\n\n[dependencies.cosmic-settings-daemon]\ngit = \"https://github.com/pop-os/dbus-settings-bindings\"\noptional = true\n\n[dependencies.zbus]\nversion = \"4.2.1\"\ndefault-features = false\noptional = true\n\n[dependencies.atomicwrites]\ngit = \"https://github.com/jackpot51/rust-atomicwrites\"\n\n[dependencies.calloop]\nversion = \"0.13.0\"\noptional = true\n\n[dependencies.cosmic-config-derive]\npath = \"../cosmic-config-derive/\"\noptional = true\n\n[dependencies.iced]\npath = \"../iced/\"\ndefault-features = false\noptional = true\n\n[dependencies.iced_futures]\npath = \"../iced/futures/\"\ndefault-features = false\noptional = true\n\n[dependencies.futures-util]\nversion = \"0.3\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.0\"\noptional = true\nfeatures = [ \"time\",]\n\n[dependencies.async-std]\nversion = \"1.10\"\noptional = true\n\n[target.\"cfg(unix)\".dependencies]\nxdg = \"2.1\"\n\n[target.\"cfg(windows)\".dependencies]\nknown-folders = \"1.1.0\"\n", "dest": "cargo/vendor/cosmic-config", "dest-filename": "Cargo.toml" }, @@ -1682,7 +1682,7 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/cosmic-config-derive\" \"cargo/vendor/cosmic-config-derive\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/cosmic-config-derive\" \"cargo/vendor/cosmic-config-derive\"" ] }, { @@ -1700,12 +1700,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/cosmic-files-6a29e42/.\" \"cargo/vendor/cosmic-files\"" + "cp -r --reflink=auto \"flatpak-cargo/git/cosmic-files-cf47297/.\" \"cargo/vendor/cosmic-files\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"cosmic-files\"\nversion = \"0.1.0\"\nauthors = [\n \"Jeremy Soller \",\n]\nedition = \"2021\"\nlicense = \"GPL-3.0-only\"\nrust-version = \"1.71\"\n\n[build-dependencies.vergen]\nversion = \"8\"\nfeatures = [\n \"git\",\n \"gitcl\",\n]\n\n[dependencies]\ndirs = \"5.0.1\"\nenv_logger = \"0.11\"\nfs_extra = \"1.3\"\nimage = \"0.24\"\nonce_cell = \"1.19\"\nopen = \"5.0.2\"\nlexical-sort = \"0.3.1\"\nlibc = \"0.2\"\nlog = \"0.4\"\nmime_guess = \"2\"\nnotify-debouncer-full = \"0.3\"\npaste = \"1.0\"\ntrash = \"4.1.0\"\nxdg-mime = \"0.3\"\nurl = \"2.5\"\ni18n-embed-fl = \"0.7\"\nrust-embed = \"8\"\nslotmap = \"1.0.7\"\n\n[dependencies.chrono]\nversion = \"0.4\"\nfeatures = [\n \"unstable-locales\",\n]\n\n[dependencies.freedesktop_entry_parser]\nversion = \"1.3\"\noptional = true\n\n[dependencies.gio]\nversion = \"0.19\"\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [\n \"serde_derive\",\n]\n\n[dependencies.shlex]\nversion = \"1.3\"\n\n[dependencies.tokio]\nversion = \"1\"\nfeatures = [\n \"sync\",\n]\n\n[dependencies.xdg]\nversion = \"2.5.2\"\noptional = true\n\n[dependencies.i18n-embed]\nversion = \"0.14\"\nfeatures = [\n \"fluent-system\",\n \"desktop-requester\",\n]\n\n[dependencies.libcosmic]\ngit = \"https://github.com/pop-os/libcosmic.git\"\ndefault-features = false\nfeatures = [\n \"multi-window\",\n \"tokio\",\n \"winit\",\n]\n\n[dependencies.smol_str]\nversion = \"0.2.1\"\nfeatures = [\n \"serde\",\n]\n\n[features]\ndefault = [\n \"desktop\",\n \"gvfs\",\n \"wgpu\",\n]\ndesktop = [\n \"libcosmic/desktop\",\n \"dep:freedesktop_entry_parser\",\n \"dep:xdg\",\n]\ngvfs = [\n \"dep:gio\",\n]\nwgpu = [\n \"libcosmic/wgpu\",\n]\n\n[profile.dev]\nopt-level = 1\n\n[profile.release-with-debug]\ninherits = \"release\"\ndebug = true\n\n[target.\"cfg(unix)\".dependencies]\nfork = \"0.1\"\n\n[dev-dependencies]\nfastrand = \"2\"\ntempfile = \"3\"\ntest-log = \"0.2\"\n\n[dev-dependencies.tokio]\nversion = \"1\"\nfeatures = [\n \"rt\",\n \"macros\",\n]\n", + "contents": "[package]\nname = \"cosmic-files\"\nversion = \"0.1.0\"\nauthors = [ \"Jeremy Soller \",]\nedition = \"2021\"\nlicense = \"GPL-3.0-only\"\nrust-version = \"1.71\"\n\n[dependencies]\ndirs = \"5.0.1\"\nenv_logger = \"0.11\"\nfs_extra = \"1.3\"\nimage = \"0.24\"\nonce_cell = \"1.19\"\nopen = \"5.0.2\"\nlexical-sort = \"0.3.1\"\nlibc = \"0.2\"\nlog = \"0.4\"\nmime_guess = \"2\"\nnotify-debouncer-full = \"0.3\"\npaste = \"1.0\"\ntrash = \"4.1.0\"\nxdg-mime = \"0.3\"\nurl = \"2.5\"\ni18n-embed-fl = \"0.7\"\nrust-embed = \"8\"\nslotmap = \"1.0.7\"\n\n[features]\ndefault = [ \"desktop\", \"gvfs\", \"wgpu\",]\ndesktop = [ \"libcosmic/desktop\", \"dep:freedesktop_entry_parser\", \"dep:xdg\",]\ngvfs = [ \"dep:gio\",]\nwgpu = [ \"libcosmic/wgpu\",]\n\n[dev-dependencies]\nfastrand = \"2\"\ntempfile = \"3\"\ntest-log = \"0.2\"\n\n[build-dependencies.vergen]\nversion = \"8\"\nfeatures = [ \"git\", \"gitcl\",]\n\n[dependencies.chrono]\nversion = \"0.4\"\nfeatures = [ \"unstable-locales\",]\n\n[dependencies.freedesktop_entry_parser]\nversion = \"1.3\"\noptional = true\n\n[dependencies.gio]\nversion = \"0.19\"\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [ \"serde_derive\",]\n\n[dependencies.shlex]\nversion = \"1.3\"\n\n[dependencies.tokio]\nversion = \"1\"\nfeatures = [ \"sync\",]\n\n[dependencies.xdg]\nversion = \"2.5.2\"\noptional = true\n\n[dependencies.i18n-embed]\nversion = \"0.14\"\nfeatures = [ \"fluent-system\", \"desktop-requester\",]\n\n[dependencies.libcosmic]\ngit = \"https://github.com/pop-os/libcosmic.git\"\ndefault-features = false\nfeatures = [ \"multi-window\", \"tokio\", \"winit\",]\n\n[dependencies.smol_str]\nversion = \"0.2.1\"\nfeatures = [ \"serde\",]\n\n[profile.dev]\nopt-level = 1\n\n[profile.release-with-debug]\ninherits = \"release\"\ndebug = true\n\n[dev-dependencies.tokio]\nversion = \"1\"\nfeatures = [ \"rt\", \"macros\",]\n\n[target.\"cfg(unix)\".dependencies]\nfork = \"0.1\"\n", "dest": "cargo/vendor/cosmic-files", "dest-filename": "Cargo.toml" }, @@ -1723,7 +1723,7 @@ }, { "type": "inline", - "contents": "bench = [\n { name = \"layout\", harness = false },\n]\n\n[package]\nname = \"cosmic-text\"\ndescription = \"Pure Rust multi-line text handling\"\nversion = \"0.11.2\"\nauthors = [\n \"Jeremy Soller \",\n]\nedition = \"2021\"\nlicense = \"MIT OR Apache-2.0\"\ndocumentation = \"https://docs.rs/cosmic-text/latest/cosmic_text/\"\nrepository = \"https://github.com/pop-os/cosmic-text\"\nrust-version = \"1.65\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"vi\",\n]\n\n[dependencies]\nbitflags = \"2.4.1\"\nlibm = \"0.2.8\"\nlog = \"0.4.20\"\nrangemap = \"1.4.0\"\nself_cell = \"1.0.1\"\nunicode-linebreak = \"0.1.5\"\nunicode-script = \"0.5.5\"\nunicode-segmentation = \"1.10.1\"\n\n[dependencies.cosmic_undo_2]\nversion = \"0.2.0\"\noptional = true\n\n[dependencies.fontdb]\nversion = \"0.16.0\"\ndefault-features = false\n\n[dependencies.hashbrown]\nversion = \"0.14.1\"\noptional = true\ndefault-features = false\n\n[dependencies.modit]\nversion = \"0.1.4\"\noptional = true\n\n[dependencies.rustc-hash]\nversion = \"1.1.0\"\ndefault-features = false\n\n[dependencies.rustybuzz]\nversion = \"0.12.0\"\ndefault-features = false\nfeatures = [\n \"libm\",\n]\n\n[dependencies.swash]\nversion = \"0.1.12\"\noptional = true\n\n[dependencies.syntect]\nversion = \"5.1.0\"\noptional = true\n\n[dependencies.sys-locale]\nversion = \"0.3.1\"\noptional = true\n\n[dependencies.ttf-parser]\nversion = \"0.20.0\"\ndefault-features = false\n\n[dependencies.unicode-bidi]\nversion = \"0.3.13\"\ndefault-features = false\nfeatures = [\n \"hardcoded-data\",\n]\n\n[features]\ndefault = [\n \"std\",\n \"swash\",\n \"fontconfig\",\n]\nfontconfig = [\n \"fontdb/fontconfig\",\n \"std\",\n]\nno_std = [\n \"rustybuzz/libm\",\n \"hashbrown\",\n]\nshape-run-cache = []\nstd = [\n \"fontdb/memmap\",\n \"fontdb/std\",\n \"rustybuzz/std\",\n \"sys-locale\",\n \"ttf-parser/std\",\n \"unicode-bidi/std\",\n]\nvi = [\n \"modit\",\n \"syntect\",\n \"cosmic_undo_2\",\n]\nwasm-web = [\n \"sys-locale?/js\",\n]\nwarn_on_missing_glyphs = []\n\n[workspace]\nmembers = [\n \"examples/*\",\n]\n\n[dev-dependencies]\ntiny-skia = \"0.11.2\"\n\n[dev-dependencies.criterion]\nversion = \"0.5.1\"\ndefault-features = false\nfeatures = [\n \"cargo_bench_support\",\n]\n\n[profile.test]\nopt-level = 1\n", + "contents": "[[bench]]\nname = \"layout\"\nharness = false\n\n[package]\nname = \"cosmic-text\"\ndescription = \"Pure Rust multi-line text handling\"\nversion = \"0.11.2\"\nauthors = [ \"Jeremy Soller \",]\nedition = \"2021\"\nlicense = \"MIT OR Apache-2.0\"\ndocumentation = \"https://docs.rs/cosmic-text/latest/cosmic_text/\"\nrepository = \"https://github.com/pop-os/cosmic-text\"\nrust-version = \"1.65\"\n\n[dependencies]\nbitflags = \"2.4.1\"\nlibm = \"0.2.8\"\nlog = \"0.4.20\"\nrangemap = \"1.4.0\"\nself_cell = \"1.0.1\"\nunicode-linebreak = \"0.1.5\"\nunicode-script = \"0.5.5\"\nunicode-segmentation = \"1.10.1\"\n\n[features]\ndefault = [ \"std\", \"swash\", \"fontconfig\",]\nfontconfig = [ \"fontdb/fontconfig\", \"std\",]\nno_std = [ \"rustybuzz/libm\", \"hashbrown\",]\nshape-run-cache = []\nstd = [ \"fontdb/memmap\", \"fontdb/std\", \"rustybuzz/std\", \"sys-locale\", \"ttf-parser/std\", \"unicode-bidi/std\",]\nvi = [ \"modit\", \"syntect\", \"cosmic_undo_2\",]\nwasm-web = [ \"sys-locale?/js\",]\nwarn_on_missing_glyphs = []\n\n[workspace]\nmembers = [ \"examples/*\",]\n\n[dev-dependencies]\ntiny-skia = \"0.11.2\"\n\n[dependencies.cosmic_undo_2]\nversion = \"0.2.0\"\noptional = true\n\n[dependencies.fontdb]\nversion = \"0.16.0\"\ndefault-features = false\n\n[dependencies.hashbrown]\nversion = \"0.14.1\"\noptional = true\ndefault-features = false\n\n[dependencies.modit]\nversion = \"0.1.4\"\noptional = true\n\n[dependencies.rustc-hash]\nversion = \"1.1.0\"\ndefault-features = false\n\n[dependencies.rustybuzz]\nversion = \"0.12.0\"\ndefault-features = false\nfeatures = [ \"libm\",]\n\n[dependencies.swash]\nversion = \"0.1.12\"\noptional = true\n\n[dependencies.syntect]\nversion = \"5.1.0\"\noptional = true\n\n[dependencies.sys-locale]\nversion = \"0.3.1\"\noptional = true\n\n[dependencies.ttf-parser]\nversion = \"0.20.0\"\ndefault-features = false\n\n[dependencies.unicode-bidi]\nversion = \"0.3.13\"\ndefault-features = false\nfeatures = [ \"hardcoded-data\",]\n\n[dev-dependencies.criterion]\nversion = \"0.5.1\"\ndefault-features = false\nfeatures = [ \"cargo_bench_support\",]\n\n[profile.test]\nopt-level = 1\n\n[package.metadata.docs.rs]\nfeatures = [ \"vi\",]\n", "dest": "cargo/vendor/cosmic-text", "dest-filename": "Cargo.toml" }, @@ -1736,12 +1736,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/cosmic-theme\" \"cargo/vendor/cosmic-theme\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/cosmic-theme\" \"cargo/vendor/cosmic-theme\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"cosmic-theme\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"test_all_features\",\n]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\n\n[features]\ndefault = [\n \"export\",\n]\nexport = [\n \"serde_json\",\n]\nno-default = []\n\n[dependencies]\nalmost = \"0.2\"\nron = \"0.8\"\nlazy_static = \"1.4.0\"\ndirs = \"5.0.1\"\nthiserror = \"1.0.5\"\n\n[dependencies.palette]\nversion = \"0.7.3\"\nfeatures = [\n \"serializing\",\n]\n\n[dependencies.serde]\nversion = \"1.0.129\"\nfeatures = [\n \"derive\",\n]\n\n[dependencies.serde_json]\nversion = \"1.0.64\"\noptional = true\nfeatures = [\n \"preserve_order\",\n]\n\n[dependencies.csscolorparser]\nversion = \"0.6.2\"\nfeatures = [\n \"serde\",\n]\n\n[dependencies.cosmic-config]\npath = \"../cosmic-config/\"\ndefault-features = false\nfeatures = [\n \"subscription\",\n \"macro\",\n]\n", + "contents": "[package]\nname = \"cosmic-theme\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[features]\ndefault = [ \"export\",]\nexport = [ \"serde_json\",]\nno-default = []\n\n[dependencies]\nalmost = \"0.2\"\nron = \"0.8\"\nlazy_static = \"1.4.0\"\ndirs = \"5.0.1\"\nthiserror = \"1.0.5\"\n\n[dependencies.palette]\nversion = \"0.7.3\"\nfeatures = [ \"serializing\",]\n\n[dependencies.serde]\nversion = \"1.0.129\"\nfeatures = [ \"derive\",]\n\n[dependencies.serde_json]\nversion = \"1.0.64\"\noptional = true\nfeatures = [ \"preserve_order\",]\n\n[dependencies.csscolorparser]\nversion = \"0.6.2\"\nfeatures = [ \"serde\",]\n\n[dependencies.cosmic-config]\npath = \"../cosmic-config/\"\ndefault-features = false\nfeatures = [ \"subscription\", \"macro\",]\n\n[package.metadata.docs.rs]\nfeatures = [ \"test_all_features\",]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\n", "dest": "cargo/vendor/cosmic-theme", "dest-filename": "Cargo.toml" }, @@ -1767,27 +1767,27 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/crc32fast/crc32fast-1.4.0.crate", - "sha256": "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa", - "dest": "cargo/vendor/crc32fast-1.4.0" + "url": "https://static.crates.io/crates/crc32fast/crc32fast-1.4.2.crate", + "sha256": "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3", + "dest": "cargo/vendor/crc32fast-1.4.2" }, { "type": "inline", - "contents": "{\"package\": \"b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa\", \"files\": {}}", - "dest": "cargo/vendor/crc32fast-1.4.0", + "contents": "{\"package\": \"a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3\", \"files\": {}}", + "dest": "cargo/vendor/crc32fast-1.4.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/crossbeam-channel/crossbeam-channel-0.5.12.crate", - "sha256": "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95", - "dest": "cargo/vendor/crossbeam-channel-0.5.12" + "url": "https://static.crates.io/crates/crossbeam-channel/crossbeam-channel-0.5.13.crate", + "sha256": "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2", + "dest": "cargo/vendor/crossbeam-channel-0.5.13" }, { "type": "inline", - "contents": "{\"package\": \"ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95\", \"files\": {}}", - "dest": "cargo/vendor/crossbeam-channel-0.5.12", + "contents": "{\"package\": \"33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2\", \"files\": {}}", + "dest": "cargo/vendor/crossbeam-channel-0.5.13", "dest-filename": ".cargo-checksum.json" }, { @@ -1819,14 +1819,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.19.crate", - "sha256": "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345", - "dest": "cargo/vendor/crossbeam-utils-0.8.19" + "url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.20.crate", + "sha256": "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80", + "dest": "cargo/vendor/crossbeam-utils-0.8.20" }, { "type": "inline", - "contents": "{\"package\": \"248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345\", \"files\": {}}", - "dest": "cargo/vendor/crossbeam-utils-0.8.19", + "contents": "{\"package\": \"22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80\", \"files\": {}}", + "dest": "cargo/vendor/crossbeam-utils-0.8.20", "dest-filename": ".cargo-checksum.json" }, { @@ -1941,7 +1941,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"d3d12\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\ndescription = \"Low level D3D12 API wrapper\"\nrepository = \"https://github.com/gfx-rs/wgpu/tree/trunk/d3d12\"\nkeywords = [\n \"windows\",\n \"graphics\",\n]\nlicense = \"MIT OR Apache-2.0\"\ndocumentation = \"https://docs.rs/d3d12\"\ncategories = [\n \"api-bindings\",\n \"graphics\",\n \"memory-management\",\n \"os::windows-apis\",\n]\nedition = \"2018\"\n\n[package.metadata.docs.rs]\ntargets = [\n \"x86_64-pc-windows-msvc\",\n]\n\n[features]\nimplicit-link = []\n\n[target.\"cfg(windows)\".dependencies]\nbitflags = \"2\"\n\n[target.\"cfg(windows)\".dependencies.libloading]\nversion = \">=0.7,<0.9\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.winapi]\nversion = \"0.3\"\nfeatures = [\n \"dxgi1_2\",\n \"dxgi1_3\",\n \"dxgi1_4\",\n \"dxgi1_5\",\n \"dxgi1_6\",\n \"dxgidebug\",\n \"d3d12\",\n \"d3d12sdklayers\",\n \"d3dcommon\",\n \"d3dcompiler\",\n \"dxgiformat\",\n \"synchapi\",\n \"winerror\",\n]\n", + "contents": "[package]\nname = \"d3d12\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\ndescription = \"Low level D3D12 API wrapper\"\nrepository = \"https://github.com/gfx-rs/wgpu/tree/trunk/d3d12\"\nkeywords = [ \"windows\", \"graphics\",]\nlicense = \"MIT OR Apache-2.0\"\ndocumentation = \"https://docs.rs/d3d12\"\ncategories = [ \"api-bindings\", \"graphics\", \"memory-management\", \"os::windows-apis\",]\nedition = \"2018\"\n\n[features]\nimplicit-link = []\n\n[target.\"cfg(windows)\".dependencies]\nbitflags = \"2\"\n\n[package.metadata.docs.rs]\ntargets = [ \"x86_64-pc-windows-msvc\",]\n\n[target.\"cfg(windows)\".dependencies.libloading]\nversion = \">=0.7,<0.9\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.winapi]\nversion = \"0.3\"\nfeatures = [ \"dxgi1_2\", \"dxgi1_3\", \"dxgi1_4\", \"dxgi1_5\", \"dxgi1_6\", \"dxgidebug\", \"d3d12\", \"d3d12sdklayers\", \"d3dcommon\", \"d3dcompiler\", \"dxgiformat\", \"synchapi\", \"winerror\",]\n", "dest": "cargo/vendor/d3d12", "dest-filename": "Cargo.toml" }, @@ -2193,7 +2193,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"dnd\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[dependencies]\nbitflags = \"2.5.0\"\nraw-window-handle = \"0.6\"\n\n[dependencies.mime]\npath = \"../mime\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.smithay-clipboard]\ngit = \"https://github.com/pop-os/smithay-clipboard\"\ntag = \"pop-dnd-4\"\nfeatures = [\n \"dnd\",\n]\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [\n \"calloop\",\n]\nrev = \"3bed072\"\n", + "contents": "[package]\nname = \"dnd\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[dependencies]\nbitflags = \"2.5.0\"\nraw-window-handle = \"0.6\"\n\n[dependencies.mime]\npath = \"../mime\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.smithay-clipboard]\ngit = \"https://github.com/pop-os/smithay-clipboard\"\ntag = \"pop-dnd-4\"\nfeatures = [ \"dnd\",]\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [ \"calloop\",]\nrev = \"3bed072\"\n", "dest": "cargo/vendor/dnd", "dest-filename": "Cargo.toml" }, @@ -2453,14 +2453,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/euclid/euclid-0.22.9.crate", - "sha256": "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787", - "dest": "cargo/vendor/euclid-0.22.9" + "url": "https://static.crates.io/crates/euclid/euclid-0.22.10.crate", + "sha256": "e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20", + "dest": "cargo/vendor/euclid-0.22.10" }, { "type": "inline", - "contents": "{\"package\": \"87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787\", \"files\": {}}", - "dest": "cargo/vendor/euclid-0.22.9", + "contents": "{\"package\": \"e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20\", \"files\": {}}", + "dest": "cargo/vendor/euclid-0.22.10", "dest-filename": ".cargo-checksum.json" }, { @@ -3277,7 +3277,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"glyphon\"\ndescription = \"Fast, simple 2D text rendering for wgpu\"\nversion = \"0.5.0\"\nedition = \"2021\"\nhomepage = \"https://github.com/grovesNL/glyphon.git\"\nrepository = \"https://github.com/grovesNL/glyphon\"\nlicense = \"MIT OR Apache-2.0 OR Zlib\"\n\n[dependencies]\netagere = \"0.2.10\"\nlru = \"0.12.1\"\n\n[dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dev-dependencies]\npollster = \"0.3.0\"\n\n[dev-dependencies.winit]\nversion = \"0.29.10\"\nfeatures = [\n \"rwh_05\",\n]\n", + "contents": "[package]\nname = \"glyphon\"\ndescription = \"Fast, simple 2D text rendering for wgpu\"\nversion = \"0.5.0\"\nedition = \"2021\"\nhomepage = \"https://github.com/grovesNL/glyphon.git\"\nrepository = \"https://github.com/grovesNL/glyphon\"\nlicense = \"MIT OR Apache-2.0 OR Zlib\"\n\n[dependencies]\netagere = \"0.2.10\"\nlru = \"0.12.1\"\n\n[dev-dependencies]\npollster = \"0.3.0\"\n\n[dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dev-dependencies.winit]\nversion = \"0.29.10\"\nfeatures = [ \"rwh_05\",]\n", "dest": "cargo/vendor/glyphon", "dest-filename": "Cargo.toml" }, @@ -3680,12 +3680,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced\" \"cargo/vendor/iced\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced\" \"cargo/vendor/iced\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced\"\ndescription = \"A cross-platform GUI library inspired by Elm\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[package.metadata.docs.rs]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\nall-features = true\n\n[badges.maintenance]\nstatus = \"actively-developed\"\n\n[features]\nwgpu = [\n \"iced_renderer/wgpu\",\n \"iced_widget/wgpu\",\n]\nimage = [\n \"iced_widget/image\",\n \"dep:image\",\n]\nsvg = [\n \"iced_widget/svg\",\n]\ncanvas = [\n \"iced_widget/canvas\",\n]\nqr_code = [\n \"iced_widget/qr_code\",\n]\nlazy = [\n \"iced_widget/lazy\",\n]\ndebug = [\n \"iced_winit?/debug\",\n \"iced_sctk?/debug\",\n]\ntokio = [\n \"iced_futures/tokio\",\n]\nasync-std = [\n \"iced_futures/async-std\",\n]\nsmol = [\n \"iced_futures/smol\",\n]\npalette = [\n \"iced_core/palette\",\n]\nweb-colors = [\n \"iced_renderer/web-colors\",\n]\nwebgl = [\n \"iced_renderer/webgl\",\n]\nhighlighter = [\n \"iced_highlighter\",\n]\nmulti-window = [\n \"iced_winit?/multi-window\",\n]\nadvanced = []\na11y = [\n \"iced_accessibility\",\n \"iced_core/a11y\",\n \"iced_widget/a11y\",\n \"iced_winit?/a11y\",\n \"iced_sctk?/a11y\",\n]\nwinit = [\n \"iced_winit\",\n \"iced_accessibility?/accesskit_winit\",\n]\nwayland = [\n \"iced_sctk\",\n \"iced_widget/wayland\",\n \"iced_accessibility?/accesskit_unix\",\n \"iced_core/wayland\",\n]\nwayland-clipboard = [\n \"iced_sctk?/clipboard\",\n]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[dependencies.iced_widget]\nversion = \"0.12\"\npath = \"widget\"\n\n[dependencies.iced_winit]\nfeatures = [\n \"application\",\n \"application\",\n]\noptional = true\nversion = \"0.12\"\npath = \"winit\"\n\n[dependencies.iced_sctk]\noptional = true\nversion = \"0.1\"\npath = \"sctk\"\n\n[dependencies.iced_highlighter]\noptional = true\nversion = \"0.12\"\npath = \"highlighter\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.image]\noptional = true\nversion = \"0.24\"\n\n[workspace]\nmembers = [\n \"core\",\n \"futures\",\n \"graphics\",\n \"runtime\",\n \"renderer\",\n \"style\",\n \"tiny_skia\",\n \"wgpu\",\n \"widget\",\n \"winit\",\n \"examples/*\",\n \"accessibility\",\n \"sctk\",\n]\nexclude = [\n \"examples/integration\",\n]\n\n[workspace.package]\nversion = \"0.12.0\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nedition = \"2021\"\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[workspace.dependencies]\nasync-std = \"1.0\"\nbitflags = \"2.5\"\nfutures = \"0.3\"\nglam = \"0.24\"\nguillotiere = \"0.6\"\nhalf = \"2.2\"\nimage = \"0.24\"\nkamadak-exif = \"0.5\"\nkurbo = \"0.9\"\nlog = \"0.4\"\nlyon = \"1.0\"\nlyon_path = \"1.0\"\nnum-traits = \"0.2\"\nonce_cell = \"1.0\"\nouroboros = \"0.17\"\npalette = \"0.7\"\nraw-window-handle = \"0.6\"\nresvg = \"0.37\"\nrustc-hash = \"1.0\"\nsmol = \"1.0\"\nsmol_str = \"0.2\"\nsyntect = \"5.1\"\nsysinfo = \"0.28\"\nthiserror = \"1.0\"\ntiny-skia = \"0.11\"\ntokio = \"1.0\"\ntracing = \"0.1\"\nunicode-segmentation = \"1.0\"\nwasm-bindgen-futures = \"0.4\"\nwasm-timer = \"0.2\"\nweb-sys = \"0.3\"\nweb-time = \"0.2\"\nwinapi = \"0.3\"\n\n[workspace.dependencies.iced]\nversion = \"0.12\"\npath = \".\"\n\n[workspace.dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[workspace.dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[workspace.dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[workspace.dependencies.iced_highlighter]\nversion = \"0.12\"\npath = \"highlighter\"\n\n[workspace.dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[workspace.dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[workspace.dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[workspace.dependencies.iced_tiny_skia]\nversion = \"0.12\"\npath = \"tiny_skia\"\n\n[workspace.dependencies.iced_wgpu]\nversion = \"0.12\"\npath = \"wgpu\"\n\n[workspace.dependencies.iced_widget]\nversion = \"0.12\"\npath = \"widget\"\n\n[workspace.dependencies.iced_winit]\nversion = \"0.12\"\npath = \"winit\"\nfeatures = [\n \"application\",\n]\n\n[workspace.dependencies.iced_sctk]\nversion = \"0.1\"\npath = \"sctk\"\n\n[workspace.dependencies.iced_accessibility]\nversion = \"0.1\"\npath = \"accessibility\"\n\n[workspace.dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\n\n[workspace.dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[workspace.dependencies.glyphon]\ngit = \"https://github.com/pop-os/glyphon.git\"\ntag = \"v0.5.0\"\n\n[workspace.dependencies.qrcode]\nversion = \"0.12\"\ndefault-features = false\n\n[workspace.dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[workspace.dependencies.softbuffer]\ngit = \"https://github.com/pop-os/softbuffer\"\ntag = \"cosmic-4.0\"\n\n[workspace.dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [\n \"xxh3\",\n]\n\n[workspace.dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [\n \"staging\",\n]\n\n[workspace.dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[workspace.dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n\n[profile.release-opt]\ninherits = \"release\"\ncodegen-units = 1\ndebug = false\nlto = true\nincremental = false\nopt-level = 3\noverflow-checks = false\nstrip = \"debuginfo\"\n", + "contents": "[package]\nname = \"iced\"\ndescription = \"A cross-platform GUI library inspired by Elm\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\nwgpu = [ \"iced_renderer/wgpu\", \"iced_widget/wgpu\",]\nimage = [ \"iced_widget/image\", \"dep:image\",]\nsvg = [ \"iced_widget/svg\",]\ncanvas = [ \"iced_widget/canvas\",]\nqr_code = [ \"iced_widget/qr_code\",]\nlazy = [ \"iced_widget/lazy\",]\ndebug = [ \"iced_winit?/debug\", \"iced_sctk?/debug\",]\ntokio = [ \"iced_futures/tokio\",]\nasync-std = [ \"iced_futures/async-std\",]\nsmol = [ \"iced_futures/smol\",]\npalette = [ \"iced_core/palette\",]\nweb-colors = [ \"iced_renderer/web-colors\",]\nwebgl = [ \"iced_renderer/webgl\",]\nhighlighter = [ \"iced_highlighter\",]\nmulti-window = [ \"iced_winit?/multi-window\",]\nadvanced = []\na11y = [ \"iced_accessibility\", \"iced_core/a11y\", \"iced_widget/a11y\", \"iced_winit?/a11y\", \"iced_sctk?/a11y\",]\nwinit = [ \"iced_winit\", \"iced_accessibility?/accesskit_winit\",]\nwayland = [ \"iced_sctk\", \"iced_widget/wayland\", \"iced_accessibility?/accesskit_unix\", \"iced_core/wayland\",]\nwayland-clipboard = [ \"iced_sctk?/clipboard\",]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[workspace]\nmembers = [ \"core\", \"futures\", \"graphics\", \"runtime\", \"renderer\", \"style\", \"tiny_skia\", \"wgpu\", \"widget\", \"winit\", \"examples/*\", \"accessibility\", \"sctk\",]\nexclude = [ \"examples/integration\",]\n\n[badges.maintenance]\nstatus = \"actively-developed\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[dependencies.iced_widget]\nversion = \"0.12\"\npath = \"widget\"\n\n[dependencies.iced_winit]\nfeatures = [ \"application\", \"application\",]\noptional = true\nversion = \"0.12\"\npath = \"winit\"\n\n[dependencies.iced_sctk]\noptional = true\nversion = \"0.1\"\npath = \"sctk\"\n\n[dependencies.iced_highlighter]\noptional = true\nversion = \"0.12\"\npath = \"highlighter\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.image]\noptional = true\nversion = \"0.24\"\n\n[workspace.package]\nversion = \"0.12.0\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nedition = \"2021\"\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[workspace.dependencies]\nasync-std = \"1.0\"\nbitflags = \"2.5\"\nfutures = \"0.3\"\nglam = \"0.24\"\nguillotiere = \"0.6\"\nhalf = \"2.2\"\nimage = \"0.24\"\nkamadak-exif = \"0.5\"\nkurbo = \"0.9\"\nlog = \"0.4\"\nlyon = \"1.0\"\nlyon_path = \"1.0\"\nnum-traits = \"0.2\"\nonce_cell = \"1.0\"\nouroboros = \"0.17\"\npalette = \"0.7\"\nraw-window-handle = \"0.6\"\nresvg = \"0.37\"\nrustc-hash = \"1.0\"\nsmol = \"1.0\"\nsmol_str = \"0.2\"\nsyntect = \"5.1\"\nsysinfo = \"0.28\"\nthiserror = \"1.0\"\ntiny-skia = \"0.11\"\ntokio = \"1.0\"\ntracing = \"0.1\"\nunicode-segmentation = \"1.0\"\nwasm-bindgen-futures = \"0.4\"\nwasm-timer = \"0.2\"\nweb-sys = \"0.3\"\nweb-time = \"0.2\"\nwinapi = \"0.3\"\n\n[profile.release-opt]\ninherits = \"release\"\ncodegen-units = 1\ndebug = false\nlto = true\nincremental = false\nopt-level = 3\noverflow-checks = false\nstrip = \"debuginfo\"\n\n[workspace.dependencies.iced]\nversion = \"0.12\"\npath = \".\"\n\n[workspace.dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[workspace.dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[workspace.dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[workspace.dependencies.iced_highlighter]\nversion = \"0.12\"\npath = \"highlighter\"\n\n[workspace.dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[workspace.dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[workspace.dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[workspace.dependencies.iced_tiny_skia]\nversion = \"0.12\"\npath = \"tiny_skia\"\n\n[workspace.dependencies.iced_wgpu]\nversion = \"0.12\"\npath = \"wgpu\"\n\n[workspace.dependencies.iced_widget]\nversion = \"0.12\"\npath = \"widget\"\n\n[workspace.dependencies.iced_winit]\nversion = \"0.12\"\npath = \"winit\"\nfeatures = [ \"application\",]\n\n[workspace.dependencies.iced_sctk]\nversion = \"0.1\"\npath = \"sctk\"\n\n[workspace.dependencies.iced_accessibility]\nversion = \"0.1\"\npath = \"accessibility\"\n\n[workspace.dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\n\n[workspace.dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[workspace.dependencies.glyphon]\ngit = \"https://github.com/pop-os/glyphon.git\"\ntag = \"v0.5.0\"\n\n[workspace.dependencies.qrcode]\nversion = \"0.12\"\ndefault-features = false\n\n[workspace.dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[workspace.dependencies.softbuffer]\ngit = \"https://github.com/pop-os/softbuffer\"\ntag = \"cosmic-4.0\"\n\n[workspace.dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [ \"xxh3\",]\n\n[workspace.dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [ \"staging\",]\n\n[workspace.dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[workspace.dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[workspace.dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n\n[package.metadata.docs.rs]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\nall-features = true\n", "dest": "cargo/vendor/iced", "dest-filename": "Cargo.toml" }, @@ -3698,7 +3698,7 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/accessibility\" \"cargo/vendor/iced_accessibility\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/accessibility\" \"cargo/vendor/iced_accessibility\"" ] }, { @@ -3716,12 +3716,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/core\" \"cargo/vendor/iced_core\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/core\" \"cargo/vendor/iced_core\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_core\"\ndescription = \"The essential ideas of iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[features]\na11y = [\n \"iced_accessibility\",\n]\nwayland = [\n \"iced_accessibility?/accesskit_unix\",\n \"sctk\",\n]\n\n[dependencies]\nbitflags = \"2.5\"\nlog = \"0.4\"\nnum-traits = \"0.2\"\nsmol_str = \"0.2\"\nthiserror = \"1.0\"\nweb-time = \"0.2\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [\n \"xxh3\",\n]\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.palette]\noptional = true\nversion = \"0.7\"\n\n[dependencies.serde]\nversion = \"1\"\noptional = true\nfeatures = [\n \"serde_derive\",\n]\n\n[dependencies.iced_accessibility]\nversion = \"0.1.0\"\npath = \"../accessibility\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies]\nraw-window-handle = \"0.6\"\n\n[dev-dependencies]\napprox = \"0.5\"\n", + "contents": "[package]\nname = \"iced_core\"\ndescription = \"The essential ideas of iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\na11y = [ \"iced_accessibility\",]\nwayland = [ \"iced_accessibility?/accesskit_unix\", \"sctk\",]\n\n[dependencies]\nbitflags = \"2.5\"\nlog = \"0.4\"\nnum-traits = \"0.2\"\nsmol_str = \"0.2\"\nthiserror = \"1.0\"\nweb-time = \"0.2\"\n\n[dev-dependencies]\napprox = \"0.5\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [ \"xxh3\",]\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.mime]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.palette]\noptional = true\nversion = \"0.7\"\n\n[dependencies.serde]\nversion = \"1\"\noptional = true\nfeatures = [ \"serde_derive\",]\n\n[dependencies.iced_accessibility]\nversion = \"0.1.0\"\npath = \"../accessibility\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies]\nraw-window-handle = \"0.6\"\n", "dest": "cargo/vendor/iced_core", "dest-filename": "Cargo.toml" }, @@ -3734,12 +3734,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/futures\" \"cargo/vendor/iced_futures\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/futures\" \"cargo/vendor/iced_futures\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_futures\"\ndescription = \"Commands, subscriptions, and future executors for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[package.metadata.docs.rs]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\nall-features = true\n\n[features]\nthread-pool = [\n \"futures/thread-pool\",\n]\na11y = [\n \"iced_core/a11y\",\n]\n\n[dependencies]\nfutures = \"0.3\"\nlog = \"0.4\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.async-std]\noptional = true\nfeatures = [\n \"unstable\",\n]\nversion = \"1.0\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.smol]\noptional = true\nversion = \"1.0\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.tokio]\noptional = true\nfeatures = [\n \"rt\",\n \"rt-multi-thread\",\n \"time\",\n]\nversion = \"1.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\nwasm-bindgen-futures = \"0.4\"\nwasm-timer = \"0.2\"\n", + "contents": "[package]\nname = \"iced_futures\"\ndescription = \"Commands, subscriptions, and future executors for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\nthread-pool = [ \"futures/thread-pool\",]\na11y = [ \"iced_core/a11y\",]\n\n[dependencies]\nfutures = \"0.3\"\nlog = \"0.4\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\nwasm-bindgen-futures = \"0.4\"\nwasm-timer = \"0.2\"\n\n[package.metadata.docs.rs]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\nall-features = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.async-std]\noptional = true\nfeatures = [ \"unstable\",]\nversion = \"1.0\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.smol]\noptional = true\nversion = \"1.0\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.tokio]\noptional = true\nfeatures = [ \"rt\", \"rt-multi-thread\", \"time\",]\nversion = \"1.0\"\n", "dest": "cargo/vendor/iced_futures", "dest-filename": "Cargo.toml" }, @@ -3752,12 +3752,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/graphics\" \"cargo/vendor/iced_graphics\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/graphics\" \"cargo/vendor/iced_graphics\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_graphics\"\ndescription = \"A bunch of backend-agnostic types that can be leveraged to build a renderer for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[package.metadata.docs.rs]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\nall-features = true\n\n[features]\ngeometry = [\n \"lyon_path\",\n]\nimage = [\n \"dep:image\",\n \"kamadak-exif\",\n]\nweb-colors = []\n\n[dependencies]\nbitflags = \"2.5\"\nglam = \"0.24\"\nhalf = \"2.2\"\nlog = \"0.4\"\nonce_cell = \"1.0\"\nraw-window-handle = \"0.6\"\nrustc-hash = \"1.0\"\nthiserror = \"1.0\"\nunicode-segmentation = \"1.0\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [\n \"xxh3\",\n]\n\n[dependencies.image]\noptional = true\nversion = \"0.24\"\n\n[dependencies.kamadak-exif]\noptional = true\nversion = \"0.5\"\n\n[dependencies.lyon_path]\noptional = true\nversion = \"1.0\"\n", + "contents": "[package]\nname = \"iced_graphics\"\ndescription = \"A bunch of backend-agnostic types that can be leveraged to build a renderer for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\ngeometry = [ \"lyon_path\",]\nimage = [ \"dep:image\", \"kamadak-exif\",]\nweb-colors = []\n\n[dependencies]\nbitflags = \"2.5\"\nglam = \"0.24\"\nhalf = \"2.2\"\nlog = \"0.4\"\nonce_cell = \"1.0\"\nraw-window-handle = \"0.6\"\nrustc-hash = \"1.0\"\nthiserror = \"1.0\"\nunicode-segmentation = \"1.0\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [ \"xxh3\",]\n\n[dependencies.image]\noptional = true\nversion = \"0.24\"\n\n[dependencies.kamadak-exif]\noptional = true\nversion = \"0.5\"\n\n[dependencies.lyon_path]\noptional = true\nversion = \"1.0\"\n\n[package.metadata.docs.rs]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\nall-features = true\n", "dest": "cargo/vendor/iced_graphics", "dest-filename": "Cargo.toml" }, @@ -3770,12 +3770,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/renderer\" \"cargo/vendor/iced_renderer\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/renderer\" \"cargo/vendor/iced_renderer\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_renderer\"\ndescription = \"The official renderer for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[features]\ndefault = []\nwgpu = [\n \"iced_wgpu\",\n]\nimage = [\n \"iced_tiny_skia/image\",\n \"iced_wgpu?/image\",\n]\nsvg = [\n \"iced_tiny_skia/svg\",\n \"iced_wgpu?/svg\",\n]\ngeometry = [\n \"iced_graphics/geometry\",\n \"iced_tiny_skia/geometry\",\n \"iced_wgpu?/geometry\",\n]\ntracing = [\n \"iced_wgpu?/tracing\",\n]\nweb-colors = [\n \"iced_wgpu?/web-colors\",\n]\nwebgl = [\n \"iced_wgpu?/webgl\",\n]\n\n[dependencies]\nlog = \"0.4\"\nthiserror = \"1.0\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.iced_tiny_skia]\nversion = \"0.12\"\npath = \"tiny_skia\"\n\n[dependencies.iced_wgpu]\noptional = true\nversion = \"0.12\"\npath = \"wgpu\"\n", + "contents": "[package]\nname = \"iced_renderer\"\ndescription = \"The official renderer for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\ndefault = []\nwgpu = [ \"iced_wgpu\",]\nimage = [ \"iced_tiny_skia/image\", \"iced_wgpu?/image\",]\nsvg = [ \"iced_tiny_skia/svg\", \"iced_wgpu?/svg\",]\ngeometry = [ \"iced_graphics/geometry\", \"iced_tiny_skia/geometry\", \"iced_wgpu?/geometry\",]\ntracing = [ \"iced_wgpu?/tracing\",]\nweb-colors = [ \"iced_wgpu?/web-colors\",]\nwebgl = [ \"iced_wgpu?/webgl\",]\n\n[dependencies]\nlog = \"0.4\"\nthiserror = \"1.0\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.iced_tiny_skia]\nversion = \"0.12\"\npath = \"tiny_skia\"\n\n[dependencies.iced_wgpu]\noptional = true\nversion = \"0.12\"\npath = \"wgpu\"\n", "dest": "cargo/vendor/iced_renderer", "dest-filename": "Cargo.toml" }, @@ -3788,12 +3788,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/runtime\" \"cargo/vendor/iced_runtime\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/runtime\" \"cargo/vendor/iced_runtime\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_runtime\"\ndescription = \"A renderer-agnostic runtime for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[features]\ndebug = []\nmulti-window = []\na11y = [\n \"iced_accessibility\",\n \"iced_core/a11y\",\n]\nwayland = [\n \"iced_accessibility?/accesskit_unix\",\n \"iced_core/wayland\",\n \"sctk\",\n]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nfeatures = [\n \"thread-pool\",\n]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n", + "contents": "[package]\nname = \"iced_runtime\"\ndescription = \"A renderer-agnostic runtime for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\ndebug = []\nmulti-window = []\na11y = [ \"iced_accessibility\", \"iced_core/a11y\",]\nwayland = [ \"iced_accessibility?/accesskit_unix\", \"iced_core/wayland\", \"sctk\",]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[dependencies.iced_core]\nversion = \"0.12\"\npath = \"core\"\n\n[dependencies.iced_futures]\nfeatures = [ \"thread-pool\",]\nversion = \"0.12\"\npath = \"futures\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n", "dest": "cargo/vendor/iced_runtime", "dest-filename": "Cargo.toml" }, @@ -3806,12 +3806,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/style\" \"cargo/vendor/iced_style\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/style\" \"cargo/vendor/iced_style\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_style\"\ndescription = \"The default set of styles of Iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[dependencies]\npalette = \"0.7\"\nonce_cell = \"1.0\"\n\n[dependencies.iced_core]\nfeatures = [\n \"palette\",\n]\nversion = \"0.12\"\npath = \"core\"\n", + "contents": "[package]\nname = \"iced_style\"\ndescription = \"The default set of styles of Iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[dependencies]\npalette = \"0.7\"\nonce_cell = \"1.0\"\n\n[dependencies.iced_core]\nfeatures = [ \"palette\",]\nversion = \"0.12\"\npath = \"core\"\n", "dest": "cargo/vendor/iced_style", "dest-filename": "Cargo.toml" }, @@ -3824,12 +3824,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/tiny_skia\" \"cargo/vendor/iced_tiny_skia\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/tiny_skia\" \"cargo/vendor/iced_tiny_skia\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_tiny_skia\"\ndescription = \"A software renderer for iced on top of tiny-skia\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[features]\nimage = [\n \"iced_graphics/image\",\n]\nsvg = [\n \"resvg\",\n]\ngeometry = [\n \"iced_graphics/geometry\",\n]\n\n[dependencies]\nkurbo = \"0.9\"\nlog = \"0.4\"\nrustc-hash = \"1.0\"\ntiny-skia = \"0.11\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dependencies.softbuffer]\ngit = \"https://github.com/pop-os/softbuffer\"\ntag = \"cosmic-4.0\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [\n \"xxh3\",\n]\n\n[dependencies.resvg]\noptional = true\nversion = \"0.37\"\n", + "contents": "[package]\nname = \"iced_tiny_skia\"\ndescription = \"A software renderer for iced on top of tiny-skia\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\nimage = [ \"iced_graphics/image\",]\nsvg = [ \"resvg\",]\ngeometry = [ \"iced_graphics/geometry\",]\n\n[dependencies]\nkurbo = \"0.9\"\nlog = \"0.4\"\nrustc-hash = \"1.0\"\ntiny-skia = \"0.11\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\n\n[dependencies.cosmic-text]\ngit = \"https://github.com/pop-os/cosmic-text.git\"\n\n[dependencies.softbuffer]\ngit = \"https://github.com/pop-os/softbuffer\"\ntag = \"cosmic-4.0\"\n\n[dependencies.xxhash-rust]\nversion = \"0.8\"\nfeatures = [ \"xxh3\",]\n\n[dependencies.resvg]\noptional = true\nversion = \"0.37\"\n", "dest": "cargo/vendor/iced_tiny_skia", "dest-filename": "Cargo.toml" }, @@ -3842,12 +3842,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/wgpu\" \"cargo/vendor/iced_wgpu\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/wgpu\" \"cargo/vendor/iced_wgpu\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_wgpu\"\ndescription = \"A renderer for iced on top of wgpu\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[package.metadata.docs.rs]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\nall-features = true\n\n[features]\ngeometry = [\n \"iced_graphics/geometry\",\n \"lyon\",\n]\nimage = [\n \"iced_graphics/image\",\n]\nsvg = [\n \"resvg\",\n]\nweb-colors = [\n \"iced_graphics/web-colors\",\n]\nwebgl = [\n \"wgpu/webgl\",\n]\n\n[dependencies]\nbitflags = \"2.5\"\nfutures = \"0.3\"\nglam = \"0.24\"\nguillotiere = \"0.6\"\nlog = \"0.4\"\nonce_cell = \"1.0\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\n\n[dependencies.glyphon]\ngit = \"https://github.com/pop-os/glyphon.git\"\ntag = \"v0.5.0\"\n\n[dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[dependencies.lyon]\noptional = true\nversion = \"1.0\"\n\n[dependencies.resvg]\noptional = true\nversion = \"0.37\"\n\n[dependencies.tracing]\noptional = true\nversion = \"0.1\"\n\n[target.\"cfg(unix)\".dependencies]\nraw-window-handle = \"0.6\"\n\n[target.\"cfg(unix)\".dependencies.rustix]\nversion = \"0.38\"\n\n[target.\"cfg(unix)\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[target.\"cfg(unix)\".dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [\n \"staging\",\n]\n\n[target.\"cfg(unix)\".dependencies.wayland-backend]\nversion = \"0.3.3\"\nfeatures = [\n \"client_system\",\n]\n\n[target.\"cfg(unix)\".dependencies.wayland-client]\nversion = \"0.31.2\"\n\n[target.\"cfg(unix)\".dependencies.wayland-sys]\nversion = \"0.31.1\"\nfeatures = [\n \"dlopen\",\n]\n", + "contents": "[package]\nname = \"iced_wgpu\"\ndescription = \"A renderer for iced on top of wgpu\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\ngeometry = [ \"iced_graphics/geometry\", \"lyon\",]\nimage = [ \"iced_graphics/image\",]\nsvg = [ \"resvg\",]\nweb-colors = [ \"iced_graphics/web-colors\",]\nwebgl = [ \"wgpu/webgl\",]\n\n[dependencies]\nbitflags = \"2.5\"\nfutures = \"0.3\"\nglam = \"0.24\"\nguillotiere = \"0.6\"\nlog = \"0.4\"\nonce_cell = \"1.0\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.bytemuck]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\n\n[dependencies.glyphon]\ngit = \"https://github.com/pop-os/glyphon.git\"\ntag = \"v0.5.0\"\n\n[dependencies.wgpu]\ngit = \"https://github.com/gfx-rs/wgpu\"\nrev = \"20fda69\"\n\n[dependencies.lyon]\noptional = true\nversion = \"1.0\"\n\n[dependencies.resvg]\noptional = true\nversion = \"0.37\"\n\n[dependencies.tracing]\noptional = true\nversion = \"0.1\"\n\n[target.\"cfg(unix)\".dependencies]\nraw-window-handle = \"0.6\"\n\n[package.metadata.docs.rs]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\nall-features = true\n\n[target.\"cfg(unix)\".dependencies.rustix]\nversion = \"0.38\"\n\n[target.\"cfg(unix)\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[target.\"cfg(unix)\".dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [ \"staging\",]\n\n[target.\"cfg(unix)\".dependencies.wayland-backend]\nversion = \"0.3.3\"\nfeatures = [ \"client_system\",]\n\n[target.\"cfg(unix)\".dependencies.wayland-client]\nversion = \"0.31.2\"\n\n[target.\"cfg(unix)\".dependencies.wayland-sys]\nversion = \"0.31.1\"\nfeatures = [ \"dlopen\",]\n", "dest": "cargo/vendor/iced_wgpu", "dest-filename": "Cargo.toml" }, @@ -3860,12 +3860,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/widget\" \"cargo/vendor/iced_widget\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/widget\" \"cargo/vendor/iced_widget\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_widget\"\ndescription = \"The built-in widgets for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[package.metadata.docs.rs]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\nall-features = true\n\n[features]\nlazy = [\n \"ouroboros\",\n]\nimage = [\n \"iced_renderer/image\",\n]\nsvg = [\n \"iced_renderer/svg\",\n]\ncanvas = [\n \"iced_renderer/geometry\",\n]\nqr_code = [\n \"canvas\",\n \"qrcode\",\n]\nwgpu = [\n \"iced_renderer/wgpu\",\n]\na11y = [\n \"iced_accessibility\",\n]\nwayland = [\n \"sctk\",\n]\n\n[dependencies]\nnum-traits = \"0.2\"\nthiserror = \"1.0\"\nunicode-segmentation = \"1.0\"\n\n[dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.ouroboros]\noptional = true\nversion = \"0.17\"\n\n[dependencies.qrcode]\noptional = true\nversion = \"0.12\"\ndefault-features = false\n", + "contents": "[package]\nname = \"iced_widget\"\ndescription = \"The built-in widgets for iced\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\nlazy = [ \"ouroboros\",]\nimage = [ \"iced_renderer/image\",]\nsvg = [ \"iced_renderer/svg\",]\ncanvas = [ \"iced_renderer/geometry\",]\nqr_code = [ \"canvas\", \"qrcode\",]\nwgpu = [ \"iced_renderer/wgpu\",]\na11y = [ \"iced_accessibility\",]\nwayland = [ \"sctk\",]\n\n[dependencies]\nnum-traits = \"0.2\"\nthiserror = \"1.0\"\nunicode-segmentation = \"1.0\"\n\n[dependencies.iced_renderer]\nversion = \"0.12\"\npath = \"renderer\"\n\n[dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[dependencies.iced_accessibility]\noptional = true\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.sctk]\noptional = true\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/smithay/client-toolkit\"\nrev = \"3bed072\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.ouroboros]\noptional = true\nversion = \"0.17\"\n\n[dependencies.qrcode]\noptional = true\nversion = \"0.12\"\ndefault-features = false\n\n[package.metadata.docs.rs]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\nall-features = true\n", "dest": "cargo/vendor/iced_widget", "dest-filename": "Cargo.toml" }, @@ -3878,12 +3878,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/iced/winit\" \"cargo/vendor/iced_winit\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/iced/winit\" \"cargo/vendor/iced_winit\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"iced_winit\"\ndescription = \"A runtime for iced on top of winit\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"gui\",\n \"ui\",\n \"graphics\",\n \"interface\",\n \"widgets\",\n]\n\n[features]\ndefault = [\n \"x11\",\n \"wayland\",\n \"wayland-dlopen\",\n \"wayland-csd-adwaita\",\n]\ndebug = [\n \"iced_runtime/debug\",\n]\nsystem = [\n \"sysinfo\",\n]\napplication = []\nx11 = [\n \"winit/x11\",\n]\nwayland = [\n \"winit/wayland\",\n]\nwayland-dlopen = [\n \"winit/wayland-dlopen\",\n]\nwayland-csd-adwaita = [\n \"winit/wayland-csd-adwaita\",\n]\nmulti-window = [\n \"iced_runtime/multi-window\",\n]\na11y = [\n \"iced_accessibility\",\n \"iced_runtime/a11y\",\n]\n\n[dependencies]\nlog = \"0.4\"\nthiserror = \"1.0\"\ntracing = \"0.1\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[dependencies.iced_accessibility]\noptional = true\nfeatures = [\n \"accesskit_winit\",\n]\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n\n[dependencies.sysinfo]\noptional = true\nversion = \"0.28\"\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies]\nwinapi = \"0.3\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nfeatures = [\n \"Document\",\n \"Window\",\n]\nversion = \"0.3\"\n", + "contents": "[package]\nname = \"iced_winit\"\ndescription = \"A runtime for iced on top of winit\"\nversion = \"0.12.0\"\nedition = \"2021\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nlicense = \"MIT\"\nrepository = \"https://github.com/iced-rs/iced\"\nhomepage = \"https://iced.rs\"\ncategories = [ \"gui\",]\nkeywords = [ \"gui\", \"ui\", \"graphics\", \"interface\", \"widgets\",]\n\n[features]\ndefault = [ \"x11\", \"wayland\", \"wayland-dlopen\", \"wayland-csd-adwaita\",]\ndebug = [ \"iced_runtime/debug\",]\nsystem = [ \"sysinfo\",]\napplication = []\nx11 = [ \"winit/x11\",]\nwayland = [ \"winit/wayland\",]\nwayland-dlopen = [ \"winit/wayland-dlopen\",]\nwayland-csd-adwaita = [ \"winit/wayland-csd-adwaita\",]\nmulti-window = [ \"iced_runtime/multi-window\",]\na11y = [ \"iced_accessibility\", \"iced_runtime/a11y\",]\n\n[dependencies]\nlog = \"0.4\"\nthiserror = \"1.0\"\ntracing = \"0.1\"\n\n[dependencies.iced_graphics]\nversion = \"0.12\"\npath = \"graphics\"\n\n[dependencies.iced_runtime]\nversion = \"0.12\"\npath = \"runtime\"\n\n[dependencies.iced_style]\nversion = \"0.12\"\npath = \"style\"\n\n[dependencies.iced_accessibility]\noptional = true\nfeatures = [ \"accesskit_winit\",]\nversion = \"0.1\"\npath = \"accessibility\"\n\n[dependencies.window_clipboard]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.dnd]\ngit = \"https://github.com/pop-os/window_clipboard.git\"\ntag = \"pop-dnd-6\"\n\n[dependencies.winit]\ngit = \"https://github.com/pop-os/winit.git\"\nbranch = \"winit-0.29\"\n\n[dependencies.sysinfo]\noptional = true\nversion = \"0.28\"\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies]\nwinapi = \"0.3\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nfeatures = [ \"Document\", \"Window\",]\nversion = \"0.3\"\n", "dest": "cargo/vendor/iced_winit", "dest-filename": "Cargo.toml" }, @@ -4429,12 +4429,12 @@ { "type": "shell", "commands": [ - "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-2af549f/.\" \"cargo/vendor/libcosmic\"" + "cp -r --reflink=auto \"flatpak-cargo/git/libcosmic-8b0bb6a/.\" \"cargo/vendor/libcosmic\"" ] }, { "type": "inline", - "contents": "[package]\nname = \"libcosmic\"\nversion = \"0.1.0\"\nedition = \"2021\"\nrust-version = \"1.71\"\n\n[lib]\nname = \"cosmic\"\n\n[features]\ndefault = [\n \"iced_sctk?/clipboard\",\n]\na11y = [\n \"iced/a11y\",\n \"iced_accessibility\",\n]\nanimated-image = [\n \"image\",\n \"dep:async-fs\",\n \"tokio?/io-util\",\n \"tokio?/fs\",\n]\napplet = [\n \"wayland\",\n \"tokio\",\n \"cosmic-panel-config\",\n \"ron\",\n]\napplet-token = []\ndbus-config = [\n \"cosmic-config/dbus\",\n \"dep:zbus\",\n \"cosmic-settings-daemon\",\n]\ndebug = [\n \"iced/debug\",\n]\npipewire = [\n \"ashpd?/pipewire\",\n]\nprocess = [\n \"dep:nix\",\n]\nrfd = [\n \"dep:rfd\",\n]\ndesktop = [\n \"process\",\n \"dep:freedesktop-desktop-entry\",\n \"dep:mime\",\n \"dep:shlex\",\n]\nserde-keycode = [\n \"iced_core/serde\",\n]\nsingle-instance = [\n \"dep:zbus\",\n \"serde\",\n \"ron\",\n]\nsmol = [\n \"iced/smol\",\n \"zbus?/async-io\",\n]\ntokio = [\n \"dep:tokio\",\n \"ashpd?/tokio\",\n \"iced/tokio\",\n \"rfd?/tokio\",\n \"zbus?/tokio\",\n \"cosmic-config/tokio\",\n]\nwayland = [\n \"ashpd?/wayland\",\n \"iced_runtime/wayland\",\n \"iced/wayland\",\n \"iced_sctk\",\n \"cctk\",\n]\nmulti-window = [\n \"iced/multi-window\",\n]\nwgpu = [\n \"iced/wgpu\",\n \"iced_wgpu\",\n]\nwinit = [\n \"iced/winit\",\n \"iced_winit\",\n]\nwinit_debug = [\n \"winit\",\n \"debug\",\n]\nwinit_tokio = [\n \"winit\",\n \"tokio\",\n]\nwinit_wgpu = [\n \"winit\",\n \"wgpu\",\n]\nxdg-portal = [\n \"ashpd\",\n]\n\n[dependencies]\napply = \"0.3.0\"\nchrono = \"0.4.35\"\ncss-color = \"0.2.5\"\nderive_setters = \"0.1.5\"\nfraction = \"0.14.0\"\nlazy_static = \"1.4.0\"\npalette = \"0.7.3\"\nslotmap = \"1.0.6\"\nthiserror = \"1.0.44\"\ntracing = \"0.1\"\nunicode-segmentation = \"1.6\"\nurl = \"2.4.0\"\n\n[dependencies.ashpd]\nversion = \"0.8.1\"\ndefault-features = false\noptional = true\n\n[dependencies.async-fs]\nversion = \"2.1\"\noptional = true\n\n[dependencies.cctk]\ngit = \"https://github.com/pop-os/cosmic-protocols\"\npackage = \"cosmic-client-toolkit\"\nrev = \"e4e6f8c\"\noptional = true\n\n[dependencies.cosmic-config]\npath = \"cosmic-config\"\n\n[dependencies.cosmic-settings-daemon]\ngit = \"https://github.com/pop-os/dbus-settings-bindings\"\noptional = true\n\n[dependencies.image]\nversion = \"0.25.1\"\noptional = true\n\n[dependencies.mime]\nversion = \"0.3.17\"\noptional = true\n\n[dependencies.nix]\nversion = \"0.27\"\nfeatures = [\n \"process\",\n]\noptional = true\n\n[dependencies.rfd]\nversion = \"0.14.0\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0.180\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.24.2\"\noptional = true\n\n[dependencies.zbus]\nversion = \"4.2.1\"\ndefault-features = false\noptional = true\n\n[dependencies.cosmic-theme]\npath = \"cosmic-theme\"\n\n[dependencies.iced]\npath = \"./iced\"\ndefault-features = false\nfeatures = [\n \"advanced\",\n \"image\",\n \"lazy\",\n \"svg\",\n \"web-colors\",\n]\n\n[dependencies.iced_runtime]\npath = \"./iced/runtime\"\n\n[dependencies.iced_renderer]\npath = \"./iced/renderer\"\n\n[dependencies.iced_core]\npath = \"./iced/core\"\nfeatures = [\n \"serde\",\n]\n\n[dependencies.iced_widget]\npath = \"./iced/widget\"\nfeatures = [\n \"canvas\",\n]\n\n[dependencies.iced_futures]\npath = \"./iced/futures\"\n\n[dependencies.iced_accessibility]\npath = \"./iced/accessibility\"\noptional = true\n\n[dependencies.iced_tiny_skia]\npath = \"./iced/tiny_skia\"\n\n[dependencies.iced_style]\npath = \"./iced/style\"\n\n[dependencies.iced_sctk]\npath = \"./iced/sctk\"\noptional = true\n\n[dependencies.iced_winit]\npath = \"./iced/winit\"\noptional = true\n\n[dependencies.iced_wgpu]\npath = \"./iced/wgpu\"\noptional = true\n\n[dependencies.cosmic-panel-config]\ngit = \"https://github.com/pop-os/cosmic-panel\"\noptional = true\n\n[dependencies.ron]\nversion = \"0.8\"\noptional = true\n\n[dependencies.taffy]\ngit = \"https://github.com/DioxusLabs/taffy\"\nrev = \"7781c70\"\nfeatures = [\n \"grid\",\n]\n\n[target.\"cfg(unix)\".dependencies]\nfreedesktop-icons = \"0.2.5\"\n\n[target.\"cfg(unix)\".dependencies.freedesktop-desktop-entry]\nversion = \"0.5.1\"\noptional = true\n\n[target.\"cfg(unix)\".dependencies.shlex]\nversion = \"1.3.0\"\noptional = true\n\n[workspace]\nmembers = [\n \"cosmic-config\",\n \"cosmic-config-derive\",\n \"cosmic-theme\",\n \"examples/*\",\n]\nexclude = [\n \"examples/design-demo\",\n \"iced\",\n]\n\n[workspace.dependencies]\ndirs = \"5.0.1\"\n\n[patch.\"https://github.com/pop-os/libcosmic\".libcosmic]\npath = \"./\"\n", + "contents": "[package]\nname = \"libcosmic\"\nversion = \"0.1.0\"\nedition = \"2021\"\nrust-version = \"1.71\"\n\n[lib]\nname = \"cosmic\"\n\n[features]\ndefault = [ \"iced_sctk?/clipboard\",]\na11y = [ \"iced/a11y\", \"iced_accessibility\",]\nanimated-image = [ \"image\", \"dep:async-fs\", \"tokio?/io-util\", \"tokio?/fs\",]\napplet = [ \"wayland\", \"tokio\", \"cosmic-panel-config\", \"ron\",]\napplet-token = []\ndbus-config = [ \"cosmic-config/dbus\", \"dep:zbus\", \"cosmic-settings-daemon\",]\ndebug = [ \"iced/debug\",]\npipewire = [ \"ashpd?/pipewire\",]\nprocess = [ \"dep:nix\",]\nrfd = [ \"dep:rfd\",]\ndesktop = [ \"process\", \"dep:freedesktop-desktop-entry\", \"dep:mime\", \"dep:shlex\",]\nserde-keycode = [ \"iced_core/serde\",]\nsingle-instance = [ \"dep:zbus\", \"serde\", \"ron\",]\nsmol = [ \"iced/smol\", \"zbus?/async-io\",]\ntokio = [ \"dep:tokio\", \"ashpd?/tokio\", \"iced/tokio\", \"rfd?/tokio\", \"zbus?/tokio\", \"cosmic-config/tokio\",]\nwayland = [ \"ashpd?/wayland\", \"iced_runtime/wayland\", \"iced/wayland\", \"iced_sctk\", \"cctk\",]\nmulti-window = [ \"iced/multi-window\",]\nwgpu = [ \"iced/wgpu\", \"iced_wgpu\",]\nwinit = [ \"iced/winit\", \"iced_winit\",]\nwinit_debug = [ \"winit\", \"debug\",]\nwinit_tokio = [ \"winit\", \"tokio\",]\nwinit_wgpu = [ \"winit\", \"wgpu\",]\nxdg-portal = [ \"ashpd\",]\n\n[dependencies]\napply = \"0.3.0\"\nchrono = \"0.4.35\"\ncss-color = \"0.2.5\"\nderive_setters = \"0.1.5\"\nfraction = \"0.14.0\"\nlazy_static = \"1.4.0\"\npalette = \"0.7.3\"\nslotmap = \"1.0.6\"\nthiserror = \"1.0.44\"\ntracing = \"0.1\"\nunicode-segmentation = \"1.6\"\nurl = \"2.4.0\"\n\n[workspace]\nmembers = [ \"cosmic-config\", \"cosmic-config-derive\", \"cosmic-theme\", \"examples/*\",]\nexclude = [ \"examples/design-demo\", \"iced\",]\n\n[dependencies.ashpd]\nversion = \"0.8.1\"\ndefault-features = false\noptional = true\n\n[dependencies.async-fs]\nversion = \"2.1\"\noptional = true\n\n[dependencies.cctk]\ngit = \"https://github.com/pop-os/cosmic-protocols\"\npackage = \"cosmic-client-toolkit\"\nrev = \"e4e6f8c\"\noptional = true\n\n[dependencies.cosmic-config]\npath = \"cosmic-config\"\n\n[dependencies.cosmic-settings-daemon]\ngit = \"https://github.com/pop-os/dbus-settings-bindings\"\noptional = true\n\n[dependencies.image]\nversion = \"0.25.1\"\noptional = true\n\n[dependencies.mime]\nversion = \"0.3.17\"\noptional = true\n\n[dependencies.nix]\nversion = \"0.27\"\nfeatures = [ \"process\",]\noptional = true\n\n[dependencies.rfd]\nversion = \"0.14.0\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0.180\"\noptional = true\n\n[dependencies.tokio]\nversion = \"1.24.2\"\noptional = true\n\n[dependencies.zbus]\nversion = \"4.2.1\"\ndefault-features = false\noptional = true\n\n[dependencies.cosmic-theme]\npath = \"cosmic-theme\"\n\n[dependencies.iced]\npath = \"./iced\"\ndefault-features = false\nfeatures = [ \"advanced\", \"image\", \"lazy\", \"svg\", \"web-colors\",]\n\n[dependencies.iced_runtime]\npath = \"./iced/runtime\"\n\n[dependencies.iced_renderer]\npath = \"./iced/renderer\"\n\n[dependencies.iced_core]\npath = \"./iced/core\"\nfeatures = [ \"serde\",]\n\n[dependencies.iced_widget]\npath = \"./iced/widget\"\nfeatures = [ \"canvas\",]\n\n[dependencies.iced_futures]\npath = \"./iced/futures\"\n\n[dependencies.iced_accessibility]\npath = \"./iced/accessibility\"\noptional = true\n\n[dependencies.iced_tiny_skia]\npath = \"./iced/tiny_skia\"\n\n[dependencies.iced_style]\npath = \"./iced/style\"\n\n[dependencies.iced_sctk]\npath = \"./iced/sctk\"\noptional = true\n\n[dependencies.iced_winit]\npath = \"./iced/winit\"\noptional = true\n\n[dependencies.iced_wgpu]\npath = \"./iced/wgpu\"\noptional = true\n\n[dependencies.cosmic-panel-config]\ngit = \"https://github.com/pop-os/cosmic-panel\"\noptional = true\n\n[dependencies.ron]\nversion = \"0.8\"\noptional = true\n\n[dependencies.taffy]\ngit = \"https://github.com/DioxusLabs/taffy\"\nrev = \"7781c70\"\nfeatures = [ \"grid\",]\n\n[workspace.dependencies]\ndirs = \"5.0.1\"\n\n[target.\"cfg(unix)\".dependencies]\nfreedesktop-icons = \"0.2.5\"\n\n[patch.\"https://github.com/pop-os/libcosmic\".libcosmic]\npath = \"./\"\n\n[target.\"cfg(unix)\".dependencies.freedesktop-desktop-entry]\nversion = \"0.5.1\"\noptional = true\n\n[target.\"cfg(unix)\".dependencies.shlex]\nversion = \"1.3.0\"\noptional = true\n", "dest": "cargo/vendor/libcosmic", "dest-filename": "Cargo.toml" }, @@ -4681,14 +4681,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/lyon_tessellation/lyon_tessellation-1.0.14.crate", - "sha256": "4470bd0b1f29eda66068ab1fd47719facda0a136b829bcca69287ed0ac40a134", - "dest": "cargo/vendor/lyon_tessellation-1.0.14" + "url": "https://static.crates.io/crates/lyon_tessellation/lyon_tessellation-1.0.15.crate", + "sha256": "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c", + "dest": "cargo/vendor/lyon_tessellation-1.0.15" }, { "type": "inline", - "contents": "{\"package\": \"4470bd0b1f29eda66068ab1fd47719facda0a136b829bcca69287ed0ac40a134\", \"files\": {}}", - "dest": "cargo/vendor/lyon_tessellation-1.0.14", + "contents": "{\"package\": \"579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c\", \"files\": {}}", + "dest": "cargo/vendor/lyon_tessellation-1.0.15", "dest-filename": ".cargo-checksum.json" }, { @@ -4925,7 +4925,7 @@ }, { "type": "inline", - "contents": "test = [\n { name = \"naga-test\", path = \"tests/root.rs\" },\n]\nbench = [\n { name = \"criterion\", harness = false },\n]\n\n[package]\nname = \"naga\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\nedition = \"2021\"\ndescription = \"Shader translation infrastructure\"\nrepository = \"https://github.com/gfx-rs/wgpu/tree/trunk/naga\"\nkeywords = [\n \"shader\",\n \"SPIR-V\",\n \"GLSL\",\n \"MSL\",\n]\nlicense = \"MIT OR Apache-2.0\"\nexclude = [\n \"bin/**/*\",\n \"tests/**/*\",\n \"Cargo.lock\",\n \"target/**/*\",\n]\nresolver = \"2\"\nrust-version = \"1.70\"\nautotests = false\n\n[package.metadata.docs.rs]\nall-features = true\n\n[features]\ndefault = []\nclone = []\ndot-out = []\nglsl-in = [\n \"pp-rs\",\n]\nglsl-out = []\nmsl-out = []\nserialize = [\n \"serde\",\n \"bitflags/serde\",\n \"indexmap/serde\",\n]\ndeserialize = [\n \"serde\",\n \"bitflags/serde\",\n \"indexmap/serde\",\n]\narbitrary = [\n \"dep:arbitrary\",\n \"bitflags/arbitrary\",\n \"indexmap/arbitrary\",\n]\nspv-in = [\n \"petgraph\",\n \"spirv\",\n]\nspv-out = [\n \"spirv\",\n]\nwgsl-in = [\n \"hexf-parse\",\n \"unicode-xid\",\n \"compact\",\n]\nwgsl-out = []\nhlsl-out = []\ncompact = []\n\n[dependencies]\nbitflags = \"2.4\"\nbit-set = \"0.5\"\nrustc-hash = \"1.1.0\"\nlog = \"0.4\"\nnum-traits = \"0.2\"\nthiserror = \"1.0.56\"\narrayvec = \"0.7\"\n\n[dependencies.arbitrary]\nversion = \"1.3\"\nfeatures = [\n \"derive\",\n]\noptional = true\n\n[dependencies.termcolor]\nversion = \"1.4.1\"\n\n[dependencies.codespan-reporting]\nversion = \"0.11.0\"\n\n[dependencies.indexmap]\nversion = \"2\"\nfeatures = [\n \"std\",\n]\n\n[dependencies.spirv]\nversion = \"0.3\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0.195\"\nfeatures = [\n \"derive\",\n]\noptional = true\n\n[dependencies.petgraph]\nversion = \"0.6\"\noptional = true\n\n[dependencies.pp-rs]\nversion = \"0.2.1\"\noptional = true\n\n[dependencies.hexf-parse]\nversion = \"0.2.1\"\noptional = true\n\n[dependencies.unicode-xid]\nversion = \"0.2.3\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies.criterion]\nversion = \"0.5\"\nfeatures = []\n\n[dev-dependencies]\nbincode = \"1\"\ndiff = \"0.1\"\nenv_logger = \"0.10\"\nron = \"0.8.0\"\n\n[dev-dependencies.hlsl-snapshots]\npath = \"./hlsl-snapshots\"\n\n[dev-dependencies.rspirv]\nversion = \"0.11\"\ngit = \"https://github.com/gfx-rs/rspirv\"\nrev = \"b969f175d5663258b4891e44b76c1544da9661ab\"\n\n[dev-dependencies.serde]\nversion = \"1.0\"\nfeatures = [\n \"derive\",\n]\n\n[dev-dependencies.spirv]\nversion = \"0.3\"\nfeatures = [\n \"deserialize\",\n]\n", + "contents": "[[test]]\nname = \"naga-test\"\npath = \"tests/root.rs\"\n\n[[bench]]\nname = \"criterion\"\nharness = false\n\n[package]\nname = \"naga\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\nedition = \"2021\"\ndescription = \"Shader translation infrastructure\"\nrepository = \"https://github.com/gfx-rs/wgpu/tree/trunk/naga\"\nkeywords = [ \"shader\", \"SPIR-V\", \"GLSL\", \"MSL\",]\nlicense = \"MIT OR Apache-2.0\"\nexclude = [ \"bin/**/*\", \"tests/**/*\", \"Cargo.lock\", \"target/**/*\",]\nresolver = \"2\"\nrust-version = \"1.70\"\nautotests = false\n\n[features]\ndefault = []\nclone = []\ndot-out = []\nglsl-in = [ \"pp-rs\",]\nglsl-out = []\nmsl-out = []\nserialize = [ \"serde\", \"bitflags/serde\", \"indexmap/serde\",]\ndeserialize = [ \"serde\", \"bitflags/serde\", \"indexmap/serde\",]\narbitrary = [ \"dep:arbitrary\", \"bitflags/arbitrary\", \"indexmap/arbitrary\",]\nspv-in = [ \"petgraph\", \"spirv\",]\nspv-out = [ \"spirv\",]\nwgsl-in = [ \"hexf-parse\", \"unicode-xid\", \"compact\",]\nwgsl-out = []\nhlsl-out = []\ncompact = []\n\n[dependencies]\nbitflags = \"2.4\"\nbit-set = \"0.5\"\nrustc-hash = \"1.1.0\"\nlog = \"0.4\"\nnum-traits = \"0.2\"\nthiserror = \"1.0.56\"\narrayvec = \"0.7\"\n\n[dev-dependencies]\nbincode = \"1\"\ndiff = \"0.1\"\nenv_logger = \"0.10\"\nron = \"0.8.0\"\n\n[dependencies.arbitrary]\nversion = \"1.3\"\nfeatures = [ \"derive\",]\noptional = true\n\n[dependencies.termcolor]\nversion = \"1.4.1\"\n\n[dependencies.codespan-reporting]\nversion = \"0.11.0\"\n\n[dependencies.indexmap]\nversion = \"2\"\nfeatures = [ \"std\",]\n\n[dependencies.spirv]\nversion = \"0.3\"\noptional = true\n\n[dependencies.serde]\nversion = \"1.0.195\"\nfeatures = [ \"derive\",]\noptional = true\n\n[dependencies.petgraph]\nversion = \"0.6\"\noptional = true\n\n[dependencies.pp-rs]\nversion = \"0.2.1\"\noptional = true\n\n[dependencies.hexf-parse]\nversion = \"0.2.1\"\noptional = true\n\n[dependencies.unicode-xid]\nversion = \"0.2.3\"\noptional = true\n\n[dev-dependencies.hlsl-snapshots]\npath = \"./hlsl-snapshots\"\n\n[dev-dependencies.rspirv]\nversion = \"0.11\"\ngit = \"https://github.com/gfx-rs/rspirv\"\nrev = \"b969f175d5663258b4891e44b76c1544da9661ab\"\n\n[dev-dependencies.serde]\nversion = \"1.0\"\nfeatures = [ \"derive\",]\n\n[dev-dependencies.spirv]\nversion = \"0.3\"\nfeatures = [ \"deserialize\",]\n\n[package.metadata.docs.rs]\nall-features = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies.criterion]\nversion = \"0.5\"\nfeatures = []\n", "dest": "cargo/vendor/naga", "dest-filename": "Cargo.toml" }, @@ -5302,14 +5302,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/objc-sys/objc-sys-0.3.3.crate", - "sha256": "da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60", - "dest": "cargo/vendor/objc-sys-0.3.3" + "url": "https://static.crates.io/crates/objc-sys/objc-sys-0.3.5.crate", + "sha256": "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310", + "dest": "cargo/vendor/objc-sys-0.3.5" }, { "type": "inline", - "contents": "{\"package\": \"da284c198fb9b7b0603f8635185e85fbd5b64ee154b1ed406d489077de2d6d60\", \"files\": {}}", - "dest": "cargo/vendor/objc-sys-0.3.3", + "contents": "{\"package\": \"cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310\", \"files\": {}}", + "dest": "cargo/vendor/objc-sys-0.3.5", "dest-filename": ".cargo-checksum.json" }, { @@ -5328,14 +5328,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/objc2/objc2-0.5.1.crate", - "sha256": "b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659", - "dest": "cargo/vendor/objc2-0.5.1" + "url": "https://static.crates.io/crates/objc2/objc2-0.5.2.crate", + "sha256": "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804", + "dest": "cargo/vendor/objc2-0.5.2" }, { "type": "inline", - "contents": "{\"package\": \"b4b25e1034d0e636cd84707ccdaa9f81243d399196b8a773946dcffec0401659\", \"files\": {}}", - "dest": "cargo/vendor/objc2-0.5.1", + "contents": "{\"package\": \"46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804\", \"files\": {}}", + "dest": "cargo/vendor/objc2-0.5.2", "dest-filename": ".cargo-checksum.json" }, { @@ -5354,14 +5354,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/objc2-encode/objc2-encode-4.0.1.crate", - "sha256": "88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a", - "dest": "cargo/vendor/objc2-encode-4.0.1" + "url": "https://static.crates.io/crates/objc2-encode/objc2-encode-4.0.3.crate", + "sha256": "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8", + "dest": "cargo/vendor/objc2-encode-4.0.3" }, { "type": "inline", - "contents": "{\"package\": \"88658da63e4cc2c8adb1262902cd6af51094df0488b760d6fd27194269c0950a\", \"files\": {}}", - "dest": "cargo/vendor/objc2-encode-4.0.1", + "contents": "{\"package\": \"7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8\", \"files\": {}}", + "dest": "cargo/vendor/objc2-encode-4.0.3", "dest-filename": ".cargo-checksum.json" }, { @@ -5640,14 +5640,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/parking_lot/parking_lot-0.12.2.crate", - "sha256": "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb", - "dest": "cargo/vendor/parking_lot-0.12.2" + "url": "https://static.crates.io/crates/parking_lot/parking_lot-0.12.3.crate", + "sha256": "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27", + "dest": "cargo/vendor/parking_lot-0.12.3" }, { "type": "inline", - "contents": "{\"package\": \"7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb\", \"files\": {}}", - "dest": "cargo/vendor/parking_lot-0.12.2", + "contents": "{\"package\": \"f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27\", \"files\": {}}", + "dest": "cargo/vendor/parking_lot-0.12.3", "dest-filename": ".cargo-checksum.json" }, { @@ -6043,14 +6043,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.82.crate", - "sha256": "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b", - "dest": "cargo/vendor/proc-macro2-1.0.82" + "url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.84.crate", + "sha256": "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6", + "dest": "cargo/vendor/proc-macro2-1.0.84" }, { "type": "inline", - "contents": "{\"package\": \"8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b\", \"files\": {}}", - "dest": "cargo/vendor/proc-macro2-1.0.82", + "contents": "{\"package\": \"ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6\", \"files\": {}}", + "dest": "cargo/vendor/proc-macro2-1.0.84", "dest-filename": ".cargo-checksum.json" }, { @@ -6810,27 +6810,27 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/serde/serde-1.0.202.crate", - "sha256": "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395", - "dest": "cargo/vendor/serde-1.0.202" + "url": "https://static.crates.io/crates/serde/serde-1.0.203.crate", + "sha256": "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094", + "dest": "cargo/vendor/serde-1.0.203" }, { "type": "inline", - "contents": "{\"package\": \"226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395\", \"files\": {}}", - "dest": "cargo/vendor/serde-1.0.202", + "contents": "{\"package\": \"7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094\", \"files\": {}}", + "dest": "cargo/vendor/serde-1.0.203", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.202.crate", - "sha256": "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838", - "dest": "cargo/vendor/serde_derive-1.0.202" + "url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.203.crate", + "sha256": "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba", + "dest": "cargo/vendor/serde_derive-1.0.203" }, { "type": "inline", - "contents": "{\"package\": \"6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838\", \"files\": {}}", - "dest": "cargo/vendor/serde_derive-1.0.202", + "contents": "{\"package\": \"500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba\", \"files\": {}}", + "dest": "cargo/vendor/serde_derive-1.0.203", "dest-filename": ".cargo-checksum.json" }, { @@ -7075,7 +7075,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"smithay-client-toolkit\"\nversion = \"0.18.0\"\nauthors = [\n \"Elinor Berger \",\n \"i509VCB \",\n \"Ashley Wulber \",\n]\ndocumentation = \"https://smithay.github.io/client-toolkit\"\nrepository = \"https://github.com/smithay/client-toolkit\"\nlicense = \"MIT\"\nedition = \"2021\"\ncategories = [\n \"gui\",\n]\nkeywords = [\n \"wayland\",\n \"client\",\n]\ndescription = \"Toolkit for making client wayland applications.\"\nreadme = \"README.md\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"calloop\",\n \"xkbcommon\",\n]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\n\n[dependencies]\nbitflags = \"2.4\"\ncursor-icon = \"1.1.0\"\nlibc = \"0.2.148\"\nlog = \"0.4\"\nmemmap2 = \"0.9.0\"\nthiserror = \"1.0.30\"\nwayland-backend = \"0.3.0\"\nwayland-client = \"0.31.1\"\nwayland-cursor = \"0.31.0\"\nwayland-scanner = \"0.31.0\"\nwayland-csd-frame = \"0.3.0\"\nxkeysym = \"0.2.0\"\n\n[dependencies.bytemuck]\nversion = \"1.13.0\"\noptional = true\n\n[dependencies.rustix]\nversion = \"0.38.15\"\nfeatures = [\n \"fs\",\n \"pipe\",\n \"shm\",\n]\n\n[dependencies.wayland-protocols]\nversion = \"0.31.2\"\nfeatures = [\n \"client\",\n \"staging\",\n \"unstable\",\n]\n\n[dependencies.wayland-protocols-wlr]\nversion = \"0.2.0\"\nfeatures = [\n \"client\",\n]\n\n[dependencies.xkbcommon]\nversion = \"0.7.0\"\noptional = true\nfeatures = [\n \"wayland\",\n]\n\n[dependencies.calloop]\nversion = \"0.13.0\"\noptional = true\n\n[dependencies.calloop-wayland-source]\nversion = \"0.3.0\"\noptional = true\n\n[features]\ndefault = [\n \"calloop\",\n \"xkbcommon\",\n]\ncalloop = [\n \"dep:calloop\",\n \"calloop-wayland-source\",\n]\nxkbcommon = [\n \"dep:xkbcommon\",\n \"bytemuck\",\n \"pkg-config\",\n \"xkeysym/bytemuck\",\n]\n\n[build-dependencies.pkg-config]\nversion = \"0.3\"\noptional = true\n\n[dev-dependencies]\nbytemuck = \"1.13.0\"\ndrm-fourcc = \"2.2.0\"\nfont-kit = \"0.11.0\"\nimage = \"0.24\"\nenv_logger = \"0.10\"\nwgpu = \"0.19.0\"\nraqote = \"0.8.2\"\nraw-window-handle = \"0.6.0\"\npollster = \"0.3.0\"\n\n[[example]]\nname = \"wgpu\"\nrequired-features = [\n \"wayland-backend/client_system\",\n]\n", + "contents": "[[example]]\nname = \"wgpu\"\nrequired-features = [ \"wayland-backend/client_system\",]\n\n[package]\nname = \"smithay-client-toolkit\"\nversion = \"0.18.0\"\nauthors = [ \"Elinor Berger \", \"i509VCB \", \"Ashley Wulber \",]\ndocumentation = \"https://smithay.github.io/client-toolkit\"\nrepository = \"https://github.com/smithay/client-toolkit\"\nlicense = \"MIT\"\nedition = \"2021\"\ncategories = [ \"gui\",]\nkeywords = [ \"wayland\", \"client\",]\ndescription = \"Toolkit for making client wayland applications.\"\nreadme = \"README.md\"\n\n[dependencies]\nbitflags = \"2.4\"\ncursor-icon = \"1.1.0\"\nlibc = \"0.2.148\"\nlog = \"0.4\"\nmemmap2 = \"0.9.0\"\nthiserror = \"1.0.30\"\nwayland-backend = \"0.3.0\"\nwayland-client = \"0.31.1\"\nwayland-cursor = \"0.31.0\"\nwayland-scanner = \"0.31.0\"\nwayland-csd-frame = \"0.3.0\"\nxkeysym = \"0.2.0\"\n\n[features]\ndefault = [ \"calloop\", \"xkbcommon\",]\ncalloop = [ \"dep:calloop\", \"calloop-wayland-source\",]\nxkbcommon = [ \"dep:xkbcommon\", \"bytemuck\", \"pkg-config\", \"xkeysym/bytemuck\",]\n\n[dev-dependencies]\nbytemuck = \"1.13.0\"\ndrm-fourcc = \"2.2.0\"\nfont-kit = \"0.11.0\"\nimage = \"0.24\"\nenv_logger = \"0.10\"\nwgpu = \"0.19.0\"\nraqote = \"0.8.2\"\nraw-window-handle = \"0.6.0\"\npollster = \"0.3.0\"\n\n[dependencies.bytemuck]\nversion = \"1.13.0\"\noptional = true\n\n[dependencies.rustix]\nversion = \"0.38.15\"\nfeatures = [ \"fs\", \"pipe\", \"shm\",]\n\n[dependencies.wayland-protocols]\nversion = \"0.31.2\"\nfeatures = [ \"client\", \"staging\", \"unstable\",]\n\n[dependencies.wayland-protocols-wlr]\nversion = \"0.2.0\"\nfeatures = [ \"client\",]\n\n[dependencies.xkbcommon]\nversion = \"0.7.0\"\noptional = true\nfeatures = [ \"wayland\",]\n\n[dependencies.calloop]\nversion = \"0.13.0\"\noptional = true\n\n[dependencies.calloop-wayland-source]\nversion = \"0.3.0\"\noptional = true\n\n[build-dependencies.pkg-config]\nversion = \"0.3\"\noptional = true\n\n[package.metadata.docs.rs]\nfeatures = [ \"calloop\", \"xkbcommon\",]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\n", "dest": "cargo/vendor/smithay-client-toolkit", "dest-filename": "Cargo.toml" }, @@ -7106,7 +7106,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"smithay-clipboard\"\nversion = \"0.8.0\"\nauthors = [\n \"Kirill Chibisov \",\n \"Victor Berger \",\n]\nedition = \"2021\"\ndescription = \"Provides access to the wayland clipboard for client applications.\"\nrepository = \"https://github.com/smithay/smithay-clipboard\"\ndocumentation = \"https://smithay.github.io/smithay-clipboard\"\nlicense = \"MIT\"\nkeywords = [\n \"clipboard\",\n \"wayland\",\n]\nrust-version = \"1.65.0\"\n\n[dependencies]\nlibc = \"0.2.149\"\n\n[dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [\n \"calloop\",\n]\nrev = \"3bed072\"\n\n[dependencies.wayland-backend]\nversion = \"0.3.3\"\ndefault_features = false\nfeatures = [\n \"client_system\",\n]\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\noptional = true\n\n[dev-dependencies]\ndirs = \"5.0.1\"\nthiserror = \"1.0.57\"\nurl = \"2.5.0\"\n\n[dev-dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [\n \"calloop\",\n \"xkbcommon\",\n]\nrev = \"3bed072\"\n\n[features]\ndefault = [\n \"dlopen\",\n \"dnd\",\n \"rwh-6\",\n]\nrwh-6 = [\n \"raw-window-handle\",\n]\ndnd = []\ndlopen = [\n \"wayland-backend/dlopen\",\n]\n", + "contents": "[package]\nname = \"smithay-clipboard\"\nversion = \"0.8.0\"\nauthors = [ \"Kirill Chibisov \", \"Victor Berger \",]\nedition = \"2021\"\ndescription = \"Provides access to the wayland clipboard for client applications.\"\nrepository = \"https://github.com/smithay/smithay-clipboard\"\ndocumentation = \"https://smithay.github.io/smithay-clipboard\"\nlicense = \"MIT\"\nkeywords = [ \"clipboard\", \"wayland\",]\nrust-version = \"1.65.0\"\n\n[dependencies]\nlibc = \"0.2.149\"\n\n[dev-dependencies]\ndirs = \"5.0.1\"\nthiserror = \"1.0.57\"\nurl = \"2.5.0\"\n\n[features]\ndefault = [ \"dlopen\", \"dnd\", \"rwh-6\",]\nrwh-6 = [ \"raw-window-handle\",]\ndnd = []\ndlopen = [ \"wayland-backend/dlopen\",]\n\n[dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [ \"calloop\",]\nrev = \"3bed072\"\n\n[dependencies.wayland-backend]\nversion = \"0.3.3\"\ndefault_features = false\nfeatures = [ \"client_system\",]\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\noptional = true\n\n[dev-dependencies.sctk]\npackage = \"smithay-client-toolkit\"\ngit = \"https://github.com/Smithay/client-toolkit\"\ndefault-features = false\nfeatures = [ \"calloop\", \"xkbcommon\",]\nrev = \"3bed072\"\n", "dest": "cargo/vendor/smithay-clipboard", "dest-filename": "Cargo.toml" }, @@ -7163,7 +7163,7 @@ }, { "type": "inline", - "contents": "bench = [\n { name = \"buffer_mut\", harness = false },\n]\ntest = [\n { name = \"present_and_fetch\", path = \"tests/present_and_fetch.rs\", harness = false },\n]\n\n[package]\nname = \"softbuffer\"\nversion = \"0.4.1\"\nedition = \"2021\"\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"Cross-platform software buffer\"\ndocumentation = \"https://docs.rs/softbuffer\"\nreadme = \"README.md\"\nrepository = \"https://github.com/rust-windowing/softbuffer\"\nkeywords = [\n \"framebuffer\",\n \"windowing\",\n]\ncategories = [\n \"game-development\",\n \"graphics\",\n \"gui\",\n \"multimedia\",\n \"rendering\",\n]\nexclude = [\n \"examples\",\n]\nrust-version = \"1.65.0\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\ndefault-target = \"x86_64-unknown-linux-gnu\"\ntargets = [\n \"x86_64-pc-windows-msvc\",\n \"x86_64-apple-darwin\",\n \"x86_64-unknown-linux-gnu\",\n \"wasm32-unknown-unknown\",\n]\n\n[features]\ndefault = [\n \"kms\",\n \"x11\",\n \"x11-dlopen\",\n \"wayland\",\n \"wayland-dlopen\",\n]\nkms = [\n \"bytemuck\",\n \"drm\",\n \"rustix\",\n]\nwayland = [\n \"wayland-backend\",\n \"wayland-client\",\n \"memmap2\",\n \"rustix\",\n \"fastrand\",\n]\nwayland-dlopen = [\n \"wayland-sys/dlopen\",\n]\nx11 = [\n \"as-raw-xcb-connection\",\n \"bytemuck\",\n \"fastrand\",\n \"rustix\",\n \"tiny-xlib\",\n \"x11rb\",\n]\nx11-dlopen = [\n \"tiny-xlib/dlopen\",\n \"x11rb/dl-libxcb\",\n]\n\n[dependencies]\nlog = \"0.4.17\"\n\n[dependencies.raw_window_handle]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [\n \"std\",\n]\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies]\nwayland-sys = \"0.31.0\"\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.as-raw-xcb-connection]\nversion = \"1.0.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.bytemuck]\nversion = \"1.12.3\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.drm]\nversion = \"0.11.0\"\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.fastrand]\nversion = \"2.0.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.memmap2]\nversion = \"0.9.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.rustix]\nversion = \"0.38.19\"\nfeatures = [\n \"fs\",\n \"mm\",\n \"shm\",\n \"std\",\n]\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.tiny-xlib]\nversion = \"0.2.1\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.wayland-backend]\nversion = \"0.3.0\"\nfeatures = [\n \"client_system\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.wayland-client]\nversion = \"0.31.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.x11rb]\nversion = \"0.13.0\"\nfeatures = [\n \"allow-unsafe-code\",\n \"shm\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dev-dependencies.rustix]\nversion = \"0.38.8\"\nfeatures = [\n \"event\",\n]\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.windows-sys]\nversion = \"0.52.0\"\nfeatures = [\n \"Win32_Graphics_Gdi\",\n \"Win32_UI_WindowsAndMessaging\",\n \"Win32_Foundation\",\n]\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies]\ncocoa = \"0.25.0\"\ncore-graphics = \"0.23.1\"\nforeign-types = \"0.5.0\"\nobjc = \"0.2.7\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.bytemuck]\nversion = \"1.12.3\"\nfeatures = [\n \"extern_crate_alloc\",\n]\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\njs-sys = \"0.3.63\"\nwasm-bindgen = \"0.2.86\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nversion = \"0.3.55\"\nfeatures = [\n \"CanvasRenderingContext2d\",\n \"Document\",\n \"Element\",\n \"HtmlCanvasElement\",\n \"ImageData\",\n \"OffscreenCanvas\",\n \"OffscreenCanvasRenderingContext2d\",\n \"Window\",\n]\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dev-dependencies]\nwasm-bindgen-test = \"0.3\"\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies]\nredox_syscall = \"0.4\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies]\nimage = \"0.24.6\"\nrayon = \"1.5.1\"\n\n[build-dependencies]\ncfg_aliases = \"0.2.0\"\n\n[dev-dependencies]\ncolorous = \"1.0.12\"\ninstant = \"0.1.12\"\nwinit = \"0.29.2\"\nwinit-test = \"0.1.0\"\n\n[dev-dependencies.criterion]\nversion = \"0.4.0\"\ndefault-features = false\nfeatures = [\n \"cargo_bench_support\",\n]\n\n[dev-dependencies.image]\nversion = \"0.24.6\"\ndefault-features = false\nfeatures = [\n \"jpeg\",\n]\n\n[workspace]\nmembers = [\n \"run-wasm\",\n]\n", + "contents": "[[bench]]\nname = \"buffer_mut\"\nharness = false\n\n[[test]]\nname = \"present_and_fetch\"\npath = \"tests/present_and_fetch.rs\"\nharness = false\n\n[package]\nname = \"softbuffer\"\nversion = \"0.4.1\"\nedition = \"2021\"\nlicense = \"MIT OR Apache-2.0\"\ndescription = \"Cross-platform software buffer\"\ndocumentation = \"https://docs.rs/softbuffer\"\nreadme = \"README.md\"\nrepository = \"https://github.com/rust-windowing/softbuffer\"\nkeywords = [ \"framebuffer\", \"windowing\",]\ncategories = [ \"game-development\", \"graphics\", \"gui\", \"multimedia\", \"rendering\",]\nexclude = [ \"examples\",]\nrust-version = \"1.65.0\"\n\n[features]\ndefault = [ \"kms\", \"x11\", \"x11-dlopen\", \"wayland\", \"wayland-dlopen\",]\nkms = [ \"bytemuck\", \"drm\", \"rustix\",]\nwayland = [ \"wayland-backend\", \"wayland-client\", \"memmap2\", \"rustix\", \"fastrand\",]\nwayland-dlopen = [ \"wayland-sys/dlopen\",]\nx11 = [ \"as-raw-xcb-connection\", \"bytemuck\", \"fastrand\", \"rustix\", \"tiny-xlib\", \"x11rb\",]\nx11-dlopen = [ \"tiny-xlib/dlopen\", \"x11rb/dl-libxcb\",]\n\n[dependencies]\nlog = \"0.4.17\"\n\n[build-dependencies]\ncfg_aliases = \"0.2.0\"\n\n[dev-dependencies]\ncolorous = \"1.0.12\"\ninstant = \"0.1.12\"\nwinit = \"0.29.2\"\nwinit-test = \"0.1.0\"\n\n[workspace]\nmembers = [ \"run-wasm\",]\n\n[dependencies.raw_window_handle]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [ \"std\",]\n\n[dev-dependencies.criterion]\nversion = \"0.4.0\"\ndefault-features = false\nfeatures = [ \"cargo_bench_support\",]\n\n[dev-dependencies.image]\nversion = \"0.24.6\"\ndefault-features = false\nfeatures = [ \"jpeg\",]\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies]\nwayland-sys = \"0.31.0\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies]\ncocoa = \"0.25.0\"\ncore-graphics = \"0.23.1\"\nforeign-types = \"0.5.0\"\nobjc = \"0.2.7\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\njs-sys = \"0.3.63\"\nwasm-bindgen = \"0.2.86\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dev-dependencies]\nwasm-bindgen-test = \"0.3\"\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies]\nredox_syscall = \"0.4\"\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies]\nimage = \"0.24.6\"\nrayon = \"1.5.1\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\ndefault-target = \"x86_64-unknown-linux-gnu\"\ntargets = [ \"x86_64-pc-windows-msvc\", \"x86_64-apple-darwin\", \"x86_64-unknown-linux-gnu\", \"wasm32-unknown-unknown\",]\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.as-raw-xcb-connection]\nversion = \"1.0.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.bytemuck]\nversion = \"1.12.3\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.drm]\nversion = \"0.11.0\"\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.fastrand]\nversion = \"2.0.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.memmap2]\nversion = \"0.9.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.rustix]\nversion = \"0.38.19\"\nfeatures = [ \"fs\", \"mm\", \"shm\", \"std\",]\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.tiny-xlib]\nversion = \"0.2.1\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.wayland-backend]\nversion = \"0.3.0\"\nfeatures = [ \"client_system\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.wayland-client]\nversion = \"0.31.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dependencies.x11rb]\nversion = \"0.13.0\"\nfeatures = [ \"allow-unsafe-code\", \"shm\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_vendor = \\\"apple\\\", target_os = \\\"android\\\", target_os = \\\"redox\\\"))))\".dev-dependencies.rustix]\nversion = \"0.38.8\"\nfeatures = [ \"event\",]\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.windows-sys]\nversion = \"0.52.0\"\nfeatures = [ \"Win32_Graphics_Gdi\", \"Win32_UI_WindowsAndMessaging\", \"Win32_Foundation\",]\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.bytemuck]\nversion = \"1.12.3\"\nfeatures = [ \"extern_crate_alloc\",]\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nversion = \"0.3.55\"\nfeatures = [ \"CanvasRenderingContext2d\", \"Document\", \"Element\", \"HtmlCanvasElement\", \"ImageData\", \"OffscreenCanvas\", \"OffscreenCanvasRenderingContext2d\", \"Window\",]\n", "dest": "cargo/vendor/softbuffer", "dest-filename": "Cargo.toml" }, @@ -7345,14 +7345,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/swash/swash-0.1.15.crate", - "sha256": "06ec889a8e0a6fcb91041996c8f1f6be0fe1a09e94478785e07c32ce2bca2d2b", - "dest": "cargo/vendor/swash-0.1.15" + "url": "https://static.crates.io/crates/swash/swash-0.1.16.crate", + "sha256": "682a612b50baf09e8a039547ecf49e6c155690dcb751b1bcb19c93cdeb3d42d4", + "dest": "cargo/vendor/swash-0.1.16" }, { "type": "inline", - "contents": "{\"package\": \"06ec889a8e0a6fcb91041996c8f1f6be0fe1a09e94478785e07c32ce2bca2d2b\", \"files\": {}}", - "dest": "cargo/vendor/swash-0.1.15", + "contents": "{\"package\": \"682a612b50baf09e8a039547ecf49e6c155690dcb751b1bcb19c93cdeb3d42d4\", \"files\": {}}", + "dest": "cargo/vendor/swash-0.1.16", "dest-filename": ".cargo-checksum.json" }, { @@ -7371,14 +7371,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/syn/syn-2.0.64.crate", - "sha256": "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f", - "dest": "cargo/vendor/syn-2.0.64" + "url": "https://static.crates.io/crates/syn/syn-2.0.66.crate", + "sha256": "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5", + "dest": "cargo/vendor/syn-2.0.66" }, { "type": "inline", - "contents": "{\"package\": \"7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f\", \"files\": {}}", - "dest": "cargo/vendor/syn-2.0.64", + "contents": "{\"package\": \"c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5\", \"files\": {}}", + "dest": "cargo/vendor/syn-2.0.66", "dest-filename": ".cargo-checksum.json" }, { @@ -7454,7 +7454,7 @@ }, { "type": "inline", - "contents": "bench = [\n { name = \"dummy_benchmark\", path = \"benches/dummy_benchmark.rs\", harness = false },\n]\n\n[package]\nname = \"taffy\"\nversion = \"0.3.11\"\nauthors = [\n \"Alice Cecile \",\n \"Johnathan Kelley \",\n]\nedition = \"2021\"\nrust-version = \"1.65\"\ninclude = [\n \"src/**/*\",\n \"Cargo.toml\",\n \"README.md\",\n]\ndescription = \"A flexible UI layout library \"\nrepository = \"https://github.com/DioxusLabs/taffy\"\nkeywords = [\n \"cross-platform\",\n \"layout\",\n \"flexbox\",\n \"css-grid\",\n \"grid\",\n]\ncategories = [\n \"gui\",\n]\nlicense = \"MIT\"\n\n[dependencies.arrayvec]\nversion = \"0.7\"\ndefault-features = false\n\n[dependencies.num-traits]\nversion = \"0.2\"\ndefault-features = false\n\n[dependencies.serde]\nversion = \"1.0\"\noptional = true\nfeatures = [\n \"serde_derive\",\n]\n\n[dependencies.slotmap]\nversion = \"1.0.6\"\noptional = true\n\n[dependencies.grid]\nversion = \"0.11.0\"\ndefault-features = false\noptional = true\n\n[features]\ndefault = [\n \"std\",\n \"taffy_tree\",\n \"flexbox\",\n \"grid\",\n \"block_layout\",\n \"content_size\",\n]\nblock_layout = []\nflexbox = []\ngrid = [\n \"alloc\",\n \"dep:grid\",\n]\ncontent_size = []\ntaffy_tree = [\n \"dep:slotmap\",\n]\nserde = [\n \"dep:serde\",\n]\nstd = [\n \"num-traits/std\",\n \"grid?/std\",\n]\nalloc = []\ndebug = [\n \"std\",\n]\nprofile = [\n \"std\",\n]\n\n[dev-dependencies]\nserde_json = \"1.0.93\"\n\n[dev-dependencies.taffy]\npath = \".\"\n\n[profile.release]\nlto = true\npanic = \"abort\"\n\n[workspace]\nmembers = [\n \"scripts/gentest\",\n \"scripts/format-fixtures\",\n \"scripts/import-yoga-tests\",\n \"benches\",\n]\n", + "contents": "[[bench]]\nname = \"dummy_benchmark\"\npath = \"benches/dummy_benchmark.rs\"\nharness = false\n\n[package]\nname = \"taffy\"\nversion = \"0.3.11\"\nauthors = [ \"Alice Cecile \", \"Johnathan Kelley \",]\nedition = \"2021\"\nrust-version = \"1.65\"\ninclude = [ \"src/**/*\", \"Cargo.toml\", \"README.md\",]\ndescription = \"A flexible UI layout library \"\nrepository = \"https://github.com/DioxusLabs/taffy\"\nkeywords = [ \"cross-platform\", \"layout\", \"flexbox\", \"css-grid\", \"grid\",]\ncategories = [ \"gui\",]\nlicense = \"MIT\"\n\n[features]\ndefault = [ \"std\", \"taffy_tree\", \"flexbox\", \"grid\", \"block_layout\", \"content_size\",]\nblock_layout = []\nflexbox = []\ngrid = [ \"alloc\", \"dep:grid\",]\ncontent_size = []\ntaffy_tree = [ \"dep:slotmap\",]\nserde = [ \"dep:serde\",]\nstd = [ \"num-traits/std\", \"grid?/std\",]\nalloc = []\ndebug = [ \"std\",]\nprofile = [ \"std\",]\n\n[dev-dependencies]\nserde_json = \"1.0.93\"\n\n[workspace]\nmembers = [ \"scripts/gentest\", \"scripts/format-fixtures\", \"scripts/import-yoga-tests\", \"benches\",]\n\n[dependencies.arrayvec]\nversion = \"0.7\"\ndefault-features = false\n\n[dependencies.num-traits]\nversion = \"0.2\"\ndefault-features = false\n\n[dependencies.serde]\nversion = \"1.0\"\noptional = true\nfeatures = [ \"serde_derive\",]\n\n[dependencies.slotmap]\nversion = \"1.0.6\"\noptional = true\n\n[dependencies.grid]\nversion = \"0.11.0\"\ndefault-features = false\noptional = true\n\n[dev-dependencies.taffy]\npath = \".\"\n\n[profile.release]\nlto = true\npanic = \"abort\"\n", "dest": "cargo/vendor/taffy", "dest-filename": "Cargo.toml" }, @@ -8720,7 +8720,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"wgpu\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\nedition = \"2021\"\ndescription = \"Rusty WebGPU API wrapper\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [\n \"graphics\",\n]\nlicense = \"MIT OR Apache-2.0\"\nreadme = \"../README.md\"\nexclude = [\n \"Cargo.lock\",\n]\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\ntargets = [\n \"x86_64-unknown-linux-gnu\",\n \"x86_64-apple-darwin\",\n \"x86_64-pc-windows-msvc\",\n \"wasm32-unknown-unknown\",\n]\n\n[lib]\n\n[features]\ndefault = [\n \"wgsl\",\n \"dx12\",\n \"metal\",\n \"webgpu\",\n]\ndx12 = [\n \"wgc?/dx12\",\n]\nmetal = [\n \"wgc?/metal\",\n]\nangle = [\n \"wgc?/gles\",\n]\nvulkan-portability = [\n \"wgc?/vulkan\",\n]\nwebgpu = [\n \"naga?/wgsl-out\",\n]\nwebgl = [\n \"hal\",\n \"wgc/gles\",\n]\nspirv = [\n \"naga/spv-in\",\n \"wgc/spirv\",\n]\nglsl = [\n \"naga/glsl-in\",\n \"wgc/glsl\",\n]\nwgsl = [\n \"wgc?/wgsl\",\n]\nnaga-ir = [\n \"naga\",\n]\nstrict_asserts = [\n \"wgc?/strict_asserts\",\n \"wgt/strict_asserts\",\n]\napi_log_info = [\n \"wgc/api_log_info\",\n]\nserde = [\n \"dep:serde\",\n \"wgc/serde\",\n]\ntrace = [\n \"serde\",\n \"wgc/trace\",\n]\nreplay = [\n \"serde\",\n \"wgc/replay\",\n]\nfragile-send-sync-non-atomic-wasm = [\n \"hal/fragile-send-sync-non-atomic-wasm\",\n \"wgc/fragile-send-sync-non-atomic-wasm\",\n \"wgt/fragile-send-sync-non-atomic-wasm\",\n]\n\n[dependencies]\narrayvec = \"0.7\"\ncfg-if = \"1\"\nlog = \"0.4\"\nparking_lot = \">=0.11,<0.13\"\nsmallvec = \"1\"\nstatic_assertions = \"1.1.0\"\n\n[dependencies.wgc]\noptional = true\nfeatures = [\n \"raw-window-handle\",\n]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"./wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.raw-window-handle]\nfeatures = [\n \"std\",\n]\nversion = \"0.6\"\n\n[dependencies.serde]\nfeatures = [\n \"derive\",\n]\noptional = true\nversion = \"1\"\n\n[dependencies.naga]\nfeatures = [\n \"clone\",\n]\noptional = true\npath = \"./naga\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(not(target_arch = \\\"wasm32\\\"), target_os = \\\"emscripten\\\"))\".dependencies.wgc]\nfeatures = [\n \"raw-window-handle\",\n]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(not(target_arch = \\\"wasm32\\\"), target_os = \\\"emscripten\\\"))\".dependencies.hal]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(target_os = \\\"macos\\\", target_os = \\\"ios\\\"))\".dependencies.wgc]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(windows)\".dependencies.wgc]\nfeatures = [\n \"gles\",\n]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(windows)\".dependencies.hal]\nfeatures = [\n \"dxc_shader_compiler\",\n \"renderdoc\",\n \"windows_rs\",\n]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(windows, all(unix, not(target_os = \\\"emscripten\\\"), not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\"))))\".dependencies.wgc]\nfeatures = [\n \"vulkan\",\n]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(all(unix, not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\")))\".dependencies.wgc]\nfeatures = [\n \"gles\",\n]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(all(not(target_arch = \\\"wasm32\\\"), unix, not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\")))\".dependencies.hal]\nfeatures = [\n \"renderdoc\",\n]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\nwasm-bindgen = \"0.2.87\"\njs-sys = \"0.3.67\"\nwasm-bindgen-futures = \"0.4.40\"\nparking_lot = \">=0.11,<0.13\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.hal]\noptional = true\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nfeatures = [\n \"Document\",\n \"Navigator\",\n \"Node\",\n \"NodeList\",\n \"Gpu\",\n \"GpuAdapter\",\n \"GpuAddressMode\",\n \"GpuAutoLayoutMode\",\n \"GpuBindGroup\",\n \"GpuBindGroupDescriptor\",\n \"GpuBindGroupEntry\",\n \"GpuBindGroupLayout\",\n \"GpuBindGroupLayoutDescriptor\",\n \"GpuBindGroupLayoutEntry\",\n \"GpuBlendComponent\",\n \"GpuBlendFactor\",\n \"GpuBlendOperation\",\n \"GpuBlendState\",\n \"GpuBuffer\",\n \"GpuBufferBinding\",\n \"GpuBufferBindingLayout\",\n \"GpuBufferBindingType\",\n \"GpuBufferDescriptor\",\n \"GpuCanvasAlphaMode\",\n \"GpuCanvasContext\",\n \"GpuCanvasConfiguration\",\n \"GpuColorDict\",\n \"GpuColorTargetState\",\n \"GpuCommandBuffer\",\n \"GpuCommandBufferDescriptor\",\n \"GpuCommandEncoder\",\n \"GpuCommandEncoderDescriptor\",\n \"GpuCompareFunction\",\n \"GpuCompilationInfo\",\n \"GpuCompilationMessage\",\n \"GpuCompilationMessageType\",\n \"GpuComputePassDescriptor\",\n \"GpuComputePassEncoder\",\n \"GpuComputePassTimestampWrites\",\n \"GpuComputePipeline\",\n \"GpuComputePipelineDescriptor\",\n \"GpuCullMode\",\n \"GpuDepthStencilState\",\n \"GpuDevice\",\n \"GpuDeviceDescriptor\",\n \"GpuDeviceLostInfo\",\n \"GpuDeviceLostReason\",\n \"GpuError\",\n \"GpuErrorFilter\",\n \"GpuExtent3dDict\",\n \"GpuFeatureName\",\n \"GpuFilterMode\",\n \"GpuFragmentState\",\n \"GpuFrontFace\",\n \"GpuImageCopyBuffer\",\n \"GpuImageCopyExternalImage\",\n \"GpuImageCopyTexture\",\n \"GpuImageCopyTextureTagged\",\n \"GpuImageDataLayout\",\n \"GpuIndexFormat\",\n \"GpuLoadOp\",\n \"gpu_map_mode\",\n \"GpuMipmapFilterMode\",\n \"GpuMultisampleState\",\n \"GpuObjectDescriptorBase\",\n \"GpuOrigin2dDict\",\n \"GpuOrigin3dDict\",\n \"GpuOutOfMemoryError\",\n \"GpuPipelineDescriptorBase\",\n \"GpuPipelineLayout\",\n \"GpuPipelineLayoutDescriptor\",\n \"GpuPowerPreference\",\n \"GpuPrimitiveState\",\n \"GpuPrimitiveTopology\",\n \"GpuProgrammableStage\",\n \"GpuQuerySet\",\n \"GpuQuerySetDescriptor\",\n \"GpuQueryType\",\n \"GpuQueue\",\n \"GpuRenderBundle\",\n \"GpuRenderBundleDescriptor\",\n \"GpuRenderBundleEncoder\",\n \"GpuRenderBundleEncoderDescriptor\",\n \"GpuRenderPassColorAttachment\",\n \"GpuRenderPassDepthStencilAttachment\",\n \"GpuRenderPassDescriptor\",\n \"GpuRenderPassEncoder\",\n \"GpuRenderPipeline\",\n \"GpuRenderPipelineDescriptor\",\n \"GpuRequestAdapterOptions\",\n \"GpuSampler\",\n \"GpuSamplerBindingLayout\",\n \"GpuSamplerBindingType\",\n \"GpuSamplerDescriptor\",\n \"GpuShaderModule\",\n \"GpuShaderModuleDescriptor\",\n \"GpuStencilFaceState\",\n \"GpuStencilOperation\",\n \"GpuStorageTextureAccess\",\n \"GpuStorageTextureBindingLayout\",\n \"GpuStoreOp\",\n \"GpuSupportedFeatures\",\n \"GpuSupportedLimits\",\n \"GpuTexture\",\n \"GpuTextureAspect\",\n \"GpuTextureBindingLayout\",\n \"GpuTextureDescriptor\",\n \"GpuTextureDimension\",\n \"GpuTextureFormat\",\n \"GpuTextureSampleType\",\n \"GpuTextureView\",\n \"GpuTextureViewDescriptor\",\n \"GpuTextureViewDimension\",\n \"GpuUncapturedErrorEvent\",\n \"GpuUncapturedErrorEventInit\",\n \"GpuValidationError\",\n \"GpuVertexAttribute\",\n \"GpuVertexBufferLayout\",\n \"GpuVertexFormat\",\n \"GpuVertexState\",\n \"GpuVertexStepMode\",\n \"HtmlCanvasElement\",\n \"OffscreenCanvas\",\n \"ImageBitmap\",\n \"ImageBitmapRenderingContext\",\n \"Window\",\n \"WorkerGlobalScope\",\n \"WorkerNavigator\",\n]\nversion = \"0.3.67\"\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n\n[dev-dependencies.naga]\nfeatures = [\n \"wgsl-in\",\n]\npath = \"./naga\"\nversion = \"0.19.0\"\n", + "contents": "[package]\nname = \"wgpu\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\nedition = \"2021\"\ndescription = \"Rusty WebGPU API wrapper\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [ \"graphics\",]\nlicense = \"MIT OR Apache-2.0\"\nreadme = \"../README.md\"\nexclude = [ \"Cargo.lock\",]\n\n[lib]\n\n[features]\ndefault = [ \"wgsl\", \"dx12\", \"metal\", \"webgpu\",]\ndx12 = [ \"wgc?/dx12\",]\nmetal = [ \"wgc?/metal\",]\nangle = [ \"wgc?/gles\",]\nvulkan-portability = [ \"wgc?/vulkan\",]\nwebgpu = [ \"naga?/wgsl-out\",]\nwebgl = [ \"hal\", \"wgc/gles\",]\nspirv = [ \"naga/spv-in\", \"wgc/spirv\",]\nglsl = [ \"naga/glsl-in\", \"wgc/glsl\",]\nwgsl = [ \"wgc?/wgsl\",]\nnaga-ir = [ \"naga\",]\nstrict_asserts = [ \"wgc?/strict_asserts\", \"wgt/strict_asserts\",]\napi_log_info = [ \"wgc/api_log_info\",]\nserde = [ \"dep:serde\", \"wgc/serde\",]\ntrace = [ \"serde\", \"wgc/trace\",]\nreplay = [ \"serde\", \"wgc/replay\",]\nfragile-send-sync-non-atomic-wasm = [ \"hal/fragile-send-sync-non-atomic-wasm\", \"wgc/fragile-send-sync-non-atomic-wasm\", \"wgt/fragile-send-sync-non-atomic-wasm\",]\n\n[dependencies]\narrayvec = \"0.7\"\ncfg-if = \"1\"\nlog = \"0.4\"\nparking_lot = \">=0.11,<0.13\"\nsmallvec = \"1\"\nstatic_assertions = \"1.1.0\"\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n\n[dependencies.wgc]\noptional = true\nfeatures = [ \"raw-window-handle\",]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"./wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.raw-window-handle]\nfeatures = [ \"std\",]\nversion = \"0.6\"\n\n[dependencies.serde]\nfeatures = [ \"derive\",]\noptional = true\nversion = \"1\"\n\n[dependencies.naga]\nfeatures = [ \"clone\",]\noptional = true\npath = \"./naga\"\nversion = \"0.19.0\"\n\n[dev-dependencies.naga]\nfeatures = [ \"wgsl-in\",]\npath = \"./naga\"\nversion = \"0.19.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\nwasm-bindgen = \"0.2.87\"\njs-sys = \"0.3.67\"\nwasm-bindgen-futures = \"0.4.40\"\nparking_lot = \">=0.11,<0.13\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\ntargets = [ \"x86_64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-pc-windows-msvc\", \"wasm32-unknown-unknown\",]\n\n[target.\"cfg(any(not(target_arch = \\\"wasm32\\\"), target_os = \\\"emscripten\\\"))\".dependencies.wgc]\nfeatures = [ \"raw-window-handle\",]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(not(target_arch = \\\"wasm32\\\"), target_os = \\\"emscripten\\\"))\".dependencies.hal]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(target_os = \\\"macos\\\", target_os = \\\"ios\\\"))\".dependencies.wgc]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(windows)\".dependencies.wgc]\nfeatures = [ \"gles\",]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(windows)\".dependencies.hal]\nfeatures = [ \"dxc_shader_compiler\", \"renderdoc\", \"windows_rs\",]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(any(windows, all(unix, not(target_os = \\\"emscripten\\\"), not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\"))))\".dependencies.wgc]\nfeatures = [ \"vulkan\",]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(all(unix, not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\")))\".dependencies.wgc]\nfeatures = [ \"gles\",]\npackage = \"wgpu-core\"\npath = \"./wgpu-core\"\nversion = \"0.19.0\"\n\n[target.\"cfg(all(not(target_arch = \\\"wasm32\\\"), unix, not(target_os = \\\"ios\\\"), not(target_os = \\\"macos\\\")))\".dependencies.hal]\nfeatures = [ \"renderdoc\",]\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.hal]\noptional = true\npackage = \"wgpu-hal\"\npath = \"./wgpu-hal\"\nversion = \"0.19.0\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nfeatures = [ \"Document\", \"Navigator\", \"Node\", \"NodeList\", \"Gpu\", \"GpuAdapter\", \"GpuAddressMode\", \"GpuAutoLayoutMode\", \"GpuBindGroup\", \"GpuBindGroupDescriptor\", \"GpuBindGroupEntry\", \"GpuBindGroupLayout\", \"GpuBindGroupLayoutDescriptor\", \"GpuBindGroupLayoutEntry\", \"GpuBlendComponent\", \"GpuBlendFactor\", \"GpuBlendOperation\", \"GpuBlendState\", \"GpuBuffer\", \"GpuBufferBinding\", \"GpuBufferBindingLayout\", \"GpuBufferBindingType\", \"GpuBufferDescriptor\", \"GpuCanvasAlphaMode\", \"GpuCanvasContext\", \"GpuCanvasConfiguration\", \"GpuColorDict\", \"GpuColorTargetState\", \"GpuCommandBuffer\", \"GpuCommandBufferDescriptor\", \"GpuCommandEncoder\", \"GpuCommandEncoderDescriptor\", \"GpuCompareFunction\", \"GpuCompilationInfo\", \"GpuCompilationMessage\", \"GpuCompilationMessageType\", \"GpuComputePassDescriptor\", \"GpuComputePassEncoder\", \"GpuComputePassTimestampWrites\", \"GpuComputePipeline\", \"GpuComputePipelineDescriptor\", \"GpuCullMode\", \"GpuDepthStencilState\", \"GpuDevice\", \"GpuDeviceDescriptor\", \"GpuDeviceLostInfo\", \"GpuDeviceLostReason\", \"GpuError\", \"GpuErrorFilter\", \"GpuExtent3dDict\", \"GpuFeatureName\", \"GpuFilterMode\", \"GpuFragmentState\", \"GpuFrontFace\", \"GpuImageCopyBuffer\", \"GpuImageCopyExternalImage\", \"GpuImageCopyTexture\", \"GpuImageCopyTextureTagged\", \"GpuImageDataLayout\", \"GpuIndexFormat\", \"GpuLoadOp\", \"gpu_map_mode\", \"GpuMipmapFilterMode\", \"GpuMultisampleState\", \"GpuObjectDescriptorBase\", \"GpuOrigin2dDict\", \"GpuOrigin3dDict\", \"GpuOutOfMemoryError\", \"GpuPipelineDescriptorBase\", \"GpuPipelineLayout\", \"GpuPipelineLayoutDescriptor\", \"GpuPowerPreference\", \"GpuPrimitiveState\", \"GpuPrimitiveTopology\", \"GpuProgrammableStage\", \"GpuQuerySet\", \"GpuQuerySetDescriptor\", \"GpuQueryType\", \"GpuQueue\", \"GpuRenderBundle\", \"GpuRenderBundleDescriptor\", \"GpuRenderBundleEncoder\", \"GpuRenderBundleEncoderDescriptor\", \"GpuRenderPassColorAttachment\", \"GpuRenderPassDepthStencilAttachment\", \"GpuRenderPassDescriptor\", \"GpuRenderPassEncoder\", \"GpuRenderPipeline\", \"GpuRenderPipelineDescriptor\", \"GpuRequestAdapterOptions\", \"GpuSampler\", \"GpuSamplerBindingLayout\", \"GpuSamplerBindingType\", \"GpuSamplerDescriptor\", \"GpuShaderModule\", \"GpuShaderModuleDescriptor\", \"GpuStencilFaceState\", \"GpuStencilOperation\", \"GpuStorageTextureAccess\", \"GpuStorageTextureBindingLayout\", \"GpuStoreOp\", \"GpuSupportedFeatures\", \"GpuSupportedLimits\", \"GpuTexture\", \"GpuTextureAspect\", \"GpuTextureBindingLayout\", \"GpuTextureDescriptor\", \"GpuTextureDimension\", \"GpuTextureFormat\", \"GpuTextureSampleType\", \"GpuTextureView\", \"GpuTextureViewDescriptor\", \"GpuTextureViewDimension\", \"GpuUncapturedErrorEvent\", \"GpuUncapturedErrorEventInit\", \"GpuValidationError\", \"GpuVertexAttribute\", \"GpuVertexBufferLayout\", \"GpuVertexFormat\", \"GpuVertexState\", \"GpuVertexStepMode\", \"HtmlCanvasElement\", \"OffscreenCanvas\", \"ImageBitmap\", \"ImageBitmapRenderingContext\", \"Window\", \"WorkerGlobalScope\", \"WorkerNavigator\",]\nversion = \"0.3.67\"\n", "dest": "cargo/vendor/wgpu", "dest-filename": "Cargo.toml" }, @@ -8738,7 +8738,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"wgpu-core\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\nedition = \"2021\"\ndescription = \"WebGPU core logic on wgpu-hal\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [\n \"graphics\",\n]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\ntargets = [\n \"x86_64-unknown-linux-gnu\",\n \"x86_64-apple-darwin\",\n \"x86_64-pc-windows-msvc\",\n \"wasm32-unknown-unknown\",\n]\n\n[lib]\n\n[features]\ndefault = [\n \"link\",\n]\napi_log_info = []\nresource_log_info = []\nlink = [\n \"hal/link\",\n]\nrenderdoc = [\n \"hal/renderdoc\",\n]\nstrict_asserts = [\n \"wgt/strict_asserts\",\n]\nserde = [\n \"dep:serde\",\n \"wgt/serde\",\n \"arrayvec/serde\",\n]\ntrace = [\n \"ron\",\n \"serde\",\n \"naga/serialize\",\n]\nreplay = [\n \"serde\",\n \"naga/deserialize\",\n]\nwgsl = [\n \"naga/wgsl-in\",\n]\nglsl = [\n \"naga/glsl-in\",\n]\nspirv = [\n \"naga/spv-in\",\n \"dep:bytemuck\",\n]\nfragile-send-sync-non-atomic-wasm = [\n \"hal/fragile-send-sync-non-atomic-wasm\",\n \"wgt/fragile-send-sync-non-atomic-wasm\",\n]\nmetal = [\n \"hal/metal\",\n]\nvulkan = [\n \"hal/vulkan\",\n]\ngles = [\n \"hal/gles\",\n]\ndx12 = [\n \"hal/dx12\",\n]\n\n[dependencies]\narrayvec = \"0.7\"\nbit-vec = \"0.6\"\nbitflags = \"2\"\ncodespan-reporting = \"0.11\"\nindexmap = \"2\"\nlog = \"0.4\"\nonce_cell = \"1\"\nparking_lot = \">=0.11,<0.13\"\nrustc-hash = \"1.1\"\nsmallvec = \"1\"\nthiserror = \"1\"\n\n[dependencies.bytemuck]\nversion = \"1.14\"\noptional = true\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\noptional = true\n\n[dependencies.ron]\nversion = \"0.8\"\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [\n \"serde_derive\",\n]\noptional = true\n\n[dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [\n \"clone\",\n]\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"../wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.hal]\npackage = \"wgpu-hal\"\npath = \"../wgpu-hal\"\nversion = \"0.19.0\"\ndefault_features = false\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [\n \"HtmlCanvasElement\",\n \"OffscreenCanvas\",\n]\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n", + "contents": "[package]\nname = \"wgpu-core\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\nedition = \"2021\"\ndescription = \"WebGPU core logic on wgpu-hal\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [ \"graphics\",]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[lib]\n\n[features]\ndefault = [ \"link\",]\napi_log_info = []\nresource_log_info = []\nlink = [ \"hal/link\",]\nrenderdoc = [ \"hal/renderdoc\",]\nstrict_asserts = [ \"wgt/strict_asserts\",]\nserde = [ \"dep:serde\", \"wgt/serde\", \"arrayvec/serde\",]\ntrace = [ \"ron\", \"serde\", \"naga/serialize\",]\nreplay = [ \"serde\", \"naga/deserialize\",]\nwgsl = [ \"naga/wgsl-in\",]\nglsl = [ \"naga/glsl-in\",]\nspirv = [ \"naga/spv-in\", \"dep:bytemuck\",]\nfragile-send-sync-non-atomic-wasm = [ \"hal/fragile-send-sync-non-atomic-wasm\", \"wgt/fragile-send-sync-non-atomic-wasm\",]\nmetal = [ \"hal/metal\",]\nvulkan = [ \"hal/vulkan\",]\ngles = [ \"hal/gles\",]\ndx12 = [ \"hal/dx12\",]\n\n[dependencies]\narrayvec = \"0.7\"\nbit-vec = \"0.6\"\nbitflags = \"2\"\ncodespan-reporting = \"0.11\"\nindexmap = \"2\"\nlog = \"0.4\"\nonce_cell = \"1\"\nparking_lot = \">=0.11,<0.13\"\nrustc-hash = \"1.1\"\nsmallvec = \"1\"\nthiserror = \"1\"\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n\n[dependencies.bytemuck]\nversion = \"1.14\"\noptional = true\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\noptional = true\n\n[dependencies.ron]\nversion = \"0.8\"\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [ \"serde_derive\",]\noptional = true\n\n[dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [ \"clone\",]\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"../wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.hal]\npackage = \"wgpu-hal\"\npath = \"../wgpu-hal\"\nversion = \"0.19.0\"\ndefault_features = false\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\ntargets = [ \"x86_64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-pc-windows-msvc\", \"wasm32-unknown-unknown\",]\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [ \"HtmlCanvasElement\", \"OffscreenCanvas\",]\n", "dest": "cargo/vendor/wgpu-core", "dest-filename": "Cargo.toml" }, @@ -8756,7 +8756,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"wgpu-hal\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\nedition = \"2021\"\ndescription = \"WebGPU hardware abstraction layer\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [\n \"graphics\",\n]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"vulkan\",\n \"gles\",\n \"renderdoc\",\n]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\ntargets = [\n \"x86_64-unknown-linux-gnu\",\n \"x86_64-apple-darwin\",\n \"x86_64-pc-windows-msvc\",\n \"wasm32-unknown-unknown\",\n]\n\n[lib]\n\n[features]\ndefault = [\n \"link\",\n]\nmetal = [\n \"naga/msl-out\",\n \"block\",\n]\nvulkan = [\n \"naga/spv-out\",\n \"ash\",\n \"gpu-alloc\",\n \"gpu-descriptor\",\n \"libloading\",\n \"smallvec\",\n]\ngles = [\n \"naga/glsl-out\",\n \"glow\",\n \"glutin_wgl_sys\",\n \"khronos-egl\",\n \"libloading\",\n]\ndx12 = [\n \"naga/hlsl-out\",\n \"d3d12\",\n \"bit-set\",\n \"libloading\",\n \"range-alloc\",\n \"winapi/std\",\n \"winapi/winbase\",\n \"winapi/d3d12\",\n \"winapi/d3d12shader\",\n \"winapi/d3d12sdklayers\",\n \"winapi/dxgi1_6\",\n]\nwindows_rs = [\n \"gpu-allocator\",\n]\ndxc_shader_compiler = [\n \"hassle-rs\",\n]\nrenderdoc = [\n \"libloading\",\n \"renderdoc-sys\",\n]\nfragile-send-sync-non-atomic-wasm = [\n \"wgt/fragile-send-sync-non-atomic-wasm\",\n]\nlink = [\n \"metal/link\",\n]\n\n[[example]]\nname = \"halmark\"\n\n[[example]]\nname = \"raw-gles\"\nrequired-features = [\n \"gles\",\n]\n\n[dependencies]\nbitflags = \"2\"\nparking_lot = \">=0.11,<0.13\"\nraw-window-handle = \"0.6\"\nthiserror = \"1\"\nonce_cell = \"1.19.0\"\narrayvec = \"0.7\"\nrustc-hash = \"1.1\"\nlog = \"0.4\"\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.glow]\nversion = \"0.13.1\"\noptional = true\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"../wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [\n \"clone\",\n]\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.ash]\nversion = \"0.37.3\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.gpu-alloc]\nversion = \"0.6\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.gpu-descriptor]\nversion = \"0.2\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.smallvec]\nversion = \"1\"\noptional = true\nfeatures = [\n \"union\",\n]\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.khronos-egl]\nversion = \"6\"\nfeatures = [\n \"dynamic\",\n]\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.libloading]\nversion = \">=0.7, <0.9\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.renderdoc-sys]\nversion = \"1.0.0\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies]\nglutin = \"0.29.1\"\n\n[target.\"cfg(target_os = \\\"emscripten\\\")\".dependencies.khronos-egl]\nversion = \"6\"\nfeatures = [\n \"static\",\n \"no-pkg-config\",\n]\n\n[target.\"cfg(target_os = \\\"emscripten\\\")\".dependencies.libloading]\nversion = \">=0.7, <0.9\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.bit-set]\nversion = \"0.5\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.range-alloc]\nversion = \"0.1\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.gpu-allocator]\nversion = \"0.25\"\ndefault_features = false\nfeatures = [\n \"d3d12\",\n \"public-winapi\",\n]\noptional = true\n\n[target.\"cfg(windows)\".dependencies.hassle-rs]\nversion = \"0.11\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.glutin_wgl_sys]\nversion = \"0.5\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.winapi]\nversion = \"0.3\"\nfeatures = [\n \"profileapi\",\n \"libloaderapi\",\n \"windef\",\n \"winuser\",\n \"dcomp\",\n]\n\n[target.\"cfg(windows)\".dependencies.d3d12]\npath = \"../d3d12/\"\nversion = \"0.19.0\"\noptional = true\nfeatures = [\n \"libloading\",\n]\n\n[target.\"cfg(any(target_os=\\\"macos\\\", target_os=\\\"ios\\\"))\".dependencies]\nmetal = \"0.27.0\"\nobjc = \"0.2.5\"\ncore-graphics-types = \"0.1\"\n\n[target.\"cfg(any(target_os=\\\"macos\\\", target_os=\\\"ios\\\"))\".dependencies.block]\nversion = \"0.1\"\noptional = true\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies]\nwasm-bindgen = \"0.2.87\"\njs-sys = \"0.3.67\"\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [\n \"Window\",\n \"HtmlCanvasElement\",\n \"WebGl2RenderingContext\",\n \"OffscreenCanvas\",\n]\n\n[target.\"cfg(unix)\".dependencies]\nlibc = \"0.2\"\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies]\nandroid_system_properties = \"0.1.1\"\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n\n[dev-dependencies]\ncfg-if = \"1\"\nenv_logger = \"0.10\"\nglam = \"0.25.0\"\n\n[dev-dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [\n \"wgsl-in\",\n]\n\n[dev-dependencies.winit]\nversion = \"0.29.10\"\nfeatures = [\n \"android-native-activity\",\n]\n", + "contents": "[[example]]\nname = \"halmark\"\n\n[[example]]\nname = \"raw-gles\"\nrequired-features = [ \"gles\",]\n\n[package]\nname = \"wgpu-hal\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\nedition = \"2021\"\ndescription = \"WebGPU hardware abstraction layer\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [ \"graphics\",]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[lib]\n\n[features]\ndefault = [ \"link\",]\nmetal = [ \"naga/msl-out\", \"block\",]\nvulkan = [ \"naga/spv-out\", \"ash\", \"gpu-alloc\", \"gpu-descriptor\", \"libloading\", \"smallvec\",]\ngles = [ \"naga/glsl-out\", \"glow\", \"glutin_wgl_sys\", \"khronos-egl\", \"libloading\",]\ndx12 = [ \"naga/hlsl-out\", \"d3d12\", \"bit-set\", \"libloading\", \"range-alloc\", \"winapi/std\", \"winapi/winbase\", \"winapi/d3d12\", \"winapi/d3d12shader\", \"winapi/d3d12sdklayers\", \"winapi/dxgi1_6\",]\nwindows_rs = [ \"gpu-allocator\",]\ndxc_shader_compiler = [ \"hassle-rs\",]\nrenderdoc = [ \"libloading\", \"renderdoc-sys\",]\nfragile-send-sync-non-atomic-wasm = [ \"wgt/fragile-send-sync-non-atomic-wasm\",]\nlink = [ \"metal/link\",]\n\n[dependencies]\nbitflags = \"2\"\nparking_lot = \">=0.11,<0.13\"\nraw-window-handle = \"0.6\"\nthiserror = \"1\"\nonce_cell = \"1.19.0\"\narrayvec = \"0.7\"\nrustc-hash = \"1.1\"\nlog = \"0.4\"\n\n[build-dependencies]\ncfg_aliases = \"0.1\"\n\n[dev-dependencies]\ncfg-if = \"1\"\nenv_logger = \"0.10\"\nglam = \"0.25.0\"\n\n[dependencies.profiling]\nversion = \"1\"\ndefault-features = false\n\n[dependencies.glow]\nversion = \"0.13.1\"\noptional = true\n\n[dependencies.wgt]\npackage = \"wgpu-types\"\npath = \"../wgpu-types\"\nversion = \"0.19.0\"\n\n[dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [ \"clone\",]\n\n[dev-dependencies.naga]\npath = \"../naga\"\nversion = \"0.19.0\"\nfeatures = [ \"wgsl-in\",]\n\n[dev-dependencies.winit]\nversion = \"0.29.10\"\nfeatures = [ \"android-native-activity\",]\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dev-dependencies]\nglutin = \"0.29.1\"\n\n[target.\"cfg(any(target_os=\\\"macos\\\", target_os=\\\"ios\\\"))\".dependencies]\nmetal = \"0.27.0\"\nobjc = \"0.2.5\"\ncore-graphics-types = \"0.1\"\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies]\nwasm-bindgen = \"0.2.87\"\njs-sys = \"0.3.67\"\n\n[target.\"cfg(unix)\".dependencies]\nlibc = \"0.2\"\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies]\nandroid_system_properties = \"0.1.1\"\n\n[package.metadata.docs.rs]\nfeatures = [ \"vulkan\", \"gles\", \"renderdoc\",]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\ntargets = [ \"x86_64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-pc-windows-msvc\", \"wasm32-unknown-unknown\",]\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.ash]\nversion = \"0.37.3\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.gpu-alloc]\nversion = \"0.6\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.gpu-descriptor]\nversion = \"0.2\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.smallvec]\nversion = \"1\"\noptional = true\nfeatures = [ \"union\",]\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.khronos-egl]\nversion = \"6\"\nfeatures = [ \"dynamic\",]\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.libloading]\nversion = \">=0.7, <0.9\"\noptional = true\n\n[target.\"cfg(not(target_arch = \\\"wasm32\\\"))\".dependencies.renderdoc-sys]\nversion = \"1.0.0\"\noptional = true\n\n[target.\"cfg(target_os = \\\"emscripten\\\")\".dependencies.khronos-egl]\nversion = \"6\"\nfeatures = [ \"static\", \"no-pkg-config\",]\n\n[target.\"cfg(target_os = \\\"emscripten\\\")\".dependencies.libloading]\nversion = \">=0.7, <0.9\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.bit-set]\nversion = \"0.5\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.range-alloc]\nversion = \"0.1\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.gpu-allocator]\nversion = \"0.25\"\ndefault_features = false\nfeatures = [ \"d3d12\", \"public-winapi\",]\noptional = true\n\n[target.\"cfg(windows)\".dependencies.hassle-rs]\nversion = \"0.11\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.glutin_wgl_sys]\nversion = \"0.5\"\noptional = true\n\n[target.\"cfg(windows)\".dependencies.winapi]\nversion = \"0.3\"\nfeatures = [ \"profileapi\", \"libloaderapi\", \"windef\", \"winuser\", \"dcomp\",]\n\n[target.\"cfg(windows)\".dependencies.d3d12]\npath = \"../d3d12/\"\nversion = \"0.19.0\"\noptional = true\nfeatures = [ \"libloading\",]\n\n[target.\"cfg(any(target_os=\\\"macos\\\", target_os=\\\"ios\\\"))\".dependencies.block]\nversion = \"0.1\"\noptional = true\n\n[target.\"cfg(all(target_arch = \\\"wasm32\\\", not(target_os = \\\"emscripten\\\")))\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [ \"Window\", \"HtmlCanvasElement\", \"WebGl2RenderingContext\", \"OffscreenCanvas\",]\n", "dest": "cargo/vendor/wgpu-hal", "dest-filename": "Cargo.toml" }, @@ -8774,7 +8774,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"wgpu-types\"\nversion = \"0.19.0\"\nauthors = [\n \"gfx-rs developers\",\n]\nedition = \"2021\"\ndescription = \"WebGPU types\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [\n \"graphics\",\n]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\ntargets = [\n \"x86_64-unknown-linux-gnu\",\n \"x86_64-apple-darwin\",\n \"x86_64-pc-windows-msvc\",\n \"wasm32-unknown-unknown\",\n]\n\n[lib]\n\n[features]\nstrict_asserts = []\nfragile-send-sync-non-atomic-wasm = []\n\n[dependencies]\nbitflags = \"2\"\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [\n \"serde_derive\",\n]\noptional = true\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\njs-sys = \"0.3.67\"\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [\n \"ImageBitmap\",\n \"HtmlVideoElement\",\n \"HtmlCanvasElement\",\n \"OffscreenCanvas\",\n]\n\n[dev-dependencies]\nserde_json = \"1.0.111\"\n\n[dev-dependencies.serde]\nversion = \"1\"\nfeatures = [\n \"serde_derive\",\n]\n", + "contents": "[package]\nname = \"wgpu-types\"\nversion = \"0.19.0\"\nauthors = [ \"gfx-rs developers\",]\nedition = \"2021\"\ndescription = \"WebGPU types\"\nhomepage = \"https://wgpu.rs/\"\nrepository = \"https://github.com/gfx-rs/wgpu\"\nkeywords = [ \"graphics\",]\nlicense = \"MIT OR Apache-2.0\"\nrust-version = \"1.70\"\n\n[lib]\n\n[features]\nstrict_asserts = []\nfragile-send-sync-non-atomic-wasm = []\n\n[dependencies]\nbitflags = \"2\"\n\n[dev-dependencies]\nserde_json = \"1.0.111\"\n\n[dependencies.serde]\nversion = \"1\"\nfeatures = [ \"serde_derive\",]\noptional = true\n\n[dev-dependencies.serde]\nversion = \"1\"\nfeatures = [ \"serde_derive\",]\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies]\njs-sys = \"0.3.67\"\n\n[package.metadata.docs.rs]\nall-features = true\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\ntargets = [ \"x86_64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-pc-windows-msvc\", \"wasm32-unknown-unknown\",]\n\n[target.\"cfg(target_arch = \\\"wasm32\\\")\".dependencies.web-sys]\nversion = \"0.3.67\"\nfeatures = [ \"ImageBitmap\", \"HtmlVideoElement\", \"HtmlCanvasElement\", \"OffscreenCanvas\",]\n", "dest": "cargo/vendor/wgpu-types", "dest-filename": "Cargo.toml" }, @@ -8857,7 +8857,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"window_clipboard\"\nversion = \"0.4.1\"\nauthors = [\n \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",\n]\nedition = \"2021\"\ndescription = \"A library to obtain clipboard access from a `raw-window-handle`\"\nlicense = \"MIT\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/window_clipboard\"\nreadme = \"README.md\"\nkeywords = [\n \"clipboard\",\n \"window\",\n \"ui\",\n \"gui\",\n \"raw-window-handle\",\n]\ncategories = [\n \"gui\",\n]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\nfeatures = [\n \"std\",\n]\n\n[dependencies.mime]\npath = \"./mime\"\n\n[dependencies.dnd]\npath = \"./dnd\"\n\n[target.\"cfg(windows)\".dependencies.clipboard-win]\nversion = \"5.0\"\nfeatures = [\n \"std\",\n]\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.clipboard_macos]\nversion = \"0.1\"\npath = \"./macos\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.clipboard_x11]\nversion = \"0.4.2\"\npath = \"./x11\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.clipboard_wayland]\nversion = \"0.2.2\"\npath = \"./wayland\"\n\n[dev-dependencies]\nrand = \"0.8\"\nwinit = \"0.29\"\n\n[workspace]\nmembers = [\n \"dnd\",\n \"macos\",\n \"mime\",\n \"dnd\",\n \"wayland\",\n \"x11\",\n]\n", + "contents": "[package]\nname = \"window_clipboard\"\nversion = \"0.4.1\"\nauthors = [ \"H\u00e9ctor Ram\u00f3n Jim\u00e9nez \",]\nedition = \"2021\"\ndescription = \"A library to obtain clipboard access from a `raw-window-handle`\"\nlicense = \"MIT\"\nrepository = \"https://github.com/hecrj/window_clipboard\"\ndocumentation = \"https://docs.rs/window_clipboard\"\nreadme = \"README.md\"\nkeywords = [ \"clipboard\", \"window\", \"ui\", \"gui\", \"raw-window-handle\",]\ncategories = [ \"gui\",]\n\n[dependencies]\nthiserror = \"1.0\"\n\n[dev-dependencies]\nrand = \"0.8\"\nwinit = \"0.29\"\n\n[workspace]\nmembers = [ \"dnd\", \"macos\", \"mime\", \"dnd\", \"wayland\", \"x11\",]\n\n[dependencies.raw-window-handle]\nversion = \"0.6\"\nfeatures = [ \"std\",]\n\n[dependencies.mime]\npath = \"./mime\"\n\n[dependencies.dnd]\npath = \"./dnd\"\n\n[target.\"cfg(windows)\".dependencies.clipboard-win]\nversion = \"5.0\"\nfeatures = [ \"std\",]\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.clipboard_macos]\nversion = \"0.1\"\npath = \"./macos\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.clipboard_x11]\nversion = \"0.4.2\"\npath = \"./x11\"\n\n[target.\"cfg(all(unix, not(any(target_os=\\\"macos\\\", target_os=\\\"android\\\", target_os=\\\"emscripten\\\", target_os=\\\"ios\\\", target_os=\\\"redox\\\"))))\".dependencies.clipboard_wayland]\nversion = \"0.2.2\"\npath = \"./wayland\"\n", "dest": "cargo/vendor/window_clipboard", "dest-filename": "Cargo.toml" }, @@ -9369,7 +9369,7 @@ }, { "type": "inline", - "contents": "[package]\nname = \"winit\"\nversion = \"0.29.10\"\nauthors = [\n \"The winit contributors\",\n \"Pierre Krieger \",\n]\ndescription = \"Cross-platform window creation library.\"\nedition = \"2021\"\nkeywords = [\n \"windowing\",\n]\nlicense = \"Apache-2.0\"\nreadme = \"README.md\"\nrepository = \"https://github.com/rust-windowing/winit\"\ndocumentation = \"https://docs.rs/winit\"\ncategories = [\n \"gui\",\n]\nrust-version = \"1.65.0\"\n\n[package.metadata.docs.rs]\nfeatures = [\n \"rwh_04\",\n \"rwh_05\",\n \"rwh_06\",\n \"serde\",\n \"android-native-activity\",\n]\ndefault-target = \"x86_64-unknown-linux-gnu\"\ntargets = [\n \"i686-pc-windows-msvc\",\n \"x86_64-pc-windows-msvc\",\n \"x86_64-apple-darwin\",\n \"i686-unknown-linux-gnu\",\n \"x86_64-unknown-linux-gnu\",\n \"x86_64-apple-ios\",\n \"aarch64-linux-android\",\n \"wasm32-unknown-unknown\",\n]\nrustdoc-args = [\n \"--cfg\",\n \"docsrs\",\n]\n\n[features]\ndefault = [\n \"rwh_06\",\n \"x11\",\n \"wayland\",\n \"wayland-dlopen\",\n \"wayland-csd-adwaita\",\n]\nx11 = [\n \"x11-dl\",\n \"bytemuck\",\n \"percent-encoding\",\n \"xkbcommon-dl/x11\",\n \"x11rb\",\n]\nwayland = [\n \"wayland-client\",\n \"wayland-backend\",\n \"wayland-protocols\",\n \"wayland-protocols-plasma\",\n \"sctk\",\n \"ahash\",\n \"memmap2\",\n]\nwayland-dlopen = [\n \"wayland-backend/dlopen\",\n]\nwayland-csd-adwaita = [\n \"sctk-adwaita\",\n \"sctk-adwaita/ab_glyph\",\n]\nwayland-csd-adwaita-crossfont = [\n \"sctk-adwaita\",\n \"sctk-adwaita/crossfont\",\n]\nwayland-csd-adwaita-notitle = [\n \"sctk-adwaita\",\n]\nandroid-native-activity = [\n \"android-activity/native-activity\",\n]\nandroid-game-activity = [\n \"android-activity/game-activity\",\n]\nserde = [\n \"dep:serde\",\n \"cursor-icon/serde\",\n \"smol_str/serde\",\n]\nrwh_04 = [\n \"dep:rwh_04\",\n \"ndk/rwh_04\",\n]\nrwh_05 = [\n \"dep:rwh_05\",\n \"ndk/rwh_05\",\n]\nrwh_06 = [\n \"dep:rwh_06\",\n \"ndk/rwh_06\",\n]\n\n[build-dependencies]\ncfg_aliases = \"0.1.1\"\n\n[dependencies]\nbitflags = \"2\"\ncursor-icon = \"1.1.0\"\nlog = \"0.4\"\nonce_cell = \"1.12\"\nsmol_str = \"0.2.0\"\n\n[dependencies.mint]\nversion = \"0.5.6\"\noptional = true\n\n[dependencies.rwh_04]\npackage = \"raw-window-handle\"\nversion = \"0.4\"\noptional = true\n\n[dependencies.rwh_05]\npackage = \"raw-window-handle\"\nversion = \"0.5.2\"\nfeatures = [\n \"std\",\n]\noptional = true\n\n[dependencies.rwh_06]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [\n \"std\",\n]\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\noptional = true\nfeatures = [\n \"serde_derive\",\n]\n\n[dev-dependencies.image]\nversion = \"0.24.0\"\ndefault-features = false\nfeatures = [\n \"png\",\n]\n\n[dev-dependencies.simple_logger]\nversion = \"4.2.0\"\ndefault_features = false\n\n[dev-dependencies.winit]\npath = \".\"\nfeatures = [\n \"rwh_05\",\n]\n\n[target.\"cfg(not(any(target_os = \\\"android\\\", target_os = \\\"ios\\\")))\".dev-dependencies]\nsoftbuffer = \"0.3.0\"\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies]\nandroid-activity = \"0.5.0\"\nndk-sys = \"0.5.0\"\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies.ndk]\nversion = \"0.8.0\"\ndefault-features = false\n\n[target.\"cfg(any(target_os = \\\"ios\\\", target_os = \\\"macos\\\"))\".dependencies]\ncore-foundation = \"0.9.3\"\nobjc2 = \"0.4.1\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies]\ncore-graphics = \"0.23.1\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.icrate]\nversion = \"0.0.4\"\nfeatures = [\n \"dispatch\",\n \"Foundation\",\n \"Foundation_NSArray\",\n \"Foundation_NSAttributedString\",\n \"Foundation_NSMutableAttributedString\",\n \"Foundation_NSData\",\n \"Foundation_NSDictionary\",\n \"Foundation_NSString\",\n \"Foundation_NSProcessInfo\",\n \"Foundation_NSThread\",\n \"Foundation_NSNumber\",\n]\n\n[target.\"cfg(target_os = \\\"ios\\\")\".dependencies.icrate]\nversion = \"0.0.4\"\nfeatures = [\n \"dispatch\",\n \"Foundation\",\n \"Foundation_NSArray\",\n \"Foundation_NSString\",\n \"Foundation_NSProcessInfo\",\n \"Foundation_NSThread\",\n \"Foundation_NSSet\",\n]\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies]\nunicode-segmentation = \"1.7.1\"\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.windows-sys]\nversion = \"0.48\"\nfeatures = [\n \"Win32_Devices_HumanInterfaceDevice\",\n \"Win32_Foundation\",\n \"Win32_Globalization\",\n \"Win32_Graphics_Dwm\",\n \"Win32_Graphics_Gdi\",\n \"Win32_Media\",\n \"Win32_System_Com_StructuredStorage\",\n \"Win32_System_Com\",\n \"Win32_System_LibraryLoader\",\n \"Win32_System_Ole\",\n \"Win32_System_SystemInformation\",\n \"Win32_System_SystemServices\",\n \"Win32_System_Threading\",\n \"Win32_System_WindowsProgramming\",\n \"Win32_UI_Accessibility\",\n \"Win32_UI_Controls\",\n \"Win32_UI_HiDpi\",\n \"Win32_UI_Input_Ime\",\n \"Win32_UI_Input_KeyboardAndMouse\",\n \"Win32_UI_Input_Pointer\",\n \"Win32_UI_Input_Touch\",\n \"Win32_UI_Shell\",\n \"Win32_UI_TextServices\",\n \"Win32_UI_WindowsAndMessaging\",\n]\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies]\ncalloop = \"0.12.3\"\nlibc = \"0.2.64\"\nxkbcommon-dl = \"0.4.0\"\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.ahash]\nversion = \"0.8.3\"\nfeatures = [\n \"no-rng\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.bytemuck]\nversion = \"1.13.1\"\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.memmap2]\nversion = \"0.9.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.percent-encoding]\nversion = \"2.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.rustix]\nversion = \"0.38.4\"\ndefault-features = false\nfeatures = [\n \"std\",\n \"system\",\n \"thread\",\n \"process\",\n]\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\nversion = \"0.18.0\"\ndefault-features = false\nfeatures = [\n \"calloop\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.sctk-adwaita]\nversion = \"0.8.0\"\ndefault_features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-backend]\nversion = \"0.3.0\"\ndefault_features = false\nfeatures = [\n \"client_system\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-client]\nversion = \"0.31.1\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [\n \"staging\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-protocols-plasma]\nversion = \"0.2.0\"\nfeatures = [\n \"client\",\n]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.x11-dl]\nversion = \"2.18.5\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.x11rb]\nversion = \"0.13.0\"\ndefault-features = false\nfeatures = [\n \"allow-unsafe-code\",\n \"dl-libxcb\",\n \"randr\",\n \"resource_manager\",\n \"xinput\",\n \"xkb\",\n]\noptional = true\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies]\nredox_syscall = \"0.3\"\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies.orbclient]\nversion = \"0.3.42\"\ndefault-features = false\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dependencies]\natomic-waker = \"1\"\njs-sys = \"0.3.64\"\nwasm-bindgen = \"0.2\"\nwasm-bindgen-futures = \"0.4\"\nweb-time = \"0.2\"\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dependencies.web_sys]\npackage = \"web-sys\"\nversion = \"0.3.64\"\nfeatures = [\n \"AbortController\",\n \"AbortSignal\",\n \"console\",\n \"CssStyleDeclaration\",\n \"Document\",\n \"DomRect\",\n \"DomRectReadOnly\",\n \"Element\",\n \"Event\",\n \"EventTarget\",\n \"FocusEvent\",\n \"HtmlCanvasElement\",\n \"HtmlElement\",\n \"IntersectionObserver\",\n \"IntersectionObserverEntry\",\n \"KeyboardEvent\",\n \"MediaQueryList\",\n \"MessageChannel\",\n \"MessagePort\",\n \"Node\",\n \"PageTransitionEvent\",\n \"PointerEvent\",\n \"ResizeObserver\",\n \"ResizeObserverBoxOptions\",\n \"ResizeObserverEntry\",\n \"ResizeObserverOptions\",\n \"ResizeObserverSize\",\n \"VisibilityState\",\n \"Window\",\n \"WheelEvent\",\n]\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dev-dependencies]\nconsole_log = \"1\"\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dev-dependencies.web-sys]\nversion = \"0.3.22\"\nfeatures = [\n \"CanvasRenderingContext2d\",\n]\n\n[workspace]\nmembers = [\n \"run-wasm\",\n]\n", + "contents": "[package]\nname = \"winit\"\nversion = \"0.29.10\"\nauthors = [ \"The winit contributors\", \"Pierre Krieger \",]\ndescription = \"Cross-platform window creation library.\"\nedition = \"2021\"\nkeywords = [ \"windowing\",]\nlicense = \"Apache-2.0\"\nreadme = \"README.md\"\nrepository = \"https://github.com/rust-windowing/winit\"\ndocumentation = \"https://docs.rs/winit\"\ncategories = [ \"gui\",]\nrust-version = \"1.65.0\"\n\n[features]\ndefault = [ \"rwh_06\", \"x11\", \"wayland\", \"wayland-dlopen\", \"wayland-csd-adwaita\",]\nx11 = [ \"x11-dl\", \"bytemuck\", \"percent-encoding\", \"xkbcommon-dl/x11\", \"x11rb\",]\nwayland = [ \"wayland-client\", \"wayland-backend\", \"wayland-protocols\", \"wayland-protocols-plasma\", \"sctk\", \"ahash\", \"memmap2\",]\nwayland-dlopen = [ \"wayland-backend/dlopen\",]\nwayland-csd-adwaita = [ \"sctk-adwaita\", \"sctk-adwaita/ab_glyph\",]\nwayland-csd-adwaita-crossfont = [ \"sctk-adwaita\", \"sctk-adwaita/crossfont\",]\nwayland-csd-adwaita-notitle = [ \"sctk-adwaita\",]\nandroid-native-activity = [ \"android-activity/native-activity\",]\nandroid-game-activity = [ \"android-activity/game-activity\",]\nserde = [ \"dep:serde\", \"cursor-icon/serde\", \"smol_str/serde\",]\nrwh_04 = [ \"dep:rwh_04\", \"ndk/rwh_04\",]\nrwh_05 = [ \"dep:rwh_05\", \"ndk/rwh_05\",]\nrwh_06 = [ \"dep:rwh_06\", \"ndk/rwh_06\",]\n\n[build-dependencies]\ncfg_aliases = \"0.1.1\"\n\n[dependencies]\nbitflags = \"2\"\ncursor-icon = \"1.1.0\"\nlog = \"0.4\"\nonce_cell = \"1.12\"\nsmol_str = \"0.2.0\"\n\n[workspace]\nmembers = [ \"run-wasm\",]\n\n[dependencies.mint]\nversion = \"0.5.6\"\noptional = true\n\n[dependencies.rwh_04]\npackage = \"raw-window-handle\"\nversion = \"0.4\"\noptional = true\n\n[dependencies.rwh_05]\npackage = \"raw-window-handle\"\nversion = \"0.5.2\"\nfeatures = [ \"std\",]\noptional = true\n\n[dependencies.rwh_06]\npackage = \"raw-window-handle\"\nversion = \"0.6\"\nfeatures = [ \"std\",]\noptional = true\n\n[dependencies.serde]\nversion = \"1\"\noptional = true\nfeatures = [ \"serde_derive\",]\n\n[dev-dependencies.image]\nversion = \"0.24.0\"\ndefault-features = false\nfeatures = [ \"png\",]\n\n[dev-dependencies.simple_logger]\nversion = \"4.2.0\"\ndefault_features = false\n\n[dev-dependencies.winit]\npath = \".\"\nfeatures = [ \"rwh_05\",]\n\n[target.\"cfg(not(any(target_os = \\\"android\\\", target_os = \\\"ios\\\")))\".dev-dependencies]\nsoftbuffer = \"0.3.0\"\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies]\nandroid-activity = \"0.5.0\"\nndk-sys = \"0.5.0\"\n\n[target.\"cfg(any(target_os = \\\"ios\\\", target_os = \\\"macos\\\"))\".dependencies]\ncore-foundation = \"0.9.3\"\nobjc2 = \"0.4.1\"\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies]\ncore-graphics = \"0.23.1\"\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies]\nunicode-segmentation = \"1.7.1\"\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies]\ncalloop = \"0.12.3\"\nlibc = \"0.2.64\"\nxkbcommon-dl = \"0.4.0\"\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies]\nredox_syscall = \"0.3\"\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dependencies]\natomic-waker = \"1\"\njs-sys = \"0.3.64\"\nwasm-bindgen = \"0.2\"\nwasm-bindgen-futures = \"0.4\"\nweb-time = \"0.2\"\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dev-dependencies]\nconsole_log = \"1\"\n\n[package.metadata.docs.rs]\nfeatures = [ \"rwh_04\", \"rwh_05\", \"rwh_06\", \"serde\", \"android-native-activity\",]\ndefault-target = \"x86_64-unknown-linux-gnu\"\ntargets = [ \"i686-pc-windows-msvc\", \"x86_64-pc-windows-msvc\", \"x86_64-apple-darwin\", \"i686-unknown-linux-gnu\", \"x86_64-unknown-linux-gnu\", \"x86_64-apple-ios\", \"aarch64-linux-android\", \"wasm32-unknown-unknown\",]\nrustdoc-args = [ \"--cfg\", \"docsrs\",]\n\n[target.\"cfg(target_os = \\\"android\\\")\".dependencies.ndk]\nversion = \"0.8.0\"\ndefault-features = false\n\n[target.\"cfg(target_os = \\\"macos\\\")\".dependencies.icrate]\nversion = \"0.0.4\"\nfeatures = [ \"dispatch\", \"Foundation\", \"Foundation_NSArray\", \"Foundation_NSAttributedString\", \"Foundation_NSMutableAttributedString\", \"Foundation_NSData\", \"Foundation_NSDictionary\", \"Foundation_NSString\", \"Foundation_NSProcessInfo\", \"Foundation_NSThread\", \"Foundation_NSNumber\",]\n\n[target.\"cfg(target_os = \\\"ios\\\")\".dependencies.icrate]\nversion = \"0.0.4\"\nfeatures = [ \"dispatch\", \"Foundation\", \"Foundation_NSArray\", \"Foundation_NSString\", \"Foundation_NSProcessInfo\", \"Foundation_NSThread\", \"Foundation_NSSet\",]\n\n[target.\"cfg(target_os = \\\"windows\\\")\".dependencies.windows-sys]\nversion = \"0.48\"\nfeatures = [ \"Win32_Devices_HumanInterfaceDevice\", \"Win32_Foundation\", \"Win32_Globalization\", \"Win32_Graphics_Dwm\", \"Win32_Graphics_Gdi\", \"Win32_Media\", \"Win32_System_Com_StructuredStorage\", \"Win32_System_Com\", \"Win32_System_LibraryLoader\", \"Win32_System_Ole\", \"Win32_System_SystemInformation\", \"Win32_System_SystemServices\", \"Win32_System_Threading\", \"Win32_System_WindowsProgramming\", \"Win32_UI_Accessibility\", \"Win32_UI_Controls\", \"Win32_UI_HiDpi\", \"Win32_UI_Input_Ime\", \"Win32_UI_Input_KeyboardAndMouse\", \"Win32_UI_Input_Pointer\", \"Win32_UI_Input_Touch\", \"Win32_UI_Shell\", \"Win32_UI_TextServices\", \"Win32_UI_WindowsAndMessaging\",]\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.ahash]\nversion = \"0.8.3\"\nfeatures = [ \"no-rng\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.bytemuck]\nversion = \"1.13.1\"\ndefault-features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.memmap2]\nversion = \"0.9.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.percent-encoding]\nversion = \"2.0\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.rustix]\nversion = \"0.38.4\"\ndefault-features = false\nfeatures = [ \"std\", \"system\", \"thread\", \"process\",]\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.sctk]\npackage = \"smithay-client-toolkit\"\nversion = \"0.18.0\"\ndefault-features = false\nfeatures = [ \"calloop\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.sctk-adwaita]\nversion = \"0.8.0\"\ndefault_features = false\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-backend]\nversion = \"0.3.0\"\ndefault_features = false\nfeatures = [ \"client_system\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-client]\nversion = \"0.31.1\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-protocols]\nversion = \"0.31.0\"\nfeatures = [ \"staging\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.wayland-protocols-plasma]\nversion = \"0.2.0\"\nfeatures = [ \"client\",]\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.x11-dl]\nversion = \"2.18.5\"\noptional = true\n\n[target.\"cfg(all(unix, not(any(target_os = \\\"redox\\\", target_family = \\\"wasm\\\", target_os = \\\"android\\\", target_os = \\\"ios\\\", target_os = \\\"macos\\\"))))\".dependencies.x11rb]\nversion = \"0.13.0\"\ndefault-features = false\nfeatures = [ \"allow-unsafe-code\", \"dl-libxcb\", \"randr\", \"resource_manager\", \"xinput\", \"xkb\",]\noptional = true\n\n[target.\"cfg(target_os = \\\"redox\\\")\".dependencies.orbclient]\nversion = \"0.3.42\"\ndefault-features = false\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dependencies.web_sys]\npackage = \"web-sys\"\nversion = \"0.3.64\"\nfeatures = [ \"AbortController\", \"AbortSignal\", \"console\", \"CssStyleDeclaration\", \"Document\", \"DomRect\", \"DomRectReadOnly\", \"Element\", \"Event\", \"EventTarget\", \"FocusEvent\", \"HtmlCanvasElement\", \"HtmlElement\", \"IntersectionObserver\", \"IntersectionObserverEntry\", \"KeyboardEvent\", \"MediaQueryList\", \"MessageChannel\", \"MessagePort\", \"Node\", \"PageTransitionEvent\", \"PointerEvent\", \"ResizeObserver\", \"ResizeObserverBoxOptions\", \"ResizeObserverEntry\", \"ResizeObserverOptions\", \"ResizeObserverSize\", \"VisibilityState\", \"Window\", \"WheelEvent\",]\n\n[target.\"cfg(target_family = \\\"wasm\\\")\".dev-dependencies.web-sys]\nversion = \"0.3.22\"\nfeatures = [ \"CanvasRenderingContext2d\",]\n", "dest": "cargo/vendor/winit", "dest-filename": "Cargo.toml" }, @@ -9603,53 +9603,53 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zbus/zbus-3.15.1.crate", - "sha256": "5acecd3f8422f198b1a2f954bcc812fe89f3fa4281646f3da1da7925db80085d", - "dest": "cargo/vendor/zbus-3.15.1" + "url": "https://static.crates.io/crates/zbus/zbus-3.15.2.crate", + "sha256": "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6", + "dest": "cargo/vendor/zbus-3.15.2" }, { "type": "inline", - "contents": "{\"package\": \"5acecd3f8422f198b1a2f954bcc812fe89f3fa4281646f3da1da7925db80085d\", \"files\": {}}", - "dest": "cargo/vendor/zbus-3.15.1", + "contents": "{\"package\": \"675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6\", \"files\": {}}", + "dest": "cargo/vendor/zbus-3.15.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zbus/zbus-4.2.1.crate", - "sha256": "e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21", - "dest": "cargo/vendor/zbus-4.2.1" + "url": "https://static.crates.io/crates/zbus/zbus-4.2.2.crate", + "sha256": "989c3977a7aafa97b12b9a35d21cdcff9b0d2289762b14683f45d66b1ba6c48f", + "dest": "cargo/vendor/zbus-4.2.2" }, { "type": "inline", - "contents": "{\"package\": \"e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21\", \"files\": {}}", - "dest": "cargo/vendor/zbus-4.2.1", + "contents": "{\"package\": \"989c3977a7aafa97b12b9a35d21cdcff9b0d2289762b14683f45d66b1ba6c48f\", \"files\": {}}", + "dest": "cargo/vendor/zbus-4.2.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-3.15.1.crate", - "sha256": "2207eb71efebda17221a579ca78b45c4c5f116f074eb745c3a172e688ccf89f5", - "dest": "cargo/vendor/zbus_macros-3.15.1" + "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-3.15.2.crate", + "sha256": "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5", + "dest": "cargo/vendor/zbus_macros-3.15.2" }, { "type": "inline", - "contents": "{\"package\": \"2207eb71efebda17221a579ca78b45c4c5f116f074eb745c3a172e688ccf89f5\", \"files\": {}}", - "dest": "cargo/vendor/zbus_macros-3.15.1", + "contents": "{\"package\": \"7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5\", \"files\": {}}", + "dest": "cargo/vendor/zbus_macros-3.15.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-4.2.1.crate", - "sha256": "66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4", - "dest": "cargo/vendor/zbus_macros-4.2.1" + "url": "https://static.crates.io/crates/zbus_macros/zbus_macros-4.2.2.crate", + "sha256": "6fe9de53245dcf426b7be226a4217dd5e339080e5d46e64a02d6e5dcbf90fca1", + "dest": "cargo/vendor/zbus_macros-4.2.2" }, { "type": "inline", - "contents": "{\"package\": \"66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4\", \"files\": {}}", - "dest": "cargo/vendor/zbus_macros-4.2.1", + "contents": "{\"package\": \"6fe9de53245dcf426b7be226a4217dd5e339080e5d46e64a02d6e5dcbf90fca1\", \"files\": {}}", + "dest": "cargo/vendor/zbus_macros-4.2.2", "dest-filename": ".cargo-checksum.json" }, { @@ -9759,66 +9759,79 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zvariant/zvariant-3.15.1.crate", - "sha256": "c5b4fcf3660d30fc33ae5cd97e2017b23a96e85afd7a1dd014534cd0bf34ba67", - "dest": "cargo/vendor/zvariant-3.15.1" + "url": "https://static.crates.io/crates/zvariant/zvariant-3.15.2.crate", + "sha256": "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db", + "dest": "cargo/vendor/zvariant-3.15.2" }, { "type": "inline", - "contents": "{\"package\": \"c5b4fcf3660d30fc33ae5cd97e2017b23a96e85afd7a1dd014534cd0bf34ba67\", \"files\": {}}", - "dest": "cargo/vendor/zvariant-3.15.1", + "contents": "{\"package\": \"4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db\", \"files\": {}}", + "dest": "cargo/vendor/zvariant-3.15.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zvariant/zvariant-4.1.0.crate", - "sha256": "877ef94e5e82b231d2a309c531f191a8152baba8241a7939ee04bd76b0171308", - "dest": "cargo/vendor/zvariant-4.1.0" + "url": "https://static.crates.io/crates/zvariant/zvariant-4.1.1.crate", + "sha256": "9aa6d31a02fbfb602bfde791de7fedeb9c2c18115b3d00f3a36e489f46ffbbc7", + "dest": "cargo/vendor/zvariant-4.1.1" }, { "type": "inline", - "contents": "{\"package\": \"877ef94e5e82b231d2a309c531f191a8152baba8241a7939ee04bd76b0171308\", \"files\": {}}", - "dest": "cargo/vendor/zvariant-4.1.0", + "contents": "{\"package\": \"9aa6d31a02fbfb602bfde791de7fedeb9c2c18115b3d00f3a36e489f46ffbbc7\", \"files\": {}}", + "dest": "cargo/vendor/zvariant-4.1.1", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-3.15.1.crate", - "sha256": "0277758a8a0afc0e573e80ed5bfd9d9c2b48bd3108ffe09384f9f738c83f4a55", - "dest": "cargo/vendor/zvariant_derive-3.15.1" + "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-3.15.2.crate", + "sha256": "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9", + "dest": "cargo/vendor/zvariant_derive-3.15.2" }, { "type": "inline", - "contents": "{\"package\": \"0277758a8a0afc0e573e80ed5bfd9d9c2b48bd3108ffe09384f9f738c83f4a55\", \"files\": {}}", - "dest": "cargo/vendor/zvariant_derive-3.15.1", + "contents": "{\"package\": \"37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9\", \"files\": {}}", + "dest": "cargo/vendor/zvariant_derive-3.15.2", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-4.1.0.crate", - "sha256": "b7ca98581cc6a8120789d8f1f0997e9053837d6aa5346cbb43454d7121be6e39", - "dest": "cargo/vendor/zvariant_derive-4.1.0" + "url": "https://static.crates.io/crates/zvariant_derive/zvariant_derive-4.1.1.crate", + "sha256": "642bf1b6b6d527988b3e8193d20969d53700a36eac734d21ae6639db168701c8", + "dest": "cargo/vendor/zvariant_derive-4.1.1" }, { "type": "inline", - "contents": "{\"package\": \"b7ca98581cc6a8120789d8f1f0997e9053837d6aa5346cbb43454d7121be6e39\", \"files\": {}}", - "dest": "cargo/vendor/zvariant_derive-4.1.0", + "contents": "{\"package\": \"642bf1b6b6d527988b3e8193d20969d53700a36eac734d21ae6639db168701c8\", \"files\": {}}", + "dest": "cargo/vendor/zvariant_derive-4.1.1", "dest-filename": ".cargo-checksum.json" }, { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/zvariant_utils/zvariant_utils-1.1.1.crate", - "sha256": "75fa7291bdd68cd13c4f97cc9d78cbf16d96305856dfc7ac942aeff4c2de7d5a", - "dest": "cargo/vendor/zvariant_utils-1.1.1" + "url": "https://static.crates.io/crates/zvariant_utils/zvariant_utils-1.0.1.crate", + "sha256": "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200", + "dest": "cargo/vendor/zvariant_utils-1.0.1" }, { "type": "inline", - "contents": "{\"package\": \"75fa7291bdd68cd13c4f97cc9d78cbf16d96305856dfc7ac942aeff4c2de7d5a\", \"files\": {}}", - "dest": "cargo/vendor/zvariant_utils-1.1.1", + "contents": "{\"package\": \"7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200\", \"files\": {}}", + "dest": "cargo/vendor/zvariant_utils-1.0.1", + "dest-filename": ".cargo-checksum.json" + }, + { + "type": "archive", + "archive-type": "tar-gzip", + "url": "https://static.crates.io/crates/zvariant_utils/zvariant_utils-2.0.0.crate", + "sha256": "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786", + "dest": "cargo/vendor/zvariant_utils-2.0.0" + }, + { + "type": "inline", + "contents": "{\"package\": \"fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786\", \"files\": {}}", + "dest": "cargo/vendor/zvariant_utils-2.0.0", "dest-filename": ".cargo-checksum.json" }, {