adding option
All checks were successful
Build / build (push) Successful in 2m9s
Test / build (push) Successful in 5m32s

This commit is contained in:
2026-01-24 21:09:10 +01:00
parent dbf963a3c9
commit 5d296743ee
2 changed files with 23 additions and 18 deletions

View File

@@ -4,8 +4,8 @@ const spv = @import("spv");
const shader_source = @embedFile("shader.spv");
const screen_width = 480;
const screen_height = 240;
const screen_width = 300;
const screen_height = 300;
pub fn main() !void {
{