This commit is contained in:
2024-12-02 19:39:06 +01:00
parent 6cafdcfa45
commit e2e608048d
3 changed files with 2 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ fn main() {
let mut animations = FixedSizeScheduler::new([
Box::new(animations::IdleTask::new(&mut surfaces)),
Box::new(animations::TestPattern::new(surfaces.new_surface(&Rectangle::everything()).unwrap())),
];
]);
let mut renderer = FixedSizeScheduler::new([Box::new(Renderer::new(output, surfaces))]);