shell: Add window menu

This commit is contained in:
Victoria Brekenfeld 2023-12-07 19:53:41 +00:00 committed by Victoria Brekenfeld
parent edfb0edda7
commit 8c4d77e43c
14 changed files with 1591 additions and 32 deletions

View file

@ -52,8 +52,11 @@ keyframe = "1.1.1"
once_cell = "1.18.0"
i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7"
rust-embed = "8.0"
rust-embed = { version = "8.0", features = ["debug-embed"] }
libc = "0.2.149"
xdg-user = "0.2.1"
time = { version = "0.3.30", features = ["macros", "formatting", "local-offset"] }
sanitize-filename = "0.5.0"
[dependencies.id_tree]
git = "https://github.com/Drakulix/id-tree.git"