Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gipsyh committed Jan 3, 2025
1 parent e228bbc commit 00090d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
use shadow_rs::ShadowBuilder;

fn main() {
ShadowBuilder::builder().build().unwrap();
}

0 comments on commit 00090d8

Please sign in to comment.