[package] name = "makepad-example-aichat" version = "0.1.0" authors = ["Makepad "] edition = "2021" description = "AI Chat example demonstrating makepad-ai library" license = "MIT OR Apache-2.0" [dependencies] makepad-widgets = { path = "../../widgets", features = ["maps", "pdf"] } makepad-code-editor = { path = "../../code_editor" } makepad-ai = { path = "../../libs/makepad_ai" }