Skip to content

Commit

Permalink
📦 made cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
lighttigerXIV committed Oct 10, 2024
1 parent e080205 commit 2a1aaab
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 20 deletions.
215 changes: 204 additions & 11 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tux-icons"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "A library for getting desktop icons in linux"
Expand All @@ -10,4 +10,5 @@ repository = "https://github.com/Whiskers-Apps/tux-icons"
[dependencies]
dirs = "5.0.1"
walkdir = "2.5.0"
freedesktop-desktop-entry = "0.5.0"
freedesktop-desktop-entry = "0.5.0"
clap = { version = "4.5.20", features = ["derive"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo add tux-icons
Or add it manually in cargo.toml:
```toml
[dependencies]
tux-icons = "0.2.3"
tux-icons = "0.3.0"
```

# Usage
Expand Down
Loading

0 comments on commit 2a1aaab

Please sign in to comment.