[package] name = "mpfiles" version = "0.1.0" edition = "2021" [dependencies] makepad-widgets = { path = "../../widgets" } mp-theme = { path = "../../libs/mp_theme" } mp-wm-api = { path = "../../libs/mp_wm_api" } # The ask panel's local model: an in-process Qwen GGUF on makepad-ggml, loaded # only when the panel is first opened. makepad-ai-hub = { path = "../../libs/ai/hub", default-features = false, features = ["llm"] }