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:
@@ -9,6 +9,7 @@ members = [
|
||||
"crates/core/shturman-firstboot",
|
||||
"crates/core/shturman-settings",
|
||||
"crates/core/shturman-power",
|
||||
"crates/apps/shturman-shell",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
@@ -28,6 +29,7 @@ tracing-journald = "0.3"
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
slint = { version = "1", default-features = false, features = ["compat-1-2", "std", "backend-winit", "renderer-software"] }
|
||||
# dev
|
||||
tempfile = "3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user