Archived
1
0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Pslink/pslink/build.rs

6 lines
95 B
Rust

use static_files::resource_dir;
fn main() {
resource_dir("./static/").build().unwrap();
}