Skip to content

Commit

Permalink
rename solo example
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Dec 8, 2022
1 parent c8fea5e commit ac6db47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orchestra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name = "duo"
crate-type = ["bin"]

[[example]]
name = "solo"
name = "dig"
crate-type = ["bin"]

[features]
Expand Down
4 changes: 2 additions & 2 deletions orchestra/examples/solo.rs → orchestra/examples/dig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod misc;
pub use self::misc::*;

#[orchestra(signal=SigSigSig, event=EvX, error=Yikes, gen=AllMessages)]
struct Solo {
struct Dig {
#[subsystem(consumes: Plinko)]
goblin_tower: GoblinTower,

Expand Down Expand Up @@ -67,7 +67,7 @@ impl<Context> DragonsLair {
}

async fn setup() {
let builder = Solo::builder();
let builder = Dig::builder();

let builder = builder.goblin_tower(Fortified::default());
let builder = builder.goldmine(DragonsLair::default());
Expand Down

0 comments on commit ac6db47

Please sign in to comment.