[[bin]]
name = "borderless"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.windows]
features = ["Win32_UI_WindowsAndMessaging", "Win32_System_SystemInformation", "Win32_Graphics_Gdi", "Win32_System_Diagnostics_ToolHelp"]
version = "0.61.3"
[package]
authors = ["Maxomatic458"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "minimal cli tool to make applications borderless-windowed"
edition = "2024"
license = "MIT"
name = "borderless-window"
readme = "README.md"
repository = "https://github.com/maxomatic458/borderless"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"