Removed prelude
This commit is contained in:
parent
32af1e0be7
commit
e53c36fd41
2 changed files with 1 additions and 6 deletions
|
|
@ -6,8 +6,3 @@ pub mod genome;
|
||||||
pub mod arguments;
|
pub mod arguments;
|
||||||
pub mod manipulations;
|
pub mod manipulations;
|
||||||
pub mod flow;
|
pub mod flow;
|
||||||
|
|
||||||
pub mod prelude {
|
|
||||||
pub use crate::genetics::genome::*;
|
|
||||||
pub use crate::genetics::gene::*;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
use crate::genetics::{gene::GeneSource,flow::Flow, prelude::*};
|
use crate::genetics::{flow::Flow, gene::{GeneSource, GeneType,Gene}, genome::Genome};
|
||||||
|
|
||||||
pub fn peashooter_template() -> Genome {
|
pub fn peashooter_template() -> Genome {
|
||||||
Genome::from_edges(vec![
|
Genome::from_edges(vec![
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue