Rsrc
Visit Toolrsrc is a coding and development tool for embedding .ico and manifest resources in Go programs specifically for Windows. It generates a .syso file with specified resources for consumption by the Go linker.
At a glance
Trending
rsrc is a coding and development tool for embedding .ico and manifest resources in Go programs specifically for Windows. It generates a .syso file with specified resources for consumption by the Go linker.
Trending
About
rsrc is an open-source tool designed for Go developers working on Windows applications, enabling them to embed .ico files and Windows manifest resources directly into their programs. It generates a .syso file containing these resources, which the Go linker then uses during the build process to create Win32 executables. This simplifies the inclusion of application icons and manifest details, ensuring they are properly integrated into the final binary. The tool supports various architectures including 386 and amd64, with experimental support for arm and arm64. While currently in low-priority maintenance, it remains a functional solution for its intended purpose, with an alternative, more feature-rich tool from @tc-hib also suggested for those needing advanced capabilities.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending