Accessor methods, better debug for menu

This commit is contained in:
Ian Douglas Scott 2021-08-27 10:44:35 -07:00
parent 91638fae8b
commit 1c2e1fbe5b
3 changed files with 77 additions and 3 deletions

7
Cargo.lock generated
View file

@ -39,6 +39,12 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "byte_string"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11aade7a05aa8c3a351cedc44c3fc45806430543382fcc4743a9b757a2a0b4ed"
[[package]]
name = "byteorder"
version = "1.4.3"
@ -759,6 +765,7 @@ dependencies = [
name = "pop-cosmic-panel"
version = "0.1.0"
dependencies = [
"byte_string",
"cascade",
"chrono",
"gdk4-x11",