Add CI #1

Merged
msrd0 merged 7 commits from ci into main 2024-07-05 21:57:00 +00:00
Showing only changes of commit ef5de5fc5b - Show all commits

View file

@ -3,7 +3,7 @@ use comfy::*;
use crate::State; use crate::State;
pub fn update(_state: &mut State, _engine: &mut EngineContext) { pub fn update(_state: &mut State, _engine: &mut EngineContext) {
info!("update"); info!("update");
} }
pub fn draw(_state: &State, _engine: &EngineContext) { pub fn draw(_state: &State, _engine: &EngineContext) {