Skip to content

Commit 77eb04f

Browse files
committed
Use manifest_required()
1 parent 65e42ae commit 77eb04f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/ark/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn main() {
6666
.join("manifest")
6767
.join("ark-manifest.rc");
6868
embed_resource::compile_for_everything(resource, embed_resource::NONE)
69-
.manifest_optional()
69+
.manifest_required()
7070
.unwrap();
7171

7272
cc::Build::new().file("src/debug.c").compile("debug");

crates/harp/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ fn main() {
2424
.join("manifest")
2525
.join("harp-manifest.rc");
2626
embed_resource::compile_for_everything(resource, embed_resource::NONE)
27-
.manifest_optional()
27+
.manifest_required()
2828
.unwrap();
2929
}

0 commit comments

Comments
 (0)