windows terminal originally basing the idea from zterm
This commit is contained in:
+5
-24
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user