mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-08 06:07:46 -06:00
chore: set explicit ARGB8888 pixel format for transparency support, 'web' task with caddy fs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user