Skip to content

Commit 97982b1

Browse files
authored
feat: support aarch64-pc-windows-msvc target (#25)
* feat: support `aarch64-pc-windows-msvc` target * feat: support `aarch64-pc-windows-msvc` target * feat: support `aarch64-pc-windows-msvc` target * feat: support `aarch64-pc-windows-msvc` target * feat: support `aarch64-pc-windows-msvc` target
1 parent dad877e commit 97982b1

File tree

8 files changed

+9
-363
lines changed

8 files changed

+9
-363
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
name: windows
2929
arch: x86_64
3030
target: x86_64-pc-windows-msvc
31+
- os: windows-latest
32+
name: windows
33+
arch: aarch64
34+
target: aarch64-pc-windows-msvc
3135
# MacOS
3236
- os: macos-latest
3337
name: macos

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"crates/catppuccin-egui",
54
"crates/egui-dock",
65
"crates/egui-term",
76
"crates/egui-theme-switch",
@@ -23,7 +22,7 @@ keywords = ["terminal", "egui"]
2322
[workspace.dependencies]
2423
alacritty_terminal = { git = "https://github.com/alacritty/alacritty" }
2524
anyhow = "1"
26-
catppuccin-egui = { git = "https://github.com/iamazy/catppuccin-egui", branch = "egui30" }
25+
catppuccin-egui = { version = "5.5", default-features = false }
2726
chrono = "0.4"
2827
copypasta = "0.10"
2928
duplicate = "2"

crates/catppuccin-egui/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

crates/catppuccin-egui/build.rs

Lines changed: 0 additions & 37 deletions
This file was deleted.

crates/catppuccin-egui/src/lib.rs

Lines changed: 0 additions & 132 deletions
This file was deleted.

crates/catppuccin-egui/src/themes.rs

Lines changed: 0 additions & 148 deletions
This file was deleted.

crates/catppuccin-egui/src/themes.rs.tera

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)