[package] name = "bevy_quill_obsidian" version = "0.1.3" edition = "2021" description = "An opinionated set of editor-focused widgets built on Bevy and Quill." license = "MIT OR Apache-2.0" repository = "https://github.com/viridia/quill" keywords = ["bevy", "ui", "reactive", "widgets"] [dependencies] bevy = { workspace = true } bevy_mod_picking = { workspace = true } bevy_mod_stylebuilder = { workspace = true } bevy_quill_core = { workspace = true }