feat: upgrade to version 2.0.0-alpha with mainstream dependencies
- Update application version to 2.0.0-alpha - Update application name to 'Ambient Light Control' - Upgrade Node.js requirement to >=22.0.0 (current LTS) - Upgrade pnpm requirement to >=10.0.0 (current stable) - Update all GitHub Actions workflows to use Node.js 22 and pnpm 10 - Update README.md with current version requirements - Add comprehensive project metadata to package.json - Remove obsolete src-tauri/src-tauri directory structure - Update Cargo.toml with proper project information
This commit is contained in:
78
src-tauri/Cargo.lock
generated
78
src-tauri/Cargo.lock
generated
@ -41,6 +41,45 @@ dependencies = [
|
||||
"alloc-no-stdlib",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ambient-light-control"
|
||||
version = "2.0.0-alpha"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"color_space",
|
||||
"core-foundation 0.9.4",
|
||||
"core-graphics 0.22.3",
|
||||
"coreaudio-rs",
|
||||
"ddc-hi",
|
||||
"dirs 5.0.1",
|
||||
"display-info",
|
||||
"env_logger",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hex",
|
||||
"image",
|
||||
"itertools 0.10.5",
|
||||
"log",
|
||||
"mdns-sd",
|
||||
"paris",
|
||||
"percent-encoding",
|
||||
"regex",
|
||||
"screen-capture-kit",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha1",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-shell",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-tungstenite",
|
||||
"tokio-util",
|
||||
"toml 0.7.8",
|
||||
"url-build-parse",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "android-tzdata"
|
||||
version = "0.1.1"
|
||||
@ -4398,45 +4437,6 @@ dependencies = [
|
||||
"winapi-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test-demo"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"color_space",
|
||||
"core-foundation 0.9.4",
|
||||
"core-graphics 0.22.3",
|
||||
"coreaudio-rs",
|
||||
"ddc-hi",
|
||||
"dirs 5.0.1",
|
||||
"display-info",
|
||||
"env_logger",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hex",
|
||||
"image",
|
||||
"itertools 0.10.5",
|
||||
"log",
|
||||
"mdns-sd",
|
||||
"paris",
|
||||
"percent-encoding",
|
||||
"regex",
|
||||
"screen-capture-kit",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha1",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-shell",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-tungstenite",
|
||||
"tokio-util",
|
||||
"toml 0.7.8",
|
||||
"url-build-parse",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.69"
|
||||
|
Reference in New Issue
Block a user