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
b44f77e5
Commit
b44f77e5
authored
Dec 31, 2021
by
Bilal Elmoussaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use gtk-rs from git
This is in preparation for a future gtk-rs release
parent
347c85f3
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
255 additions
and
317 deletions
+255
-317
Cargo.lock
Cargo.lock
+239
-298
Cargo.toml
Cargo.toml
+3
-3
application.rs
src/application.rs
+2
-3
image.rs
src/widgets/pages/image.rs
+1
-1
welcome.rs
src/widgets/pages/welcome.rs
+1
-1
paginator.rs
src/widgets/paginator.rs
+5
-5
window.rs
src/widgets/window.rs
+4
-6
No files found.
Cargo.lock
View file @
b44f77e5
...
...
@@ -4,18 +4,18 @@ version = 3
[[package]]
name = "aho-corasick"
version = "0.7.1
5
"
version = "0.7.1
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5
"
checksum = "
1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
"
dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.
38
"
version = "1.0.
52
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1
"
checksum = "
84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3
"
[[package]]
name = "atty"
...
...
@@ -36,9 +36,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bitflags"
version = "1.
2.1
"
version = "1.
3.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693
"
checksum = "
bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
"
[[package]]
name = "block"
...
...
@@ -48,33 +48,31 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "cairo-rs"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f859ade407c19810ae920b4fafab92189ed312adad490d08fb16b5f49f1e2207"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"glib
0.15.0
",
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c9c3928781e8a017ece15eace05230f04b647457d170d2d9641c94a444ff80"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib-sys",
"glib-sys
0.15.0
",
"libc",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
]
[[package]]
name = "cc"
version = "1.0.
66
"
version = "1.0.
72
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48
"
checksum = "
22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee
"
[[package]]
name = "cfg-expr"
...
...
@@ -131,24 +129,24 @@ dependencies = [
[[package]]
name = "futures-channel"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846
"
checksum = "
ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b
"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65
"
checksum = "
d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7
"
[[package]]
name = "futures-executor"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9
"
checksum = "
29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a
"
dependencies = [
"futures-core",
"futures-task",
...
...
@@ -157,24 +155,21 @@ dependencies = [
[[package]]
name = "futures-io"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500
"
checksum = "
b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2
"
[[package]]
name = "futures-task"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
dependencies = [
"once_cell",
]
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
[[package]]
name = "futures-util"
version = "0.3.1
2
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b
"
checksum = "
d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164
"
dependencies = [
"futures-core",
"futures-task",
...
...
@@ -185,78 +180,63 @@ dependencies = [
[[package]]
name = "gdk-pixbuf"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"glib
0.15.0
",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"libc",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
]
[[package]]
name = "gdk4"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0f7f98ad25b81ac9462f74a091b0e4c0983ed1e74d19a38230c772b4dcef81"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"glib
0.15.0
",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "262a79666b42e1884577f11a050439a964b95dec55343ac6ace7930e1415fa18"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"glib-sys 0.15.0",
"gobject-sys 0.15.0",
"libc",
"pango-sys",
"system-deps 4.0.0",
]
[[package]]
name = "getrandom"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
"cfg-if",
"libc",
"wasi",
"system-deps 6.0.0",
]
[[package]]
name = "gettext-rs"
version = "0.
6
.0"
version = "0.
7
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
3df4e7a9dc238dddd30f183d43e4f497990885daa211fcf01657159ade8f1610
"
checksum = "
e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364
"
dependencies = [
"gettext-sys",
"locale_config",
...
...
@@ -264,26 +244,25 @@ dependencies = [
[[package]]
name = "gettext-sys"
version = "0.21.
0
"
version = "0.21.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
885d118016f633f99f741afe6c1433c040813a3cbc755cbfdf85f963e02fad80
"
checksum = "
afa9e06ab9e7514cc9ae668ea3b71ea1536259d767dff0289ac23ad134f99929
"
dependencies = [
"cc",
"temp
file
",
"temp
-dir
",
]
[[package]]
name = "gio"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a4c12fcba7a6402ae843a0085ec16d3658a87901763b6a7f0a7c5d60e555a5"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
"gio-sys",
"glib",
"glib
0.15.0
",
"libc",
"once_cell",
"thiserror",
...
...
@@ -291,34 +270,52 @@ dependencies = [
[[package]]
name = "gio-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"libc",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
"winapi",
]
[[package]]
name = "glib"
version = "0.14.
5
"
version = "0.14.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a930b7208e6e0ab839eea5f65ac2b82109f729621430d47fe905e2e09d33f4"
checksum = "7c515f1e62bf151ef6635f528d05b02c11506de986e43b34a5c920ef0b3796a4"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros 0.14.1",
"glib-sys 0.14.0",
"gobject-sys 0.14.0",
"libc",
"once_cell",
"smallvec",
]
[[package]]
name = "glib"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros",
"glib-sys",
"gobject-sys",
"glib-macros
0.15.0
",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"libc",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
...
...
@@ -328,7 +325,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518"
dependencies = [
"anyhow",
"heck",
"heck 0.3.3",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "glib-macros"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"anyhow",
"heck 0.4.0",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
...
...
@@ -347,6 +358,15 @@ dependencies = [
]
[[package]]
name = "glib-sys"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"libc",
"system-deps 6.0.0",
]
[[package]]
name = "gnome-tour"
version = "40.0.0"
dependencies = [
...
...
@@ -365,44 +385,51 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
dependencies = [
"glib-sys",
"glib-sys
0.14.0
",
"libc",
"system-deps 3.2.0",
]
[[package]]
name = "gobject-sys"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib-sys 0.15.0",
"libc",
"system-deps 6.0.0",
]
[[package]]
name = "graphene-rs"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1460a39f06e491e6112f27e71e51435c833ba370723224dd1743dfd1f201f19"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib",
"glib
0.15.0
",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d23fb7a9547e5f072a7e0cd49cd648fedeb786d122b106217511980cbb8962"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib-sys",
"glib-sys
0.15.0
",
"libc",
"pkg-config",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
]
[[package]]
name = "gsk4"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20b71f2e2cc699c2e0fbfa22899eeaffd84f9c1dc01e9263deac8664eec22dc0"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"glib
0.15.0
",
"graphene-rs",
"gsk4-sys",
"libc",
...
...
@@ -411,32 +438,31 @@ dependencies = [
[[package]]
name = "gsk4-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30468aff80e4faadf22f9ba164ea17511a69a9995d7a13827a13424ef47b2472"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"graphene-sys",
"libc",
"pango-sys",
"system-deps
4
.0.0",
"system-deps
6
.0.0",
]
[[package]]
name = "gstreamer"
version = "0.17.
3
"
version = "0.17.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
810e68483c27518ec8491d71ee163f9fc03dcc4ebacee98caa348e8a064898ef
"
checksum = "
c6a255f142048ba2c4a4dce39106db1965abe355d23f4b5335edea43a553faa4
"
dependencies = [
"bitflags",
"cfg-if",
"futures-channel",
"futures-core",
"futures-util",
"glib",
"glib
0.14.8
",
"gstreamer-sys",
"libc",
"muldiv",
...
...
@@ -456,7 +482,7 @@ checksum = "2c0c1d8c62eb5d08fb80173609f2eea71d385393363146e4e78107facbd67715"
dependencies = [
"bitflags",
"cfg-if",
"glib",
"glib
0.14.8
",
"gstreamer",
"gstreamer-base-sys",
"libc",
...
...
@@ -468,8 +494,8 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28169a7b58edb93ad8ac766f0fa12dcd36a2af4257a97ee10194c7103baf3e27"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.14.0
",
"gobject-sys
0.14.0
",
"gstreamer-sys",
"libc",
"system-deps 3.2.0",
...
...
@@ -482,7 +508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c503dba6f79b5cd8a4be5329119892c196db013ce66fce16079a7df8ce819a3a"
dependencies = [
"bitflags",
"glib",
"glib
0.14.8
",
"gstreamer",
"gstreamer-player-sys",
"gstreamer-video",
...
...
@@ -496,8 +522,8 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e50bed2a120574750ea1370163df21b50762d0b4967f569fdc58232f4c930d5"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.14.0
",
"gobject-sys
0.14.0
",
"gstreamer-sys",
"gstreamer-video-sys",
"libc",
...
...
@@ -510,8 +536,8 @@ version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a81704feeb3e8599913bdd1e738455c2991a01ff4a1780cb62200993e454cc3e"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.14.0
",
"gobject-sys
0.14.0
",
"libc",
"system-deps 3.2.0",
]
...
...
@@ -525,7 +551,7 @@ dependencies = [
"bitflags",
"cfg-if",
"futures-channel",
"glib",
"glib
0.14.8
",
"gstreamer",
"gstreamer-base",
"gstreamer-video-sys",
...
...
@@ -539,8 +565,8 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b81608f4182bdddd5bd33aaaa341d5544eda12b067a3dab75b1b7d2de01a3ba7"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.14.0
",
"gobject-sys
0.14.0
",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
...
...
@@ -549,9 +575,8 @@ dependencies = [
[[package]]
name = "gtk4"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "906f9308d15789d96a736881582181d710ae0937197119df459f3d2b46ef6776"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"bitflags",
"cairo-rs",
...
...
@@ -560,7 +585,7 @@ dependencies = [
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"glib
0.15.0
",
"graphene-rs",
"gsk4",
"gtk4-macros",
...
...
@@ -572,13 +597,10 @@ dependencies = [
[[package]]
name = "gtk4-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d0d008cdf23214c697482415dd20f666bdf3cc9f5e803b017223c17c5b59a6e"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"anyhow",
"heck",
"itertools",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
...
...
@@ -588,37 +610,42 @@ dependencies = [
[[package]]
name = "gtk4-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06be0a6322aa77dd372f726e97efbcbb192d9a824a414a8874f238effd7747c"
version = "0.4.0"
source = "git+https://github.com/gtk-rs/gtk4-rs#0baa9ec635e54343c469fc75595499b8ff524f6a"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps
4
.0.0",
"system-deps
6
.0.0",
]
[[package]]
name = "heck"
version = "0.3.
2
"
version = "0.3.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6a
c"
checksum = "
6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132
c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.1
8
"
version = "0.1.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c
"
checksum = "
62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
"
dependencies = [
"libc",
]
...
...
@@ -634,9 +661,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.
1
"
version = "0.10.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf
"
checksum = "
a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3
"
dependencies = [
"either",
]
...
...
@@ -649,14 +676,13 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libadwaita"
version = "0.1.0-beta-1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef1e2d4b5490caff8a1d44648f68721ab917f765a7fa1d0226fcdac42d86552"
version = "0.1.0-alpha-6"
source = "git+https://gitlab.gnome.org/World/Rust/libadwaita-rs#ead2627571d6644f849a99670ca35fdcaa300394"
dependencies = [
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"glib
0.15.0
",
"gtk4",
"libadwaita-sys",
"libc",
...
...
@@ -666,24 +692,23 @@ dependencies = [
[[package]]
name = "libadwaita-sys"
version = "0.1.0-beta-1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a165d8c96824753ec072b70a9149790efa3d5abb07e130cda7eb04ef2006d4c"
version = "0.1.0-alpha-6"
source = "git+https://gitlab.gnome.org/World/Rust/libadwaita-rs#ead2627571d6644f849a99670ca35fdcaa300394"
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"gtk4-sys",
"libc",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
]
[[package]]
name = "libc"
version = "0.2.
86
"
version = "0.2.
112
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c
"
checksum = "
1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125
"
[[package]]
name = "locale_config"
...
...
@@ -718,15 +743,15 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.
3.4
"
version = "2.
4.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525
"
checksum = "
308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a
"
[[package]]
name = "memoffset"
version = "0.6.
4
"
version = "0.6.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5
9accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9
"
checksum = "5
aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce
"
dependencies = [
"autocfg",
]
...
...
@@ -798,18 +823,17 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.
5.2
"
version = "1.
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0
"
checksum = "
da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5
"
[[package]]
name = "pango"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fc88307d9797976ea62722ff2ec5de3fae279c6e20100ed3f49ca1a4bf3f96"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"bitflags",
"glib",
"glib
0.15.0
",
"libc",
"once_cell",
"pango-sys",
...
...
@@ -817,21 +841,20 @@ dependencies = [
[[package]]
name = "pango-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe"
version = "0.15.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core#9c59482b4bc1d3d46ca7ddaf40f9e9e04964b4c6"
dependencies = [
"glib-sys",
"gobject-sys",
"glib-sys
0.15.0
",
"gobject-sys
0.15.0
",
"libc",
"system-deps
3.2
.0",
"system-deps
6.0
.0",
]
[[package]]
name = "paste"
version = "1.0.
4
"
version = "1.0.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1
"
checksum = "
0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5
"
[[package]]
name = "pest"
...
...
@@ -844,9 +867,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.2.
4
"
version = "0.2.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827
"
checksum = "
e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c
"
[[package]]
name = "pin-utils"
...
...
@@ -856,15 +879,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.
19
"
version = "0.3.
24
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "ppv-lite86"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]]
name = "pretty-hex"
...
...
@@ -884,9 +901,9 @@ dependencies = [
[[package]]
name = "proc-macro-crate"
version = "1.
0
.0"
version = "1.
1
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92
"
checksum = "
1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83
"
dependencies = [
"thiserror",
"toml",
...
...
@@ -918,9 +935,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.
24
"
version = "1.0.
36
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71
"
checksum = "
c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029
"
dependencies = [
"unicode-xid",
]
...
...
@@ -933,88 +950,29 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
version = "1.0.
9
"
version = "1.0.
14
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7
"
checksum = "
47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d
"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core",
]
[[package]]
name = "redox_syscall"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
version = "1.
4.3
"
version = "1.
5.4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d
9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a
"
checksum = "d
07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461
"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.2
2
"
version = "0.6.2
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "rustc_version"
...
...
@@ -1045,21 +1003,21 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.1
23
"
version = "1.0.1
32
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae
"
checksum = "
8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008
"
[[package]]
name = "slab"
version = "0.4.
2
"
version = "0.4.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8
"
checksum = "
9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5
"
[[package]]
name = "smallvec"
version = "1.
6.1
"
version = "1.
7.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e
"
checksum = "
1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309
"
[[package]]
name = "strum"
...
...
@@ -1073,7 +1031,7 @@ version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
"heck",
"heck
0.3.3
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -1081,9 +1039,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.
60
"
version = "1.0.
84
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081
"
checksum = "
ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -1098,42 +1056,34 @@ checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
dependencies = [
"anyhow",
"cfg-expr 0.8.1",
"heck",
"heck
0.3.3
",
"itertools",
"pkg-config",
"strum",
"strum_macros",
"thiserror",
"toml",
"version-compare",
"version-compare
0.0.11
",
]
[[package]]
name = "system-deps"
version = "
4
.0.0"
version = "
6
.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6c1889ab44c2a423ba9ba4d64cd04989b25c0280ca7ade813f05368418722a0
4"
checksum = "
7b1487aaddaacbc5d60a2a507ba1617c5ca66c57dd0dd07d0c5efd5b693841d
4"
dependencies = [
"cfg-expr 0.9.0",
"heck",
"heck
0.3.3
",
"pkg-config",
"toml",
"version-compare",
"version-compare
0.1.0
",
]
[[package]]
name = "temp
file
"
version = "
3.2.0
"
name = "temp
-dir
"
version = "
0.1.11
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
]
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
[[package]]
name = "termcolor"
...
...
@@ -1146,18 +1096,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.
29
"
version = "1.0.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88
"
checksum = "
854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417
"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.
29
"
version = "1.0.
30
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c
"
checksum = "
aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -1165,15 +1115,6 @@ dependencies = [
]
[[package]]
name = "thread_local"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
dependencies = [
"once_cell",
]
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
...
@@ -1190,15 +1131,15 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicode-segmentation"
version = "1.
7.1
"
version = "1.
8.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796
"
checksum = "
8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b
"
[[package]]
name = "unicode-xid"
version = "0.2.
1
"
version = "0.2.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564
"
checksum = "
8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3
"
[[package]]
name = "version-compare"
...
...
@@ -1207,16 +1148,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
[[package]]
name = "version
_check
"
version = "0.
9.2
"
name = "version
-compare
"
version = "0.
1.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed
"
checksum = "
fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73
"
[[package]]
name = "
wasi
"
version = "0.
10.2+wasi-snapshot-preview1
"
name = "
version_check
"
version = "0.
9.4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6
"
checksum = "
49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
"
[[package]]
name = "winapi"
...
...
Cargo.toml
View file @
b44f77e5
...
...
@@ -8,10 +8,10 @@ edition = "2018"
video
=
[
"gst_player"
,
"gst"
]
[dependencies]
gtk
=
{
package
=
"gtk4"
,
version
=
"0.3
"
,
features=
["v4_2"]
}
gtk
=
{
package
=
"gtk4"
,
git
=
"https://github.com/gtk-rs/gtk4-rs
"
,
features=
["v4_2"]
}
log
=
"0.4"
gettext-rs
=
{
version
=
"0.
6
"
,
features
=
["gettext-system"]
}
libadwaita
=
"0.1.0-beta-1"
gettext-rs
=
{
version
=
"0.
7
"
,
features
=
["gettext-system"]
}
adw
=
{package
=
"libadwaita"
,
git
=
"https://gitlab.gnome.org/World/Rust/libadwaita-rs"
}
pretty_env_logger
=
"0.4"
[dependencies.gst_player]
...
...
src/application.rs
View file @
b44f77e5
...
...
@@ -8,14 +8,13 @@ use log::info;
use
std
::{
cell
::
RefCell
,
rc
::
Rc
};
pub
struct
Application
{
app
:
libadwaita
::
Application
,
app
:
adw
::
Application
,
window
:
RefCell
<
Rc
<
Option
<
Window
>>>
,
}
impl
Application
{
pub
fn
new
()
->
Rc
<
Self
>
{
let
app
=
libadwaita
::
Application
::
new
(
Some
(
config
::
APP_ID
),
gio
::
ApplicationFlags
::
FLAGS_NONE
);
let
app
=
adw
::
Application
::
new
(
Some
(
config
::
APP_ID
),
gio
::
ApplicationFlags
::
FLAGS_NONE
);
app
.set_resource_base_path
(
Some
(
"/org/gnome/Tour"
));
let
application
=
Rc
::
new
(
Self
{
...
...
src/widgets/pages/image.rs
View file @
b44f77e5
...
...
@@ -32,7 +32,7 @@ impl ImagePageWidget {
.margin_start
(
12
)
.margin_end
(
12
)
.build
();
let
clamp
=
libadwaita
::
Clamp
::
new
();
let
clamp
=
adw
::
Clamp
::
new
();
clamp
.set_child
(
Some
(
&
container
));
let
picture
=
gtk
::
Picture
::
builder
()
...
...
src/widgets/pages/welcome.rs
View file @
b44f77e5
...
...
@@ -78,7 +78,7 @@ impl WelcomePageWidget {
self
.widget
.add_css_class
(
"page"
);
self
.widget
.add_css_class
(
"welcome-page"
);
let
clamp
=
libadwaita
::
Clamp
::
new
();
let
clamp
=
adw
::
Clamp
::
new
();
clamp
.set_child
(
Some
(
&
container
));
#[cfg(not(feature
=
"video"
))]
...
...
src/widgets/paginator.rs
View file @
b44f77e5
...
...
@@ -6,8 +6,8 @@ use std::rc::Rc;
pub
struct
PaginatorWidget
{
pub
widget
:
gtk
::
Box
,
carousel
:
libadwaita
::
Carousel
,
carousel_dots
:
libadwaita
::
CarouselIndicatorDots
,
carousel
:
adw
::
Carousel
,
carousel_dots
:
adw
::
CarouselIndicatorDots
,
headerbar
:
gtk
::
HeaderBar
,
pages
:
RefCell
<
Vec
<
gtk
::
Widget
>>
,
current_page
:
RefCell
<
u32
>
,
...
...
@@ -25,8 +25,8 @@ impl PaginatorWidget {
let
paginator
=
Rc
::
new
(
Self
{
widget
,
carousel
:
libadwaita
::
Carousel
::
new
(),
carousel_dots
:
libadwaita
::
CarouselIndicatorDots
::
new
(),
carousel
:
adw
::
Carousel
::
new
(),
carousel_dots
:
adw
::
CarouselIndicatorDots
::
new
(),
headerbar
:
gtk
::
HeaderBar
::
builder
()
.show_title_buttons
(
false
)
.build
(),
start_btn
:
gtk
::
Button
::
with_label
(
&
gettext
(
"_Start"
)),
next_overlay
:
gtk
::
Overlay
::
new
(),
...
...
@@ -114,7 +114,7 @@ impl PaginatorWidget {
self
.carousel
.set_hexpand
(
true
);
self
.carousel
.set_vexpand
(
true
);
self
.carousel
.set_scroll_params
(
&
libadwaita
::
SpringParams
::
new
(
1.0
,
0.5
,
300.0
));
.set_scroll_params
(
&
adw
::
SpringParams
::
new
(
1.0
,
0.5
,
300.0
));
self
.carousel
.connect_position_notify
(
clone!
(
@
weak
p
=>
move
|
_
|
{
...
...
src/widgets/window.rs
View file @
b44f77e5
use
adw
::
prelude
::
*
;
use
gettextrs
::
gettext
;
use
gtk
::
glib
;
use
gtk
::
prelude
::
*
;
use
libadwaita
::
traits
::
ApplicationWindowExt
;
use
std
::
cell
::
RefCell
;
use
std
::
rc
::
Rc
;
...
...
@@ -10,13 +8,13 @@ use super::paginator::PaginatorWidget;
use
crate
::
config
::{
APP_ID
,
PROFILE
};
pub
struct
Window
{
pub
widget
:
libadwaita
::
ApplicationWindow
,
pub
widget
:
adw
::
ApplicationWindow
,
pub
paginator
:
RefCell
<
Rc
<
PaginatorWidget
>>
,
}
impl
Window
{
pub
fn
new
(
app
:
&
libadwaita
::
Application
)
->
Self
{
let
widget
=
libadwaita
::
ApplicationWindow
::
new
(
app
);
pub
fn
new
(
app
:
&
adw
::
Application
)
->
Self
{
let
widget
=
adw
::
ApplicationWindow
::
new
(
app
);
let
paginator
=
RefCell
::
new
(
PaginatorWidget
::
new
());
...
...
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