feat: more on M4, but still broken

This commit is contained in:
2026-04-10 17:08:27 +02:00
parent ab3fae08ba
commit 257fc75c9f
9 changed files with 174 additions and 26 deletions

18
Cargo.lock generated
View File

@@ -520,7 +520,7 @@ dependencies = [
"keyring",
"liquid",
"liquid-core",
"pulldown-cmark",
"pulldown-cmark 0.13.3",
"refinery",
"reqwest",
"rusqlite",
@@ -557,6 +557,7 @@ dependencies = [
"chrono",
"dirs 5.0.1",
"iced",
"iced_widget",
"muda",
"objc2 0.6.4",
"objc2-app-kit 0.3.2",
@@ -2536,9 +2537,11 @@ dependencies = [
"iced_runtime",
"num-traits",
"once_cell",
"pulldown-cmark 0.11.3",
"rustc-hash 2.1.2",
"thiserror 1.0.69",
"unicode-segmentation",
"url",
]
[[package]]
@@ -4417,6 +4420,19 @@ dependencies = [
"syn 2.0.117",
]
[[package]]
name = "pulldown-cmark"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625"
dependencies = [
"bitflags 2.11.0",
"getopts",
"memchr",
"pulldown-cmark-escape",
"unicase",
]
[[package]]
name = "pulldown-cmark"
version = "0.13.3"