Skip to content

Commit

Permalink
fix(python): fix pyo3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Aug 19, 2024
1 parent 8165b04 commit 83ed374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glslt/src/api/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl PyMinUnit {
}

#[pymodule]
fn glslt(_py: Python, m: &PyModule) -> PyResult<()> {
fn glslt(_py: Python, m: &Bound<PyModule>) -> PyResult<()> {
/// Parse a string as GLSL source
///
/// # Parameters
Expand Down

0 comments on commit 83ed374

Please sign in to comment.