Skip to content

Commit

Permalink
improv: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Nov 6, 2024
1 parent 2a23b25 commit 64229fd
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 58 deletions.
124 changes: 97 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ calculator-rs = "0.1.2"
i18n-embed-fl = "0.8"
log = "0.4.22"
once_cell = "1.19.0"
open = "5.1.3"
paste = "1.0.15"
pretty_env_logger = "0.5.0"
rust-embed = "8.3.0"
Expand All @@ -19,7 +18,7 @@ tokio = { version = "1.37.0", features = ["full"] }
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["dbus-config", "tokio", "winit", "wgpu", "multi-window"]
features = ["dbus-config", "tokio", "winit", "wgpu", "multi-window", "desktop"]

[dependencies.i18n-embed]
version = "0.14"
Expand Down
Loading

0 comments on commit 64229fd

Please sign in to comment.