Files
wehub-resource-sync a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:10:34 +08:00

27 lines
681 B
TOML

[package]
name = "jcode-desktop"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
ab_glyph = "0.2.32"
anyhow = "1"
arboard = { version = "3", features = ["wayland-data-control"] }
base64 = "0.22"
bytemuck = { version = "1", features = ["derive"] }
glyphon = "0.5"
image = { version = "0.25", default-features = false, features = ["png"] }
jcode-fuzzy = { path = "../jcode-fuzzy" }
jcode-tui-messages = { path = "../jcode-tui-messages" }
libc = "0.2"
pollster = "0.3"
pulldown-cmark = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wgpu = "0.19"
winit = "0.29"
[target.'cfg(any(target_os = "macos", windows))'.dependencies]
whoami = "1"