Skip to content

Commit

Permalink
chore: remove unused libs & files
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed Jun 8, 2024
1 parent a9f7cc8 commit 2e9cabb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 294 deletions.
44 changes: 2 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/motiongfx_core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ proc-macro = true
syn = "2.0"
quote = "1.0"
bevy_macro_utils = "0.13"
motiongfx_macro_utils = { path = "../../motiongfx_macro_utils" }
proc-macro2 = "1.0"

[lints]
Expand Down
14 changes: 0 additions & 14 deletions crates/motiongfx_macro_utils/Cargo.toml

This file was deleted.

175 changes: 0 additions & 175 deletions crates/motiongfx_macro_utils/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/motiongfx_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ repository.workspace = true

[dependencies]
motiongfx_core = { version = "0.1.0", path = "../motiongfx_core" }
motiongfx_vello_macros = { version = "0.1.0", path = "macros" }
bevy_vello_graphics = { version = "0.1.0", git = "https://github.com/voxell-tech/bevy_vello_graphics" }
bevy = "0.13"

Expand Down
17 changes: 0 additions & 17 deletions crates/motiongfx_vello/macros/Cargo.toml

This file was deleted.

40 changes: 0 additions & 40 deletions crates/motiongfx_vello/macros/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/motiongfx_vello/src/motion/fill_motion.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pub use motiongfx_vello_macros::FillMotion;

use bevy::prelude::*;
use bevy_vello_graphics::prelude::*;
use motiongfx_core::{
Expand Down
2 changes: 0 additions & 2 deletions crates/motiongfx_vello/src/motion/stroke_motion.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pub use motiongfx_vello_macros::StrokeMotion;

use bevy::prelude::*;
use bevy_vello_graphics::prelude::*;
use motiongfx_core::{
Expand Down

0 comments on commit 2e9cabb

Please sign in to comment.