dioxus-inspector 0.1.2

HTTP bridge for inspecting and debugging Dioxus Desktop apps
Documentation
# TODO: Inspector Quick Wins

## Phase 1: Window Control
- [x] Step 1.1: Add resize endpoint to bridge
- [x] Step 1.2: Add resize MCP tool

## Phase 2: DOM Statistics
- [ ] Step 2.1: Add stats endpoint to bridge
- [ ] Step 2.2: Add stats MCP tool

## Phase 3: Selector Generator
- [ ] Step 3.1: Add selector script
- [ ] Step 3.2: Add selector endpoint and MCP tool

## Phase 4: Color Extractor
- [ ] Step 4.1: Add colors script
- [ ] Step 4.2: Add colors endpoint and MCP tool

## Phase 5: Font Inspector
- [ ] Step 5.1: Add fonts script
- [ ] Step 5.2: Add fonts endpoint and MCP tool