mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 00:51:56 +00:00
045030e257
* fix: starship (#1020) rm patch Signed-off-by: madomado <madonuko@outlook.com> * fix(update): crystal (#1019) Signed-off-by: madomado <madonuko@outlook.com> * fix(gnome-shell-extension-appmenu-is-back): patch for GNOME 46 (#1033) * fix: seto-fonts (#1005) Signed-off-by: madomado <madonuko@outlook.com> * add: gsctool (#1007) * add: gsctool * asdasdas * fix: vala-panel (#1006) * fix: vala-panel Signed-off-by: madomado <madonuko@outlook.com> * Create update.rhai Signed-off-by: madomado <madonuko@outlook.com> * Update vala-panel.spec Signed-off-by: madomado <madonuko@outlook.com> * files? Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com> * more updates --------- Signed-off-by: madomado <madonuko@outlook.com> Co-authored-by: madomado <madonuko@outlook.com> Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
22 lines
533 B
Diff
22 lines
533 B
Diff
--- starship-1.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ starship-1.18.1/Cargo.toml 2024-03-24T13:14:24.022475+00:00
|
|
@@ -263,18 +263,3 @@
|
|
]
|
|
default-features = false
|
|
|
|
-[target."cfg(windows)".dependencies.deelevate]
|
|
-version = "0.2.0"
|
|
-
|
|
-[target."cfg(windows)".dependencies.windows]
|
|
-version = "0.54.0"
|
|
-features = [
|
|
- "Win32_Foundation",
|
|
- "Win32_UI_Shell",
|
|
- "Win32_Security",
|
|
- "Win32_System_Threading",
|
|
- "Win32_Storage_FileSystem",
|
|
-]
|
|
-
|
|
-[target."cfg(windows)".build-dependencies.winres]
|
|
-version = "0.1.12"
|