[ ] Test (may not be possible -- agents need vulkan support)
Perhaps we should tag tests with #[cfg(feature = "test_vulkan")], enable it by default, and disable it on CI. That way, locally you test this by default, and CI tests a good subset.
Code coverage maybe.
[x] Publish to itch.io
The last release had a lot of hackery to get the session_server published. We may want to rewrite the scripts in "neither bash nor batch". Rust?
Likely use Github Actions.
[x] Build
[ ] Test (may not be possible -- agents need vulkan support)
Perhaps we should tag tests with
#[cfg(feature = "test_vulkan")]
, enable it by default, and disable it on CI. That way, locally you test this by default, and CI tests a good subset.Code coverage maybe.[x] Publish to
itch.io
The last release had a lot of hackery to get the
session_server
published. We may want to rewrite the scripts in "neither bash nor batch". Rust?