fix(iced): reversed scroll direction
This commit is contained in:
parent
1970499459
commit
14a5d0c0ba
3 changed files with 1 additions and 4 deletions
|
|
@ -13,8 +13,6 @@ env_logger = "0.10.2"
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
|
|
||||||
[dependencies.libcosmic]
|
[dependencies.libcosmic]
|
||||||
# path = "../../"
|
|
||||||
branch = "iced-rebase"
|
|
||||||
git = "https://github.com/pop-os/libcosmic"
|
git = "https://github.com/pop-os/libcosmic"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["applet-token"]
|
features = ["applet-token"]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ env_logger = "0.11"
|
||||||
|
|
||||||
[dependencies.libcosmic]
|
[dependencies.libcosmic]
|
||||||
git = "https://github.com/pop-os/libcosmic"
|
git = "https://github.com/pop-os/libcosmic"
|
||||||
branch = "iced-rebase"
|
|
||||||
features = [
|
features = [
|
||||||
"debug",
|
"debug",
|
||||||
"winit",
|
"winit",
|
||||||
|
|
|
||||||
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit fb1d5b2ed88f8e56b8637b777cedb135a04098d4
|
Subproject commit b22d363f2c7d6485a3eddc6a54b2a652b7ded916
|
||||||
Loading…
Add table
Add a link
Reference in a new issue