Trim dependencies.
This commit is contained in:
parent
8aca79dfab
commit
fd2b29a7a2
|
@ -10,5 +10,4 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
bevy = { version = "0.7", default-features = false }
|
bevy = { version = "0.7", default-features = false }
|
||||||
derive_more = "0.99"
|
synthizer = "0.4"
|
||||||
synthizer = { git = "https://github.com/synthizer/synthizer-rs" }
|
|
|
@ -8,7 +8,6 @@ use bevy::{
|
||||||
transform::TransformSystem,
|
transform::TransformSystem,
|
||||||
utils::BoxedFuture,
|
utils::BoxedFuture,
|
||||||
};
|
};
|
||||||
use derive_more::{Deref, DerefMut};
|
|
||||||
pub use synthizer as syz;
|
pub use synthizer as syz;
|
||||||
|
|
||||||
#[derive(Clone, Deref, DerefMut, PartialEq, TypeUuid)]
|
#[derive(Clone, Deref, DerefMut, PartialEq, TypeUuid)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user