feat(shell): первый Slint-кадр на SDK (срезы C03/04/05/07/02) + slint GPL exception

theme::resolve_night (TDD); slint! AppWindow (статус-бар часы+сеть + грид тайлов + тема день/ночь);
main — best-effort чтение Settings/Power через sdk (без шины — дефолты, #4); часы UTC (локаль tz — позже).
deny.toml: GPL-3.0 exceptions для slint-крейтов (вариант A, финал к v4) + BSL-1.0 (error-code).
Slint тянет zbus5/thiserror2 — дубли версий (bans=warn). Реальный screenshot кадра — План 5 E2E.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Alexander <akotenev2003@gmail.com>
This commit is contained in:
2026-06-24 13:03:22 +03:00
parent 75a7132864
commit ca763116d8
6 changed files with 4607 additions and 40 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "shturman-shell"
version = "0.0.0"
edition.workspace = true
license.workspace = true
[dependencies]
shturman-sdk = { path = "../../shturman-sdk" }
shturman-common = { path = "../../shturman-common" }
tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true
slint.workspace = true