tiling applet improvements

This commit is contained in:
Ashley Wulber 2023-10-18 18:29:51 -04:00 committed by Ashley Wulber
parent 46e9329614
commit a58fedba44
4 changed files with 153 additions and 92 deletions

16
Cargo.lock generated
View file

@ -935,7 +935,6 @@ dependencies = [
[[package]]
name = "cosmic-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"atomicwrites",
"cosmic-config-derive",
@ -949,7 +948,6 @@ dependencies = [
[[package]]
name = "cosmic-config-derive"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"quote",
"syn 1.0.109",
@ -1048,7 +1046,6 @@ dependencies = [
[[package]]
name = "cosmic-theme"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"almost",
"cosmic-config",
@ -2412,7 +2409,6 @@ dependencies = [
[[package]]
name = "iced"
version = "0.10.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"iced_accessibility",
"iced_core",
@ -2427,7 +2423,6 @@ dependencies = [
[[package]]
name = "iced_accessibility"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"accesskit",
"accesskit_unix",
@ -2436,7 +2431,6 @@ dependencies = [
[[package]]
name = "iced_core"
version = "0.10.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"bitflags 1.3.2",
"iced_accessibility",
@ -2451,7 +2445,6 @@ dependencies = [
[[package]]
name = "iced_futures"
version = "0.7.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"futures",
"iced_core",
@ -2464,7 +2457,6 @@ dependencies = [
[[package]]
name = "iced_graphics"
version = "0.9.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"bitflags 1.3.2",
"bytemuck",
@ -2482,7 +2474,6 @@ dependencies = [
[[package]]
name = "iced_renderer"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"iced_graphics",
"iced_tiny_skia",
@ -2495,7 +2486,6 @@ dependencies = [
[[package]]
name = "iced_runtime"
version = "0.1.1"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"iced_accessibility",
"iced_core",
@ -2507,7 +2497,6 @@ dependencies = [
[[package]]
name = "iced_sctk"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"enum-repr",
"float-cmp",
@ -2531,7 +2520,6 @@ dependencies = [
[[package]]
name = "iced_style"
version = "0.9.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"iced_core",
"once_cell",
@ -2541,7 +2529,6 @@ dependencies = [
[[package]]
name = "iced_tiny_skia"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"bytemuck",
"cosmic-text",
@ -2559,7 +2546,6 @@ dependencies = [
[[package]]
name = "iced_wgpu"
version = "0.11.1"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"bitflags 1.3.2",
"bytemuck",
@ -2581,7 +2567,6 @@ dependencies = [
[[package]]
name = "iced_widget"
version = "0.1.3"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"iced_renderer",
"iced_runtime",
@ -2853,7 +2838,6 @@ checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "libcosmic"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic//#7cc791a3f5c0e54e091cce800a638aa5567055ef"
dependencies = [
"apply",
"ashpd",