Skip to content

Commit 259bb96

Browse files
committed
Ci.
1 parent f9694c3 commit 259bb96

File tree

1 file changed

+1
-1
lines changed
  • crates/processing_render/src

1 file changed

+1
-1
lines changed

crates/processing_render/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub mod error;
22
pub mod image;
33
pub mod render;
44

5-
use std::{cell::RefCell, num::NonZero, path::PathBuf, ptr::NonNull, sync::OnceLock};
5+
use std::{cell::RefCell, ffi::c_void, num::NonZero, path::PathBuf, ptr::NonNull, sync::OnceLock};
66

77
use bevy::{
88
app::{App, AppExit},

0 commit comments

Comments
 (0)