From f591049858f18ea18ebde8bf9b6eb1adaaa0999d Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Wed, 25 May 2022 21:43:01 -0500 Subject: [PATCH] hotfix: gaming --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4dfb80f..c79248a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -84,7 +84,7 @@ //! ``` pub mod physics; -pub mod vec; +pub mod vec2; use std::{ cell::Cell, @@ -191,7 +191,6 @@ pub struct Sprite { is_platform: bool, } - impl Sprite { /// Create a new Sprite. The `path` is relative to the current directory while running. ///