Some checks failed
release / build (push) Failing after 3m32s
Switches ort from load-dynamic to rocm feature so the ROCm execution provider is compiled in. Adds rocm-runtime to bakery system_deps so bakery doctor/install can verify it's present. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
356 B
TOML
14 lines
356 B
TOML
name = "breadpad"
|
|
description = "Quick-capture scratchpad and note viewer with AI classification"
|
|
binaries = ["breadpad", "breadman"]
|
|
system_deps = ["gtk4", "gtk4-layer-shell", "rocm-runtime"]
|
|
bread_deps = []
|
|
|
|
[config]
|
|
dir = "~/.config/breadpad"
|
|
example = "breadpad.example.toml"
|
|
|
|
[install]
|
|
post_install = [
|
|
"mkdir -p ~/.local/share/breadpad/model",
|
|
]
|