feat: ffmpeg image loader

This commit is contained in:
2024-10-22 23:03:49 +01:00
parent d21a45c941
commit c62fbfe510
30 changed files with 331 additions and 925 deletions

View File

@ -4,4 +4,4 @@ pub const FONT_SIZE: f32 = 13.0;
pub const PRIMARY: Color32 = Color32::from_rgb(248, 56, 217);
pub const NEUTRAL_500: Color32 = Color32::from_rgb(115, 115, 115);
pub const NEUTRAL_800: Color32 = Color32::from_rgb(38, 38, 38);
pub const NEUTRAL_900: Color32 = Color32::from_rgb(23, 23, 23);
pub const NEUTRAL_900: Color32 = Color32::from_rgb(23, 23, 23);