This commit is contained in:
Ward from fusion-voyager-3 2024-01-30 23:47:31 +03:00
parent 72d40e77fc
commit 79c6e1b4a2
839 changed files with 4410 additions and 80 deletions

799
Cargo.lock generated Normal file
View File

@ -0,0 +1,799 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]]
name = "cairo-rs"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
"once_cell",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cfg-expr"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a"
dependencies = [
"smallvec",
"target-lexicon",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "field-offset"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
dependencies = [
"memoffset",
"rustc_version",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-core",
"futures-macro",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
"once_cell",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk4"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edb019ad581f8ecf8ea8e4baa6df7c483a95b5a59be3140be6a9c3b0c632af6"
dependencies = [
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbab43f332a3cf1df9974da690b5bb0e26720ed09a228178ce52175372dcfef0"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "gio"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
"thiserror",
]
[[package]]
name = "gio-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
dependencies = [
"heck",
"proc-macro-crate 2.0.2",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "glib-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "graphene-rs"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2228cda1505613a7a956cca69076892cfbda84fc2b7a62b94a41a272c0c401"
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4144cee8fc8788f2a9b73dc5f1d4e1189d1f95305c4cb7bd9c1af1cfa31f59"
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d958e351d2f210309b32d081c832d7de0aca0b077aa10d88336c6379bd01f7e"
dependencies = [
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12bd9e3effea989f020e8f1ff3fa3b8c63ba93d43b899c11a118868853a56d55"
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "gtk4"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aeb51aa3e9728575a053e1f43543cd9992ac2477e1b186ad824fd4adfb70842"
dependencies = [
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"pango",
]
[[package]]
name = "gtk4-macros"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57ec49cf9b657f69a05bca8027cff0a8dfd0c49e812be026fc7311f2163832f"
dependencies = [
"anyhow",
"proc-macro-crate 1.3.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "gtk4-rs-adw-project-template"
version = "0.1.0"
dependencies = [
"gtk4",
"libadwaita",
]
[[package]]
name = "gtk4-sys"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54d8c4aa23638ce9faa2caf7e2a27d4a1295af2155c8e8d28c4d4eeca7a65eb8"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "indexmap"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b"
dependencies = [
"equivalent",
"hashbrown",
]
[[package]]
name = "libadwaita"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fe7e70c06507ed10a16cda707f358fbe60fe0dc237498f78c686ade92fd979c"
dependencies = [
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e10aaa38de1d53374f90deeb4535209adc40cc5dba37f9704724169bceec69a"
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "libc"
version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]]
name = "memchr"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "pango"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
dependencies = [
"gio",
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-crate"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
dependencies = [
"toml_datetime",
"toml_edit 0.20.2",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "semver"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
[[package]]
name = "serde"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.196"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "system-deps"
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "target-lexicon"
version = "0.12.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
[[package]]
name = "thiserror"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
]
[[package]]
name = "toml"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.20.2",
]
[[package]]
name = "toml_datetime"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "version-compare"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winnow"
version = "0.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d"
dependencies = [
"memchr",
]

View File

@ -8,8 +8,8 @@ install:
cp -vf target/release/gtk4-rs-adw-project-template $(DESTDIR)/usr/bin/ cp -vf target/release/gtk4-rs-adw-project-template $(DESTDIR)/usr/bin/
chmod 755 $(DESTDIR)/usr/bin/gtk4-rs-adw-project-template chmod 755 $(DESTDIR)/usr/bin/gtk4-rs-adw-project-template
mkdir -p $(DESTDIR)/usr/share/glib-2.0/schemas/ mkdir -p $(DESTDIR)/usr/share/glib-2.0/schemas/
cp data/org.cosmicfusion.example.xml $(DESTDIR)/usr/share/glib-2.0/schemas/ cp data/com.github.pikaos-linux.pikafirstsetup.xml $(DESTDIR)/usr/share/glib-2.0/schemas/
mkdir -p $(DESTDIR)/usr/share/applications mkdir -p $(DESTDIR)/usr/share/applications
cp -vf data/org.cosmicfusion.example.desktop $(DESTDIR)/usr/share/applications/ cp -vf data/com.github.pikaos-linux.pikafirstsetup.desktop $(DESTDIR)/usr/share/applications/
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/scalable/apps mkdir -p $(DESTDIR)/usr/share/icons/hicolor/scalable/apps
cp -vf data/org.cosmicfusion.example.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/ cp -vf data/com.github.pikaos-linux.pikafirstsetup.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=PikaOS First Setup
Name[en_US]=PikaOS First Setup
Exec=pika-first-setup
Icon=com.github.pikaos-linux.pikafirstsetup
Terminal=false
Type=Application
Encoding=UTF-8
NoDisplay=true
StartupNotify=true

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<schemalist> <schemalist>
<schema id="org.cosmicfusion.example" path="/org/cosmicfusion/example/"> <schema id="com.github.pikaos-linux.pikafirstsetup" path="/com/github/pikaos-linux/pikafirstsetup/">
<key name="window-width" type="i"> <key name="window-width" type="i">
<default>1200</default> <default>1200</default>
<summary>Default window width</summary> <summary>Default window width</summary>

View File

@ -1,10 +0,0 @@
[Desktop Entry]
Name=Libadwaita gtk4 example window in rust
Name[en_US]=Libadwaita gtk4 example window in rust
Comment=An Example Libadwaita and gtk4 application written in rust
Exec=gtk4-rs-adw-project-template
Icon=org.cosmicfusion.example
Terminal=false
Type=Application
Encoding=UTF-8
StartupNotify=true

View File

@ -1,59 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
<g>
<polygon style="fill:#FFC400;" points="32.165,24.613 27.457,35.053 34.67,38.755 39.138,28.503 "/>
<polygon style="fill:#64DD17;" points="36.114,14.835 32.165,24.434 38.891,28.503 43.367,18.473 "/>
<polygon style="fill:#2979FF;" points="20.213,33.861 24.105,24 30.944,24.362 26.947,34.463 "/>
<polygon style="fill:#E53935;" points="29.326,10.775 24.506,22.985 31.16,24 36.114,12.657 "/>
<path style="fill:#212121;" d="M45.6,17.8c-2.604-3.471-6.137-5.272-9.508-6.178l-0.015-0.006l-0.001,0.002
c-2.49-0.668-4.883-0.844-6.751-0.842l-1.603,4.06c1.516-0.097,4.083-0.113,6.792,0.53l-3.302,7.924
c-2.442-0.689-4.717-0.832-6.523-0.772l-0.807,2.044c1.678-0.131,4.006-0.098,6.554,0.588l-3.381,8.114
c-1.864-0.466-3.995-0.714-6.377-0.585l-1.373,3.479c9.231-1.369,13.968,4.908,14.175,5.144l2.091,2.439l10.721-25.017L45.6,17.8z
M34.253,36.666c-1.255-0.938-3.021-2.016-5.271-2.822l3.359-8.063c1.733,0.682,3.512,1.698,5.21,3.19L34.253,36.666z
M38.373,27.053c-1.725-1.423-3.513-2.431-5.261-3.122l3.33-7.992c1.888,0.684,3.737,1.75,5.239,3.394L38.373,27.053z"/>
<polygon style="fill:#212121;" points="24.633,11.021 23.388,14.149 27.171,13.957 28.387,10.894 "/>
<polygon style="fill:#212121;" points="23.183,14.702 21.937,17.83 25.694,17.638 26.919,14.574 "/>
<polygon style="fill:#212121;" points="21.697,18.383 20.453,21.511 24.216,21.319 25.441,18.255 "/>
<polygon style="fill:#212121;" points="20.213,22.064 18.987,25.191 22.747,25 23.963,21.936 "/>
<polygon style="fill:#212121;" points="18.779,25.745 17.503,28.872 21.269,28.681 22.495,25.617 "/>
<polygon style="fill:#212121;" points="17.246,29.426 16.035,32.553 19.79,32.362 21.034,29.298 "/>
<polygon style="fill:#212121;" points="15.809,33.106 14.58,36.234 18.33,36.043 19.556,32.979 "/>
<polygon style="fill:#212121;" points="11.62,32.4 10.391,35.528 14.141,35.336 15.384,32.273 "/>
<polygon style="fill:#2979FF;" points="13.215,28.762 11.987,31.89 15.619,31.698 16.845,28.634 "/>
<polygon style="fill:#2979FF;" points="14.656,25.124 13.412,28.251 17.08,28.06 18.295,24.996 "/>
<polygon style="fill:#212121;" points="16.112,21.485 14.849,24.613 18.52,24.422 19.756,21.358 "/>
<polygon style="fill:#E53935;" points="17.565,17.847 16.331,20.975 19.99,20.783 21.197,17.719 "/>
<polygon style="fill:#E53935;" points="19.023,14.209 17.767,17.336 21.45,17.145 22.665,14.081 "/>
<polygon style="fill:#212121;" points="20.453,10.57 19.215,13.698 22.882,13.507 24.107,10.443 "/>
<polygon style="fill:#212121;" points="10.491,33.601 11.548,31 8.608,31 7.559,33.601 "/>
<polygon style="fill:#212121;" points="14.875,22.672 15.916,20.071 12.969,20.071 11.933,22.672 "/>
<polygon style="fill:#212121;" points="19.215,11.743 20.295,9.142 17.34,9.142 16.303,11.743 "/>
<polygon style="fill:#2979FF;" points="11.951,29.958 12.992,27.357 10.059,27.357 8.995,29.958 "/>
<polygon style="fill:#2979FF;" points="13.412,26.315 14.456,23.714 11.509,23.714 10.482,26.315 "/>
<polygon style="fill:#E53935;" points="16.331,19.029 17.371,16.428 14.429,16.428 13.411,19.029 "/>
<polygon style="fill:#E53935;" points="17.799,15.386 18.836,12.785 15.898,12.785 14.844,15.386 "/>
<polygon style="fill:#212121;" points="4.752,31.989 5.553,29.979 7.947,29.979 7.16,31.989 "/>
<polygon style="fill:#2979FF;" points="6.215,28.314 7.026,26.303 9.431,26.303 8.614,28.314 "/>
<polygon style="fill:#2979FF;" points="7.689,24.638 8.495,22.628 10.891,22.628 10.086,24.638 "/>
<polygon style="fill:#212121;" points="9.157,20.963 9.964,18.952 12.362,18.952 11.563,20.963 "/>
<polygon style="fill:#212121;" points="13.564,9.936 14.375,7.926 16.772,7.926 15.967,9.936 "/>
<polygon style="fill:#E53935;" points="10.635,17.287 11.437,15.277 13.834,15.277 13.029,17.287 "/>
<polygon style="fill:#E53935;" points="12.095,13.612 12.906,11.601 15.306,11.601 14.501,13.612 "/>
<polygon style="fill:#212121;" points="3.334,27.521 2.771,29.005 4.35,29.005 4.945,27.521 "/>
<polygon style="fill:#2979FF;" points="4.814,23.875 4.213,25.359 5.81,25.359 6.4,23.875 "/>
<polygon style="fill:#2979FF;" points="6.268,20.229 5.673,21.713 7.265,21.713 7.864,20.229 "/>
<polygon style="fill:#212121;" points="7.728,16.583 7.136,18.067 8.729,18.067 9.32,16.583 "/>
<polygon style="fill:#E53935;" points="9.184,12.937 8.596,14.421 10.185,14.421 10.784,12.937 "/>
<polygon style="fill:#E53935;" points="10.647,9.291 10.056,10.775 11.649,10.775 12.235,9.291 "/>
<polygon style="fill:#212121;" points="12.089,5.677 11.497,7.161 13.086,7.161 13.681,5.677 "/>
<polygon style="fill:#212121;" points="0.687,26.72 1.137,25.594 2.489,25.594 2.039,26.72 "/>
<polygon style="fill:#2979FF;" points="2.138,23.085 2.59,21.959 3.94,21.959 3.492,23.085 "/>
<polygon style="fill:#2979FF;" points="3.593,19.45 4.044,18.323 5.394,18.323 4.945,19.45 "/>
<polygon style="fill:#212121;" points="5.044,15.814 5.499,14.688 6.848,14.688 6.397,15.814 "/>
<polygon style="fill:#E53935;" points="6.497,12.179 6.954,11.052 8.301,11.052 7.851,12.179 "/>
<polygon style="fill:#E53935;" points="7.948,8.543 8.403,7.417 9.752,7.417 9.302,8.543 "/>
<polygon style="fill:#212121;" points="9.408,4.908 9.86,3.782 11.161,3.782 10.716,4.908 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -14,9 +14,9 @@ use crate::save_window_size;
pub fn build_ui(app: &adw::Application) { pub fn build_ui(app: &adw::Application) {
// setup glib // setup glib
gtk::glib::set_prgname(Some("Cosmo libAdwaita in RS Template")); gtk::glib::set_prgname(Some("PikaOS First Setup"));
glib::set_application_name("Cosmo libAdwaita in RS Template"); glib::set_application_name("PikaOS First Setup");
let glib_settings = gio::Settings::new("com.github.adw-rs-test.cosmo"); let glib_settings = gio::Settings::new("com.github.pikaos-linux.pikafirstsetup");
// Create a label called "_warning_label" // Create a label called "_warning_label"
let _warning_label = Label::builder() let _warning_label = Label::builder()
@ -72,13 +72,13 @@ pub fn build_ui(app: &adw::Application) {
// create the main Application window // create the main Application window
let window = adw::ApplicationWindow::builder() let window = adw::ApplicationWindow::builder()
// The text on the titlebar // The text on the titlebar
.title("Libadwaita gtk4 example window in rust") .title("PikaOS First Setup")
// link it to the application "app" // link it to the application "app"
.application(app) .application(app)
// Add the box called "_main_box" to it // Add the box called "_main_box" to it
.content(&_main_box) .content(&_main_box)
// Application icon // Application icon
.icon_name("org.cosmicfusion.example") .icon_name("com.github.pikaos-linux.pikafirstsetup")
// Get current size from glib // Get current size from glib
.default_width(glib_settings.int("window-width")) .default_width(glib_settings.int("window-width"))
.default_height(glib_settings.int("window-height")) .default_height(glib_settings.int("window-height"))
@ -87,8 +87,9 @@ pub fn build_ui(app: &adw::Application) {
.height_request(500) .height_request(500)
// Hide window instead of destroy // Hide window instead of destroy
.hide_on_close(true) .hide_on_close(true)
.deletable(false)
// Startup // Startup
.startup_id("org.cosmicfusion.example") .startup_id("com.github.pikaos-linux.pikafirstsetup")
// build the window // build the window
.build(); .build();

View File

@ -16,7 +16,7 @@ use crate::save_window_size::save_window_size;
/// main function /// main function
fn main() { fn main() {
let application = adw::Application::new(Some("org.cosmicfusion.example"), Default::default()); let application = adw::Application::new(Some("com.github.pikaos-linux.pikafirstsetup"), Default::default());
application.connect_startup(|app| { application.connect_startup(|app| {
// The CSS "magic" happens here. // The CSS "magic" happens here.
let provider = CssProvider::new(); let provider = CssProvider::new();

1
target/.rustc_info.json Normal file
View File

@ -0,0 +1 @@
{"rustc_fingerprint":2743911128370087248,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.70.0\nbinary: rustc\ncommit-hash: unknown\ncommit-date: unknown\nhost: x86_64-unknown-linux-gnu\nrelease: 1.70.0\nLLVM version: 16.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"14371922958718593042":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}

3
target/CACHEDIR.TAG Normal file
View File

@ -0,0 +1,3 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

0
target/debug/.cargo-lock Normal file
View File

View File

@ -0,0 +1 @@
5cfb4283bd99b73d

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"","target":0,"profile":0,"path":0,"deps":[[12732307821348191974,"build_script_build",false,9678003647060387233]],"local":[{"RerunIfChanged":{"output":"debug/build/anyhow-0e42c9511178fe30/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View File

@ -0,0 +1 @@
a125f86d0a2d4f86

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"std\"]","target":2297296889237502566,"profile":9753404505428345930,"path":5077551251196414760,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-2e0536f198e1cb9d/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":17154292783084528516,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
7c2e10c0ac4566bf

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"std\"]","target":18338613112069040866,"profile":9753404505428345930,"path":1027807184404965637,"deps":[[12732307821348191974,"build_script_build",false,4447192196281727836]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-9ff9faf415cce410/dep-lib-anyhow"}}],"rustflags":[],"metadata":17154292783084528516,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
d3f00732d47f5544

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":14886237245231788030,"profile":9753404505428345930,"path":13421688737695188406,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/autocfg-b89c0a653aa89456/dep-lib-autocfg"}}],"rustflags":[],"metadata":13102859075309379048,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
011be75677e2b632

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":17263469766201294439,"profile":3735503092003429423,"path":7332045103820088723,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-f9d9351026f6799d/dep-lib-bitflags"}}],"rustflags":[],"metadata":14564035643000669268,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
770e1c35b71eb73f

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"glib\", \"use_glib\"]","target":14756451862601122120,"profile":3735503092003429423,"path":7380974463583565497,"deps":[[4254328441789853856,"once_cell",false,13407363508236196204],[6024382616234287946,"libc",false,9067769800411492544],[6644485573429891122,"thiserror",false,661065184127303397],[10441167984570697775,"glib",false,13046513642046192054],[12600459952737838678,"bitflags",false,3654357149844708097],[17489458469876456197,"ffi",false,9272876439179292229]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cairo-rs-fffbc8df5c4e44eb/dep-lib-cairo"}}],"rustflags":[],"metadata":8304066833526567838,"config":2202906307356721367,"compile_kind":0}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"glib\", \"use_glib\"]","target":427768481117760528,"profile":9753404505428345930,"path":5955841153013196858,"deps":[[2723243188327702833,"system_deps",false,10139121017329914025]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cairo-sys-rs-6721034f8ab6ca33/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":1711449529111909302,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
45ee5edbfddfaf80

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"glib\", \"use_glib\"]","target":204396135618227299,"profile":3735503092003429423,"path":1844986633638130613,"deps":[[6024382616234287946,"libc",false,9067769800411492544],[8169442575150618448,"glib",false,17152963378784595146],[17489458469876456197,"build_script_build",false,3907100702217659913]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cairo-sys-rs-dfca74c3c2189999/dep-lib-cairo_sys"}}],"rustflags":[],"metadata":1711449529111909302,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
69c275a5282b9ef7

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"target-lexicon\", \"targets\"]","target":9394875280945420577,"profile":9753404505428345930,"path":454652710798139531,"deps":[[16671795803904886250,"target_lexicon",false,13877650961550684577],[18440599551143551502,"smallvec",false,16589345854108400882]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-expr-c2726f785ceb719f/dep-lib-cfg-expr"}}],"rustflags":[],"metadata":1289361842202165508,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
2656fb78672b8cc1

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":5369500857569226296,"profile":9753404505428345930,"path":12632203512813198826,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/equivalent-3f7e1ccd40538c39/dep-lib-equivalent"}}],"rustflags":[],"metadata":4899064301576391224,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":8188216131759486267,"profile":9753404505428345930,"path":10253063841614956881,"deps":[[7246516264653013740,"rustc_version",false,7482628240287467706]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/field-offset-648c623ee7edc2b4/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":11855390988210742914,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
1de5d92d64f48fb1

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":6649424545244516461,"profile":3735503092003429423,"path":4633268942862734668,"deps":[[4178676130950226943,"memoffset",false,11422889501175412613],[9431421436305327387,"build_script_build",false,9679522806305668162]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/field-offset-6a637f54cc8c3491/dep-lib-field-offset"}}],"rustflags":[],"metadata":11855390988210742914,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"","target":0,"profile":0,"path":0,"deps":[[9431421436305327387,"build_script_build",false,11310074756620585899]],"local":[{"Precalculated":"0.3.6"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
1592e90b15939450

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"alloc\", \"default\", \"std\"]","target":14378296244181237974,"profile":3735503092003429423,"path":10591874330907776294,"deps":[[14133539909871685996,"futures_core",false,7190769960447031698]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-channel-e5a2ce347b6cbc89/dep-lib-futures-channel"}}],"rustflags":[],"metadata":4882963976568030891,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
92b9fe412ebfca63

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"alloc\", \"std\"]","target":16685372590442201877,"profile":3735503092003429423,"path":6866747828887036930,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-core-2dbbb353258b9d0a/dep-lib-futures-core"}}],"rustflags":[],"metadata":14541191285346971962,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
37a8db4019395c7c

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"std\"]","target":8602152076983097671,"profile":3735503092003429423,"path":7835463360286647531,"deps":[[12460755007473876257,"futures_util",false,4187027898396316264],[14133539909871685996,"futures_core",false,7190769960447031698],[16068796036868804342,"futures_task",false,13329100597299878113]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-executor-1ed65dd505ad79fb/dep-lib-futures-executor"}}],"rustflags":[],"metadata":8740689781133365366,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
5e3dfefb48a891bf

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"default\", \"std\"]","target":5197339021387283783,"profile":3735503092003429423,"path":8336589293429120048,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-io-ff7604069222396f/dep-lib-futures-io"}}],"rustflags":[],"metadata":18108681716633712058,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
6550bf5aa97dcb07

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":12910862548246813326,"profile":9753404505428345930,"path":12674546410292057669,"deps":[[1933759491588147092,"syn",false,7473332373560076748],[9618700007800273094,"quote",false,8950478183927443834],[16285336375947054926,"proc_macro2",false,12301962243686845576]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-macro-dbbd144154b387a0/dep-lib-futures-macro"}}],"rustflags":[],"metadata":12515890344935771724,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
e19881655f7afab8

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"alloc\", \"std\"]","target":15610650933893431490,"profile":3735503092003429423,"path":9724546639720283662,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-task-6c9efca87b81f660/dep-lib-futures-task"}}],"rustflags":[],"metadata":14276283763424674291,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
68129094b04f1b3a

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"default\", \"futures-macro\", \"slab\", \"std\"]","target":18238406189943261982,"profile":3735503092003429423,"path":1766738843022385083,"deps":[[1903734211574517601,"futures_macro",false,561680744863191141],[4761952582670444189,"pin_utils",false,3894814355047194243],[8864587453055022689,"pin_project_lite",false,17029390829571855204],[14133539909871685996,"futures_core",false,7190769960447031698],[16068796036868804342,"futures_task",false,13329100597299878113],[17040352472033410869,"slab",false,118924525897225909]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-fbce4e62ba2f6a35/dep-lib-futures-util"}}],"rustflags":[],"metadata":5677230335954518303,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
1a66bc154fa765da

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":13750817011184100918,"profile":3735503092003429423,"path":499093785820705261,"deps":[[1354283566251242840,"gio",false,1223252046576451274],[4254328441789853856,"once_cell",false,13407363508236196204],[6024382616234287946,"libc",false,9067769800411492544],[10441167984570697775,"glib",false,13046513642046192054],[11588346639460381605,"ffi",false,3714501404187337006]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/gdk-pixbuf-a6543353def0b71f/dep-lib-gdk_pixbuf"}}],"rustflags":[],"metadata":17552465699387220429,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"","target":0,"profile":0,"path":0,"deps":[[11588346639460381605,"build_script_build",false,15114280198671306272]],"local":[{"RerunIfEnvChanged":{"var":"GDK_PIXBUF_2.0_NO_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"SYSROOT","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_BUILD_INTERNAL","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_LINK","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_LIB","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_LIB_FRAMEWORK","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_SEARCH_NATIVE","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_SEARCH_FRAMEWORK","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_INCLUDE","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_NO_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_BUILD_INTERNAL","val":null}},{"RerunIfEnvChanged":{"var":"SYSTEM_DEPS_GDK_PIXBUF_2_0_LINK","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":12698668058210726341,"features":"[]","target":427768481117760528,"profile":9753404505428345930,"path":13540756852819787172,"deps":[[2723243188327702833,"system_deps",false,10139121017329914025]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/gdk-pixbuf-sys-5962fd0d19549e92/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":15098033256316342455,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

Some files were not shown because too many files have changed in this diff Show More