ruvector-memopt 0.1.0

Intelligent Windows memory optimizer with neural learning capabilities for smart optimization decisions
Documentation
1
2
3
4
5
6
7
8
9
10
//! Build script for Windows resources

fn main() {
    // Rebuild if resources change
    println!("cargo:rerun-if-changed=resources/");
    println!("cargo:rerun-if-changed=build.rs");
    
    // Note: Manifest embedding removed to avoid conflicts
    // The manifest will be embedded via the installer instead
}