diff options
author | 2022-10-06 07:28:05 -0700 | |
---|---|---|
committer | 2022-10-06 07:28:05 -0700 | |
commit | cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e (patch) | |
tree | d72191140c2a7a4919a0787431c1c6da60a55964 /graphics/src/transformation.rs | |
parent | 1eb8d972ba60592da7bfc27fe7ec80138e64dd7b (diff) | |
download | iced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.tar.gz iced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.tar.bz2 iced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.zip |
Fixed lint issues & cleaned up some documentation.
Diffstat (limited to 'graphics/src/transformation.rs')
-rw-r--r-- | graphics/src/transformation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/transformation.rs b/graphics/src/transformation.rs index 03f453db..116b3058 100644 --- a/graphics/src/transformation.rs +++ b/graphics/src/transformation.rs @@ -56,4 +56,4 @@ impl Into<Mat4> for Transformation { fn into(self) -> Mat4 { self.0 } -}
\ No newline at end of file +} |