windows terminal originally basing the idea from zterm

This commit is contained in:
2026-06-09 11:02:26 +02:00
parent 775c222448
commit 9e50d14d63
38 changed files with 9631 additions and 878 deletions
+5 -24
View File
@@ -1,27 +1,6 @@
[package]
name = "iwaku"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "iwaku"
path = "src/main.rs"
[dependencies]
windows = { version = "0.58", features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_Com",
"Win32_System_LibraryLoader",
"Win32_System_Ole",
"Win32_UI_Accessibility",
"Win32_UI_HiDpi",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_UI_Magnification",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
] }
tray-icon = "0.17"
[workspace]
members = ["winiterm"]
resolver = "2"
[profile.release]
opt-level = 3
@@ -32,5 +11,7 @@ strip = true
[profile.dev]
opt-level = 0
# Compile dependencies in release mode even in dev builds (much faster rendering)
[profile.dev.package."*"]
opt-level = 3