Skip to content

Commit

Permalink
working on build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Sep 21, 2024
1 parent 57b4030 commit 3d2434d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fn main() {
// ensure runtime resources exist
#[cfg(feature = "ultralight")]
{
let path = env!("CARGO_MANIFEST_DIR");

let possible_directories = Vec::new();
}
}

0 comments on commit 3d2434d

Please sign in to comment.