No description
- Rust 99.3%
- Makefile 0.7%
|
Lucas Galante
7dd8ea6781
refactor: paint-walk calls become shared borrows (painter slice 5)
The unsafe self-alias blocks existed only to mint *mut walk arguments; paint_root_into takes &dyn WidgetHost now. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N4ajhvVZtyEEEus9bodsj3 |
||
|---|---|---|
| src | refactor: paint-walk calls become shared borrows (painter slice 5) | |
| .gitignore | Migrate clear-typeface-interface to clear-ui framework | |
| Cargo.lock | Refactor and adapt widgets to use UiContext and scale factor | |
| Cargo.toml | refactor: update dependencies and rename clear-ui to cce-ui | |
| Makefile | Refactor cce-fonts to use Window as base widget, remove opaque background override, and fix Makefile | |