chore: set explicit ARGB8888 pixel format for transparency support, 'web' task with caddy fs

This commit is contained in:
Ryan Walters
2025-09-04 00:13:48 -05:00
parent b8c7c29376
commit 36a2f00d8c
3 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ pub fn requires_console() -> bool {
false
}
#[allow(dead_code)]
pub fn get_canvas_size() -> Option<(u32, u32)> {
let mut width = 0.0;
let mut height = 0.0;