Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
32c787ef
Commit
32c787ef
authored
Feb 04, 2024
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gtk-rs crates
parent
f7412695
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
186 deletions
+163
-186
Cargo.lock
Cargo.lock
+159
-183
Cargo.toml
Cargo.toml
+2
-2
application.rs
src/application.rs
+2
-1
No files found.
Cargo.lock
View file @
32c787ef
...
@@ -4,18 +4,18 @@ version = 3
...
@@ -4,18 +4,18 @@ version = 3
[[package]]
[[package]]
name = "aho-corasick"
name = "aho-corasick"
version = "1.
0.5
"
version = "1.
1.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783
"
checksum = "
b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
"
dependencies = [
dependencies = [
"memchr",
"memchr",
]
]
[[package]]
[[package]]
name = "anyhow"
name = "anyhow"
version = "1.0.7
5
"
version = "1.0.7
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6
"
checksum = "
080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca
"
[[package]]
[[package]]
name = "autocfg"
name = "autocfg"
...
@@ -25,9 +25,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
...
@@ -25,9 +25,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
[[package]]
name = "bitflags"
name = "bitflags"
version = "2.4.
0
"
version = "2.4.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635
"
checksum = "
ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf
"
[[package]]
[[package]]
name = "block"
name = "block"
...
@@ -37,23 +37,22 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
...
@@ -37,23 +37,22 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
[[package]]
name = "cairo-rs"
name = "cairo-rs"
version = "0.1
8.2
"
version = "0.1
9.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1c0466dfa8c0ee78deef390c274ad756801e0a6dbb86c5ef0924a298c5761c4d
"
checksum = "
bc1c415b7088381c53c575420899c34c9e6312df5ac5defd05614210e9fd6e1b
"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"cairo-sys-rs",
"cairo-sys-rs",
"glib",
"glib",
"libc",
"libc",
"once_cell",
"thiserror",
"thiserror",
]
]
[[package]]
[[package]]
name = "cairo-sys-rs"
name = "cairo-sys-rs"
version = "0.1
8.2
"
version = "0.1
9.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda5
1"
checksum = "
75b6a5fefce2eadb8333e3c604ac964ba6573ec4f28bdd17f67032c4a283183
1"
dependencies = [
dependencies = [
"glib-sys",
"glib-sys",
"libc",
"libc",
...
@@ -71,9 +70,9 @@ dependencies = [
...
@@ -71,9 +70,9 @@ dependencies = [
[[package]]
[[package]]
name = "cfg-expr"
name = "cfg-expr"
version = "0.15.
5
"
version = "0.15.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3
"
checksum = "
6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a
"
dependencies = [
dependencies = [
"smallvec",
"smallvec",
"target-lexicon",
"target-lexicon",
...
@@ -81,9 +80,9 @@ dependencies = [
...
@@ -81,9 +80,9 @@ dependencies = [
[[package]]
[[package]]
name = "env_logger"
name = "env_logger"
version = "0.10.
0
"
version = "0.10.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f
0"
checksum = "
4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d9058
0"
dependencies = [
dependencies = [
"humantime",
"humantime",
"is-terminal",
"is-terminal",
...
@@ -100,26 +99,15 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
...
@@ -100,26 +99,15 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
[[package]]
name = "errno"
name = "errno"
version = "0.3.
3
"
version = "0.3.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd
"
checksum = "
a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245
"
dependencies = [
dependencies = [
"errno-dragonfly",
"libc",
"libc",
"windows-sys",
"windows-sys",
]
]
[[package]]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "field-offset"
name = "field-offset"
version = "0.3.6"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -131,24 +119,24 @@ dependencies = [
...
@@ -131,24 +119,24 @@ dependencies = [
[[package]]
[[package]]
name = "futures-channel"
name = "futures-channel"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2
"
checksum = "
eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78
"
dependencies = [
dependencies = [
"futures-core",
"futures-core",
]
]
[[package]]
[[package]]
name = "futures-core"
name = "futures-core"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c
"
checksum = "
dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d
"
[[package]]
[[package]]
name = "futures-executor"
name = "futures-executor"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0
"
checksum = "
a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d
"
dependencies = [
dependencies = [
"futures-core",
"futures-core",
"futures-task",
"futures-task",
...
@@ -157,32 +145,32 @@ dependencies = [
...
@@ -157,32 +145,32 @@ dependencies = [
[[package]]
[[package]]
name = "futures-io"
name = "futures-io"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964
"
checksum = "
a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1
"
[[package]]
[[package]]
name = "futures-macro"
name = "futures-macro"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8
9ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72
"
checksum = "8
7750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.
36
",
"syn 2.0.
48
",
]
]
[[package]]
[[package]]
name = "futures-task"
name = "futures-task"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65
"
checksum = "
38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004
"
[[package]]
[[package]]
name = "futures-util"
name = "futures-util"
version = "0.3.
28
"
version = "0.3.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533
"
checksum = "
3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48
"
dependencies = [
dependencies = [
"futures-core",
"futures-core",
"futures-macro",
"futures-macro",
...
@@ -194,22 +182,21 @@ dependencies = [
...
@@ -194,22 +182,21 @@ dependencies = [
[[package]]
[[package]]
name = "gdk-pixbuf"
name = "gdk-pixbuf"
version = "0.1
8
.0"
version = "0.1
9
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bbc9c2ed73a81d556b65d08879ba4ee58808a6b1927ce915262185d6d547c6f3
"
checksum = "
c311c47800051b87de1335e8792774d7cec551c91a0a3d109ab21d76b36f208f
"
dependencies = [
dependencies = [
"gdk-pixbuf-sys",
"gdk-pixbuf-sys",
"gio",
"gio",
"glib",
"glib",
"libc",
"libc",
"once_cell",
]
]
[[package]]
[[package]]
name = "gdk-pixbuf-sys"
name = "gdk-pixbuf-sys"
version = "0.1
8
.0"
version = "0.1
9
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3
f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7
"
checksum = "3
dcbd04c1b2c4834cc008b4828bc917d062483b88d26effde6342e5622028f96
"
dependencies = [
dependencies = [
"gio-sys",
"gio-sys",
"glib-sys",
"glib-sys",
...
@@ -220,9 +207,9 @@ dependencies = [
...
@@ -220,9 +207,9 @@ dependencies = [
[[package]]
[[package]]
name = "gdk4"
name = "gdk4"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6
982d9815ed6ac95b0467b189e81f29dea26d08a732926ec113e65744ed3f96c
"
checksum = "6
771942f85a2beaa220c64739395e4401b9fab4a52aba9b503fa1e6ed4d4d806
"
dependencies = [
dependencies = [
"cairo-rs",
"cairo-rs",
"gdk-pixbuf",
"gdk-pixbuf",
...
@@ -235,9 +222,9 @@ dependencies = [
...
@@ -235,9 +222,9 @@ dependencies = [
[[package]]
[[package]]
name = "gdk4-sys"
name = "gdk4-sys"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dbab43f332a3cf1df9974da690b5bb0e26720ed09a228178ce52175372dcfef0
"
checksum = "
1eb95854fab65072023a7814434f003db571d6e45c287c0b0c540c1c78bdf6ae
"
dependencies = [
dependencies = [
"cairo-sys-rs",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-pixbuf-sys",
...
@@ -272,9 +259,9 @@ dependencies = [
...
@@ -272,9 +259,9 @@ dependencies = [
[[package]]
[[package]]
name = "gio"
name = "gio"
version = "0.1
8.2
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
57052f84e8e5999b258e8adf8f5f2af0ac69033864936b8b6838321db2f759b1
"
checksum = "
b3d1aaa2d926710a27f3b35822806b1513b393b71174dd2601c9d02fdab0cb82
"
dependencies = [
dependencies = [
"futures-channel",
"futures-channel",
"futures-core",
"futures-core",
...
@@ -283,7 +270,6 @@ dependencies = [
...
@@ -283,7 +270,6 @@ dependencies = [
"gio-sys",
"gio-sys",
"glib",
"glib",
"libc",
"libc",
"once_cell",
"pin-project-lite",
"pin-project-lite",
"smallvec",
"smallvec",
"thiserror",
"thiserror",
...
@@ -291,22 +277,22 @@ dependencies = [
...
@@ -291,22 +277,22 @@ dependencies = [
[[package]]
[[package]]
name = "gio-sys"
name = "gio-sys"
version = "0.1
8.1
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2
"
checksum = "
bcf8e1d9219bb294636753d307b030c1e8a032062cba74f493c431a5c8b81ce4
"
dependencies = [
dependencies = [
"glib-sys",
"glib-sys",
"gobject-sys",
"gobject-sys",
"libc",
"libc",
"system-deps",
"system-deps",
"win
api
",
"win
dows-sys
",
]
]
[[package]]
[[package]]
name = "glib"
name = "glib"
version = "0.1
8.2
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1
c316afb01ce8067c5eaab1fc4f2cd47dc21ce7b6296358605e2ffab23ccbd19
"
checksum = "1
70ee82b9b44b3b5fd1cf4971d6cf0eadec38303bb84c7bcc4e6b95a18934e71
"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"futures-channel",
"futures-channel",
...
@@ -320,30 +306,28 @@ dependencies = [
...
@@ -320,30 +306,28 @@ dependencies = [
"gobject-sys",
"gobject-sys",
"libc",
"libc",
"memchr",
"memchr",
"once_cell",
"smallvec",
"smallvec",
"thiserror",
"thiserror",
]
]
[[package]]
[[package]]
name = "glib-macros"
name = "glib-macros"
version = "0.1
8.2
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f8da903822b136d42360518653fcf154455defc437d3e7a81475bf9a95ff1e47
"
checksum = "
2ff52fff7e4d1bb8598ae744e9bb90c8c76271712483c3f0ce931bee9814de85
"
dependencies = [
dependencies = [
"heck",
"heck",
"proc-macro-crate",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.
36
",
"syn 2.0.
48
",
]
]
[[package]]
[[package]]
name = "glib-sys"
name = "glib-sys"
version = "0.1
8.1
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898
"
checksum = "
630f097773d7c7a0bb3258df4e8157b47dc98bbfa0e60ad9ab56174813feced4
"
dependencies = [
dependencies = [
"libc",
"libc",
"system-deps",
"system-deps",
...
@@ -363,9 +347,9 @@ dependencies = [
...
@@ -363,9 +347,9 @@ dependencies = [
[[package]]
[[package]]
name = "gobject-sys"
name = "gobject-sys"
version = "0.1
8
.0"
version = "0.1
9
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44
"
checksum = "
c85e2b1080b9418dd0c58b498da3a5c826030343e0ef07bde6a955d28de54979
"
dependencies = [
dependencies = [
"glib-sys",
"glib-sys",
"libc",
"libc",
...
@@ -374,9 +358,9 @@ dependencies = [
...
@@ -374,9 +358,9 @@ dependencies = [
[[package]]
[[package]]
name = "graphene-rs"
name = "graphene-rs"
version = "0.1
8.1
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
3b2228cda1505613a7a956cca69076892cfbda84fc2b7a62b94a41a272c0c401
"
checksum = "
147827e4f506f8073ac3ec5b28cc2255bdf3abc30f5b4e101a80506eebe11d2c
"
dependencies = [
dependencies = [
"glib",
"glib",
"graphene-sys",
"graphene-sys",
...
@@ -385,9 +369,9 @@ dependencies = [
...
@@ -385,9 +369,9 @@ dependencies = [
[[package]]
[[package]]
name = "graphene-sys"
name = "graphene-sys"
version = "0.1
8.1
"
version = "0.1
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cc4144cee8fc8788f2a9b73dc5f1d4e1189d1f95305c4cb7bd9c1af1cfa31f59
"
checksum = "
236ed66cc9b18d8adf233716f75de803d0bf6fc806f60d14d948974a12e240d0
"
dependencies = [
dependencies = [
"glib-sys",
"glib-sys",
"libc",
"libc",
...
@@ -397,9 +381,9 @@ dependencies = [
...
@@ -397,9 +381,9 @@ dependencies = [
[[package]]
[[package]]
name = "gsk4"
name = "gsk4"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cc25855255120f294d874acd6eaf4fbed7ce1cdc550e2d8415ea57fafbe816d5
"
checksum = "
0e8ce8dee0fd87a11002214b1204ff18c9272fbd530408f0884a0f9b25dc31de
"
dependencies = [
dependencies = [
"cairo-rs",
"cairo-rs",
"gdk4",
"gdk4",
...
@@ -412,9 +396,9 @@ dependencies = [
...
@@ -412,9 +396,9 @@ dependencies = [
[[package]]
[[package]]
name = "gsk4-sys"
name = "gsk4-sys"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e1ecf3a63bf1223d68f80f72cc896c4d8c80482fbce1c9a12c66d3de7290ee46
"
checksum = "
2660a652da5b662d43924df19ba40d73f015ed427329ef51d2b1360a4e0dc0e4
"
dependencies = [
dependencies = [
"cairo-sys-rs",
"cairo-sys-rs",
"gdk4-sys",
"gdk4-sys",
...
@@ -428,9 +412,9 @@ dependencies = [
...
@@ -428,9 +412,9 @@ dependencies = [
[[package]]
[[package]]
name = "gtk4"
name = "gtk4"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a3b095b26f2a2df70be1805d3590eeb9d7a05ecb5be9649b82defc72dc56228c
"
checksum = "
7d26ffa3ec6316ccaa1df62d3e7f5bae1637c0acbb43f250fabef38319f73c64
"
dependencies = [
dependencies = [
"cairo-rs",
"cairo-rs",
"field-offset",
"field-offset",
...
@@ -449,9 +433,9 @@ dependencies = [
...
@@ -449,9 +433,9 @@ dependencies = [
[[package]]
[[package]]
name = "gtk4-macros"
name = "gtk4-macros"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d57ec49cf9b657f69a05bca8027cff0a8dfd0c49e812be026fc7311f2163832f
"
checksum = "
c8b86439e9896f6f3f47c3d8077c5c8205174078760afdabd9098a8e9e937d97
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"proc-macro-crate",
"proc-macro-crate",
...
@@ -463,9 +447,9 @@ dependencies = [
...
@@ -463,9 +447,9 @@ dependencies = [
[[package]]
[[package]]
name = "gtk4-sys"
name = "gtk4-sys"
version = "0.
7.2
"
version = "0.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7b0bdde87c50317b4f355bcbb4a9c2c414ece1b7c824fb4ad4ba8f3bdb2c6603
"
checksum = "
2abc0a6d356d59a3806021829ce6ed3e70bba3509b41a535fedcb09fae13fbc0
"
dependencies = [
dependencies = [
"cairo-sys-rs",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-pixbuf-sys",
...
@@ -482,9 +466,9 @@ dependencies = [
...
@@ -482,9 +466,9 @@ dependencies = [
[[package]]
[[package]]
name = "hashbrown"
name = "hashbrown"
version = "0.14.
0
"
version = "0.14.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2
c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a
"
checksum = "2
90f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604
"
[[package]]
[[package]]
name = "heck"
name = "heck"
...
@@ -494,9 +478,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
...
@@ -494,9 +478,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
[[package]]
name = "hermit-abi"
name = "hermit-abi"
version = "0.3.
2
"
version = "0.3.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b
"
checksum = "
5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f
"
[[package]]
[[package]]
name = "humantime"
name = "humantime"
...
@@ -506,9 +490,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
...
@@ -506,9 +490,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
[[package]]
name = "indexmap"
name = "indexmap"
version = "2.
0.0
"
version = "2.
2.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d
"
checksum = "
824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520
"
dependencies = [
dependencies = [
"equivalent",
"equivalent",
"hashbrown",
"hashbrown",
...
@@ -516,9 +500,9 @@ dependencies = [
...
@@ -516,9 +500,9 @@ dependencies = [
[[package]]
[[package]]
name = "is-terminal"
name = "is-terminal"
version = "0.4.
9
"
version = "0.4.
10
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b
"
checksum = "
0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455
"
dependencies = [
dependencies = [
"hermit-abi",
"hermit-abi",
"rustix",
"rustix",
...
@@ -533,9 +517,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
...
@@ -533,9 +517,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
[[package]]
name = "libadwaita"
name = "libadwaita"
version = "0.
5.2
"
version = "0.
6.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
06444f4ca05a60693da6e9e2b591bd40a298e65a118a8d5e830771718b3e0253
"
checksum = "
91b4990248b9e1ec5e72094a2ccaea70ec3809f88f6fd52192f2af306b87c5d9
"
dependencies = [
dependencies = [
"gdk-pixbuf",
"gdk-pixbuf",
"gdk4",
"gdk4",
...
@@ -549,9 +533,9 @@ dependencies = [
...
@@ -549,9 +533,9 @@ dependencies = [
[[package]]
[[package]]
name = "libadwaita-sys"
name = "libadwaita-sys"
version = "0.
5.2
"
version = "0.
6.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
021cfe3d1fcfa82411765a791f7e9b32f35dd98ce88d2e3fa10e7320f5cc8ce7
"
checksum = "
23a748e4e92be1265cd9e93d569c0b5dfc7814107985aa6743d670ab281ea1a8
"
dependencies = [
dependencies = [
"gdk4-sys",
"gdk4-sys",
"gio-sys",
"gio-sys",
...
@@ -565,15 +549,15 @@ dependencies = [
...
@@ -565,15 +549,15 @@ dependencies = [
[[package]]
[[package]]
name = "libc"
name = "libc"
version = "0.2.1
48
"
version = "0.2.1
53
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c
dc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b
"
checksum = "9c
198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd
"
[[package]]
[[package]]
name = "linux-raw-sys"
name = "linux-raw-sys"
version = "0.4.
7
"
version = "0.4.
13
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128
"
checksum = "
01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c
"
[[package]]
[[package]]
name = "locale_config"
name = "locale_config"
...
@@ -605,9 +589,9 @@ dependencies = [
...
@@ -605,9 +589,9 @@ dependencies = [
[[package]]
[[package]]
name = "memchr"
name = "memchr"
version = "2.
6.3
"
version = "2.
7.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c
"
checksum = "
523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149
"
[[package]]
[[package]]
name = "memoffset"
name = "memoffset"
...
@@ -648,29 +632,22 @@ dependencies = [
...
@@ -648,29 +632,22 @@ dependencies = [
]
]
[[package]]
[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "pango"
name = "pango"
version = "0.1
8
.0"
version = "0.1
9
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
06a9e54b831d033206160096b825f2070cf5fda7e35167b1c01e9e774f9202d1
"
checksum = "
78d7f779b957728c74fd1a060dfa6d89a0bea792ebc50cc2da80e4e87282d69e
"
dependencies = [
dependencies = [
"gio",
"gio",
"glib",
"glib",
"libc",
"libc",
"once_cell",
"pango-sys",
"pango-sys",
]
]
[[package]]
[[package]]
name = "pango-sys"
name = "pango-sys"
version = "0.1
8
.0"
version = "0.1
9
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5
"
checksum = "
f52ef6a881c19fbfe3b1484df5cad411acaaba29dbec843941c3110d19f340ea
"
dependencies = [
dependencies = [
"glib-sys",
"glib-sys",
"gobject-sys",
"gobject-sys",
...
@@ -692,9 +669,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
...
@@ -692,9 +669,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
[[package]]
name = "pkg-config"
name = "pkg-config"
version = "0.3.2
7
"
version = "0.3.2
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2
6072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964
"
checksum = "2
900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb
"
[[package]]
[[package]]
name = "pretty_env_logger"
name = "pretty_env_logger"
...
@@ -708,11 +685,10 @@ dependencies = [
...
@@ -708,11 +685,10 @@ dependencies = [
[[package]]
[[package]]
name = "proc-macro-crate"
name = "proc-macro-crate"
version = "
1.3.1
"
version = "
3.1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919
"
checksum = "
6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284
"
dependencies = [
dependencies = [
"once_cell",
"toml_edit",
"toml_edit",
]
]
...
@@ -742,27 +718,27 @@ dependencies = [
...
@@ -742,27 +718,27 @@ dependencies = [
[[package]]
[[package]]
name = "proc-macro2"
name = "proc-macro2"
version = "1.0.
67
"
version = "1.0.
78
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328
"
checksum = "
e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae
"
dependencies = [
dependencies = [
"unicode-ident",
"unicode-ident",
]
]
[[package]]
[[package]]
name = "quote"
name = "quote"
version = "1.0.3
3
"
version = "1.0.3
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
"
checksum = "
291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
]
]
[[package]]
[[package]]
name = "regex"
name = "regex"
version = "1.
9.5
"
version = "1.
10.3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47
"
checksum = "
b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15
"
dependencies = [
dependencies = [
"aho-corasick",
"aho-corasick",
"memchr",
"memchr",
...
@@ -772,9 +748,9 @@ dependencies = [
...
@@ -772,9 +748,9 @@ dependencies = [
[[package]]
[[package]]
name = "regex-automata"
name = "regex-automata"
version = "0.
3.8
"
version = "0.
4.5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795
"
checksum = "
5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd
"
dependencies = [
dependencies = [
"aho-corasick",
"aho-corasick",
"memchr",
"memchr",
...
@@ -783,9 +759,9 @@ dependencies = [
...
@@ -783,9 +759,9 @@ dependencies = [
[[package]]
[[package]]
name = "regex-syntax"
name = "regex-syntax"
version = "0.
7.5
"
version = "0.
8.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da
"
checksum = "
c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f
"
[[package]]
[[package]]
name = "rustc_version"
name = "rustc_version"
...
@@ -798,9 +774,9 @@ dependencies = [
...
@@ -798,9 +774,9 @@ dependencies = [
[[package]]
[[package]]
name = "rustix"
name = "rustix"
version = "0.38.
13
"
version = "0.38.
31
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662
"
checksum = "
6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949
"
dependencies = [
dependencies = [
"bitflags",
"bitflags",
"errno",
"errno",
...
@@ -811,35 +787,35 @@ dependencies = [
...
@@ -811,35 +787,35 @@ dependencies = [
[[package]]
[[package]]
name = "semver"
name = "semver"
version = "1.0.
18
"
version = "1.0.
21
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b
0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918
"
checksum = "b
97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0
"
[[package]]
[[package]]
name = "serde"
name = "serde"
version = "1.0.1
88
"
version = "1.0.1
96
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e
"
checksum = "
870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32
"
dependencies = [
dependencies = [
"serde_derive",
"serde_derive",
]
]
[[package]]
[[package]]
name = "serde_derive"
name = "serde_derive"
version = "1.0.1
88
"
version = "1.0.1
96
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2
"
checksum = "
33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.
36
",
"syn 2.0.
48
",
]
]
[[package]]
[[package]]
name = "serde_spanned"
name = "serde_spanned"
version = "0.6.
3
"
version = "0.6.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186
"
checksum = "
eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1
"
dependencies = [
dependencies = [
"serde",
"serde",
]
]
...
@@ -855,9 +831,9 @@ dependencies = [
...
@@ -855,9 +831,9 @@ dependencies = [
[[package]]
[[package]]
name = "smallvec"
name = "smallvec"
version = "1.1
1.0
"
version = "1.1
3.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9
"
checksum = "
e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7
"
[[package]]
[[package]]
name = "syn"
name = "syn"
...
@@ -872,9 +848,9 @@ dependencies = [
...
@@ -872,9 +848,9 @@ dependencies = [
[[package]]
[[package]]
name = "syn"
name = "syn"
version = "2.0.
36
"
version = "2.0.
48
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
91e02e55d62894af2a08aca894c6577281f76769ba47c94d5756bec8ac6e7373
"
checksum = "
0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
...
@@ -883,9 +859,9 @@ dependencies = [
...
@@ -883,9 +859,9 @@ dependencies = [
[[package]]
[[package]]
name = "system-deps"
name = "system-deps"
version = "6.
1.1
"
version = "6.
2.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3
"
checksum = "
2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331
"
dependencies = [
dependencies = [
"cfg-expr",
"cfg-expr",
"heck",
"heck",
...
@@ -896,50 +872,50 @@ dependencies = [
...
@@ -896,50 +872,50 @@ dependencies = [
[[package]]
[[package]]
name = "target-lexicon"
name = "target-lexicon"
version = "0.12.1
1
"
version = "0.12.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a
"
checksum = "
69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae
"
[[package]]
[[package]]
name = "temp-dir"
name = "temp-dir"
version = "0.1.1
1
"
version = "0.1.1
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab
"
checksum = "
dd16aa9ffe15fe021c6ee3766772132c6e98dfa395a167e16864f61a9cfb71d6
"
[[package]]
[[package]]
name = "termcolor"
name = "termcolor"
version = "1.
2.0
"
version = "1.
4.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6
"
checksum = "
06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755
"
dependencies = [
dependencies = [
"winapi-util",
"winapi-util",
]
]
[[package]]
[[package]]
name = "thiserror"
name = "thiserror"
version = "1.0.
48
"
version = "1.0.
56
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7
"
checksum = "
d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad
"
dependencies = [
dependencies = [
"thiserror-impl",
"thiserror-impl",
]
]
[[package]]
[[package]]
name = "thiserror-impl"
name = "thiserror-impl"
version = "1.0.
48
"
version = "1.0.
56
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35
"
checksum = "
fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471
"
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
"syn 2.0.
36
",
"syn 2.0.
48
",
]
]
[[package]]
[[package]]
name = "toml"
name = "toml"
version = "0.
7.8
"
version = "0.
8.9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257
"
checksum = "
c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325
"
dependencies = [
dependencies = [
"serde",
"serde",
"serde_spanned",
"serde_spanned",
...
@@ -949,18 +925,18 @@ dependencies = [
...
@@ -949,18 +925,18 @@ dependencies = [
[[package]]
[[package]]
name = "toml_datetime"
name = "toml_datetime"
version = "0.6.
3
"
version = "0.6.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b
"
checksum = "
3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1
"
dependencies = [
dependencies = [
"serde",
"serde",
]
]
[[package]]
[[package]]
name = "toml_edit"
name = "toml_edit"
version = "0.
19.15
"
version = "0.
21.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e742
1"
checksum = "
6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e
1"
dependencies = [
dependencies = [
"indexmap",
"indexmap",
"serde",
"serde",
...
@@ -1005,9 +981,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
...
@@ -1005,9 +981,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
[[package]]
name = "winapi-util"
name = "winapi-util"
version = "0.1.
5
"
version = "0.1.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178
"
checksum = "
f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596
"
dependencies = [
dependencies = [
"winapi",
"winapi",
]
]
...
@@ -1020,18 +996,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
...
@@ -1020,18 +996,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
[[package]]
name = "windows-sys"
name = "windows-sys"
version = "0.
48
.0"
version = "0.
52
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9
"
checksum = "
282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d
"
dependencies = [
dependencies = [
"windows-targets",
"windows-targets",
]
]
[[package]]
[[package]]
name = "windows-targets"
name = "windows-targets"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c
"
checksum = "
8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd
"
dependencies = [
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_aarch64_msvc",
...
@@ -1044,51 +1020,51 @@ dependencies = [
...
@@ -1044,51 +1020,51 @@ dependencies = [
[[package]]
[[package]]
name = "windows_aarch64_gnullvm"
name = "windows_aarch64_gnullvm"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8
"
checksum = "
cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea
"
[[package]]
[[package]]
name = "windows_aarch64_msvc"
name = "windows_aarch64_msvc"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc
"
checksum = "
bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef
"
[[package]]
[[package]]
name = "windows_i686_gnu"
name = "windows_i686_gnu"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a
75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e
"
checksum = "a
28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313
"
[[package]]
[[package]]
name = "windows_i686_msvc"
name = "windows_i686_msvc"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406
"
checksum = "
ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a
"
[[package]]
[[package]]
name = "windows_x86_64_gnu"
name = "windows_x86_64_gnu"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e
"
checksum = "
3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd
"
[[package]]
[[package]]
name = "windows_x86_64_gnullvm"
name = "windows_x86_64_gnullvm"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc
"
checksum = "
1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e
"
[[package]]
[[package]]
name = "windows_x86_64_msvc"
name = "windows_x86_64_msvc"
version = "0.
48.5
"
version = "0.
52.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538
"
checksum = "
dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04
"
[[package]]
[[package]]
name = "winnow"
name = "winnow"
version = "0.5.
15
"
version = "0.5.
37
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc
"
checksum = "
a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5
"
dependencies = [
dependencies = [
"memchr",
"memchr",
]
]
Cargo.toml
View file @
32c787ef
...
@@ -6,9 +6,9 @@ edition = "2021"
...
@@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
[dependencies]
gtk
=
{
package
=
"gtk4"
,
version
=
"0.
7
"
,
features=
["gnome_45"]
}
gtk
=
{
package
=
"gtk4"
,
version
=
"0.
8
"
,
features=
["gnome_45"]
}
log
=
"0.4"
log
=
"0.4"
gettext-rs
=
{
version
=
"0.7"
,
features
=
["gettext-system"]
}
gettext-rs
=
{
version
=
"0.7"
,
features
=
["gettext-system"]
}
adw
=
{package
=
"libadwaita"
,
version
=
"0.
5
"
}
adw
=
{package
=
"libadwaita"
,
version
=
"0.
6
"
}
pretty_env_logger
=
"0.5"
pretty_env_logger
=
"0.5"
regex
=
"1.5"
regex
=
"1.5"
src/application.rs
View file @
32c787ef
...
@@ -4,7 +4,8 @@ use gtk::{gio, glib};
...
@@ -4,7 +4,8 @@ use gtk::{gio, glib};
use
crate
::{
config
,
widgets
::
Window
};
use
crate
::{
config
,
widgets
::
Window
};
mod
imp
{
mod
imp
{
use
glib
::{
once_cell
::
sync
::
OnceCell
,
WeakRef
};
use
glib
::
WeakRef
;
use
std
::
cell
::
OnceCell
;
use
super
::
*
;
use
super
::
*
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment