Skip to content

Commit 40e240e

Browse files
committed
Enhance README with theme support and update license information
- Added multiple built-in themes and custom CSS support to the README. - Updated the license section to specify GNU General Public License v3.0 (GPL-3.0-or-later). Refactor Tailwind CSS for improved utility classes - Introduced new utility classes for spacing, margins, and borders in tailwind.css. - Added support for additional colors and background utilities. - Enhanced gradient and shadow utilities for better customization. Refactor lyrics sharing functionality in lyrics_panel.rs - Removed the build_screenshot_share_caption function to simplify sharing logic. - Updated share_screenshot_lyrics_image to eliminate unused share_text parameter. - Improved logic to check for shareable lyric lines before sharing.
1 parent 6ca4c8e commit 40e240e

5 files changed

Lines changed: 904 additions & 119 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "rustysound"
33
version = "3.0.0"
44
authors = ["ad-archer <antonioarcher.dev@gmail.com>"]
55
edition = "2021"
6+
license = "GPL-3.0-or-later"
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89

0 commit comments

Comments
 (0)