[package] name = "makepad-ai-hub-ui" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Shared Makepad model-install and weight-licence UI for local AI models" [dependencies] makepad-widgets = { path = "../../../widgets" } makepad-ai-hub = { path = "../hub", default-features = false, features = ["local"] }