1 2 3 4 5 6 7 8 9
use crate::tool::ToolRegistration; pub fn register() -> ToolRegistration { ToolRegistration { type_id: "polygon_select", display_name: "Polygon Select", params: &[], } }