Skip to content

Commit

Permalink
gather crates into workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed May 2, 2021
1 parent 6b97cd4 commit a58659b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ log = "^0.4.6"

[features]
hidpi = ["cairo-rs/v1_14"]

[workspace]
members = ["relm-derive", "relm-examples", "relm-test"]
2 changes: 1 addition & 1 deletion relm-examples/tests/include.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Widget for Win {
}

// Specify a view written in another file.
view!("tests/buttons.relm");
view!("relm-examples/tests/buttons.relm");
}

fn main() {
Expand Down

0 comments on commit a58659b

Please sign in to comment.