forked from jess/Acord
1
0
Fork 0
Acord/windows/build.rs

6 lines
216 B
Rust

fn main() {
// Icon embedding via resource compilers (winres, embed-resource) doesn't
// work reliably with the gnullvm toolchain. The window icon is set at
// runtime via winit instead — see app.rs.
}