Add icons and about page
This commit is contained in:
parent
1686c72131
commit
b77e89d762
38 changed files with 304 additions and 54 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue