cu-bevymon 0.15.0

A Bevy-backed Ratatui monitor for Copper.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Bundled Fonts

`cu_bevymon` keeps a small generated CopperMono set for the Bevy windowed Ratatui backend:

- `CopperMono-Light.ttf`
- `CopperMono-SemiBold.ttf`
- `CopperMono-LightItalic.ttf`

These files are generated from local system JetBrains Mono Nerd Font Mono faces and patched with
monitor icon glyphs from local Iosevka Fixed SS10 faces so the Bevy monitor does not depend on
runtime font fallback.

The generator lives in [generate_copper_mono.py](./fonts/generate_copper_mono.py).