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
24 lines
586 B
TOML
24 lines
586 B
TOML
[package]
|
|
name = "lockscreenwallpaper"
|
|
version = "0.1.0"
|
|
description = "Unbegrenzter Sperrbildschirm-Wechsel für Android"
|
|
authors = ["LockScreenWallpaper"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "lockscreenwallpaper_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri-plugin-wallpaper = { path = "../plugins" }
|
|
|
|
[features]
|
|
default = ["custom-protocol"]
|
|
custom-protocol = ["tauri/custom-protocol"]
|