Add CI #1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue