Winscribe
A build script to create, compile and include Windows resource and manifest files in your executables.
This crate is in early stages of development.
Usage
Add it as a build dependency to your Cargo.toml.
[]
= "0.1.0"
In your build.rs use ResBuilder to customize your resource file then call .compile() on it to link it to your binary.
use Icon;
use ;
use ;
Requirements
To compile the resource file a Windows SDK version 10 or later needs to be installed.
Special Thanks
Winscribe started out as a heavily modifed version of:
License
Licensed under either of
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.