Standardize branding by renaming Wechselbild to LockScreenWallpaper. This updates UI strings, configs, and plugin metadata for consistency. - Rename branding across UI, docs, and config in the repo - Update Android UI strings and notification titles to LockScreenWallpaper
18 lines
411 B
TOML
18 lines
411 B
TOML
[package]
|
|
name = "tauri-plugin-wallpaper"
|
|
version = "0.1.0"
|
|
authors = [ "LockScreenWallpaper" ]
|
|
description = ""
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
|
|
links = "tauri-plugin-wallpaper"
|
|
|
|
[dependencies]
|
|
tauri = { version = "2.11.3" }
|
|
serde = "1.0"
|
|
thiserror = "2"
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { version = "2.6.3", features = ["build"] }
|