breadpaper: commit README, align Cargo.toml version with tag

- README.md existed only in the working tree and was never committed,
  so the published repo/release tarball shipped with no documentation
  at all. Verified its usage/install instructions against the current
  code before committing; corrected the stated Rust requirement from
  1.80+ to 1.85+ (edition 2024 needs 1.85+).
- Cargo.toml: 0.1.0 -> 0.1.10, matching the latest tag (v0.1.10).
  breadpaper --version previously reported nine releases behind the
  actual release history.
This commit is contained in:
Breadway 2026-07-17 03:20:48 +08:00
parent 1671af82ee
commit 168a449edf
3 changed files with 55 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "breadpaper"
version = "0.1.0"
version = "0.1.10"
edition = "2024"
description = "Wallpaper manager for the bread desktop"
license = "MIT"