Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
felikcat committed Dec 5, 2024
1 parent 9855ddc commit 7562144
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name = "W11Boost"
version = "1.3.0"
edition = "2024"
build = "build.rs"
authors = ["felikcat"]

# Optimize for size.
[profile.release]
strip = true
opt-level = "z"
lto = "fat"
codegen-units = 1

[dependencies]
fltk-theme = "0.7.3"
Expand Down

0 comments on commit 7562144

Please sign in to comment.