Add icons and about page

This commit is contained in:
Jeremy Soller 2024-02-28 08:57:24 -07:00
parent 1686c72131
commit b77e89d762
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
38 changed files with 304 additions and 54 deletions

View file

@ -6,6 +6,9 @@ edition = "2021"
license = "GPL-3.0-only"
rust-version = "1.71"
[build-dependencies]
vergen = { version = "8", features = ["git", "gitcl"] }
[dependencies]
dirs = "5"
env_logger = "0.10.0"
@ -26,18 +29,18 @@ i18n-embed-fl = "0.7"
rust-embed = "8"
[dependencies.cosmic-files]
git = "https://github.com/pop-os/cosmic-files"
git = "https://github.com/pop-os/cosmic-files.git"
default-features = false
[dependencies.cosmic-syntax-theme]
git = "https://github.com/pop-os/cosmic-syntax-theme"
git = "https://github.com/pop-os/cosmic-syntax-theme.git"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"
git = "https://github.com/pop-os/cosmic-text.git"
features = ["syntect", "vi"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["multi-window", "tokio", "winit"]