This commit is contained in:
2024-11-21 20:32:34 +01:00
commit 72ec4d7188
6 changed files with 4414 additions and 0 deletions

13
build.rs Normal file
View 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");
}