Skip to content

Commit 367223a

Browse files
committed
Ci.
1 parent c3469aa commit 367223a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/processing_ffi/src/color.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use bevy::color::{LinearRgba, Srgba};
1+
use bevy::color::LinearRgba;
22
use processing::prelude::color::{ColorMode, ColorSpace};
33

44
/// A color with 4 float components and its color space.

crates/processing_pyo3/src/graphics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use pyo3::{
1515
types::{PyDict, PyTuple},
1616
};
1717

18-
#[pyclass(name = "BlendMode")]
18+
#[pyclass(name = "BlendMode", from_py_object)]
1919
#[derive(Clone)]
2020
pub struct PyBlendMode {
2121
pub(crate) blend_state: Option<bevy::render::render_resource::BlendState>,

0 commit comments

Comments
 (0)