Skip to content

Instantly share code, notes, and snippets.

View Fenex's full-sized avatar
🦀
RIIR

Vitaliy Busko Fenex

🦀
RIIR
View GitHub Profile
@AldoMX
AldoMX / Cargo.toml
Created November 13, 2022 22:19
How I built a 'Hello World' in Rust that works for Windows XP [2022]
[package]
name = "hello_world"
version = "0.1.0"
edition = "2021"
[profile.dev]
panic = "abort"
[profile.release]
lto = true