Skip to content

Commit 1f69b66

Browse files
committed
v0.0.4
1 parent 56dba94 commit 1f69b66

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/processing_pyo3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_pyo3"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2024"
55

66
[lints]

crates/processing_pyo3/src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::hash::{Hash, Hasher};
22

3-
use bevy::math::{EulerRot, Quat, Vec2, Vec3, Vec3Swizzles, Vec4, Vec4Swizzles};
3+
use bevy::math::{EulerRot, Quat, Vec2, Vec3, Vec4};
44
use pyo3::{
55
exceptions::{PyAttributeError, PyTypeError},
66
prelude::*,

0 commit comments

Comments
 (0)