uh... converter?

This commit is contained in:
2026-05-11 16:20:51 +02:00
parent 200e76b899
commit 2903819626
12 changed files with 148 additions and 4415 deletions
+1 -17
View File
@@ -8,35 +8,19 @@ name = "rs-pictures"
path = "src/main.rs"
[dependencies]
# Wayland-native screen capture
libwayshot = "0.7"
# GUI framework (Wayland only)
eframe = { version = "0.29", default-features = false, features = ["wayland", "wgpu"] }
egui = "0.29"
# Image handling
# Image loading and encoding
image = { version = "0.25", features = ["png", "jpeg"] }
# 2D rendering for effects (rounded corners, drop shadow)
tiny-skia = "0.11"
# Clipboard (Wayland)
arboard = { version = "3.6", features = ["wayland-data-control"] }
# Config serialization
serde = { version = "1", features = ["derive"] }
toml = "0.8"
# Platform config/data directories
directories = "5"
# Error handling
anyhow = "1"
# Timestamp-based filenames
chrono = { version = "0.4", features = ["clock"] }
# ── Build profiles ────────────────────────────────────────────────────────────
[profile.release]