dev/render-frame-packet-boundary #31

Merged
bquarkz merged 16 commits from dev/render-frame-packet-boundary into master 2026-05-25 18:41:23 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ba47eb20a - Show all commits

View File

@ -46,7 +46,7 @@
] ]
}, },
"host-dependent": { "host-dependent": {
"baseline_percent": 43, "baseline_percent": 35,
"paths": [ "paths": [
"crates/host/prometeu-host-desktop-winit/src/" "crates/host/prometeu-host-desktop-winit/src/"
] ]

View File

@ -5,5 +5,5 @@
"title": "Stress Console", "title": "Stress Console",
"app_version": "0.1.0", "app_version": "0.1.0",
"app_mode": "Game", "app_mode": "Game",
"capabilities": ["gfx", "log", "asset"] "capabilities": ["composer", "gfx2d", "log", "asset"]
} }