fix: text preview now works, kinda
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -520,7 +520,7 @@ dependencies = [
|
||||
"keyring",
|
||||
"liquid",
|
||||
"liquid-core",
|
||||
"pulldown-cmark 0.13.3",
|
||||
"pulldown-cmark",
|
||||
"refinery",
|
||||
"reqwest",
|
||||
"rusqlite",
|
||||
@@ -557,16 +557,17 @@ dependencies = [
|
||||
"chrono",
|
||||
"dirs 5.0.1",
|
||||
"iced",
|
||||
"iced_widget",
|
||||
"muda",
|
||||
"objc2 0.6.4",
|
||||
"objc2-app-kit 0.3.2",
|
||||
"objc2-foundation 0.3.2",
|
||||
"open",
|
||||
"rfd",
|
||||
"rusqlite",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"uuid",
|
||||
"wry",
|
||||
]
|
||||
|
||||
@@ -2713,11 +2714,9 @@ 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]]
|
||||
@@ -4741,19 +4740,6 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user