Skip to content

Commit

Permalink
Revert accidental change to build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Apr 5, 2020
1 parent beb3c23 commit 4e4ec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/examples/wasm/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn main() -> Result<()> {
}

// Write out the contents of the examples.rs module.
//fs::write(src_dir.join("examples.rs"), example_rs)?;
fs::write(src_dir.join("examples.rs"), example_rs)?;

Ok(())
}

0 comments on commit 4e4ec4c

Please sign in to comment.