Skip to content

Commit

Permalink
Merge pull request #37 from cosmic-utils/update-deps
Browse files Browse the repository at this point in the history
Update libcosmic
  • Loading branch information
ahoneybun authored Nov 15, 2024
2 parents 7ecbeeb + dbf3576 commit 6e89acb
Show file tree
Hide file tree
Showing 11 changed files with 858 additions and 718 deletions.
1,306 changes: 728 additions & 578 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ version = "0.1.0"
edition = "2021"
license = "GPL-3.0"

[build-dependencies]
vergen = { version = "8", features = ["git", "gitcl"] }

[dependencies]
i18n-embed-fl = "0.8"
once_cell = "1.19.0"
Expand All @@ -22,11 +19,13 @@ rustic_backend = "0.1.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
slotmap = "1.0.7"
ashpd = "0.9.1"
thiserror = "2.0.3"
anyhow = "1.0.93"

[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["multi-window", "tokio", "winit", "wgpu"]
features = ["multi-window", "tokio", "winit", "wgpu", "about"]

[dependencies.i18n-embed]
version = "0.14"
Expand Down
17 changes: 0 additions & 17 deletions build.rs

This file was deleted.

3 changes: 2 additions & 1 deletion i18n/en/stellarshot.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ password = Password

## About
about = About
git-description = Git commit {$hash} on {$date}
repository = Repository
support = Support
## Settings
settings = Settings
Expand Down
Loading

0 comments on commit 6e89acb

Please sign in to comment.