init
This commit is contained in:
13
build.rs
Normal file
13
build.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
// use embed_manifest::{embed_manifest, manifest::ExecutionLevel, new_manifest};
|
||||
|
||||
fn main() {
|
||||
// if std::env::var_os("CARGO_CFG_WINDOWS").is_some() {
|
||||
// embed_manifest(
|
||||
// new_manifest("RocknStone")
|
||||
// .requested_execution_level(ExecutionLevel::HighestAvailable)
|
||||
// .ui_access(true),
|
||||
// )
|
||||
// .expect("unable to embed manifest file");
|
||||
// }
|
||||
// println!("cargo:rerun-if-changed=build.rs");
|
||||
}
|
||||
Reference in New Issue
Block a user