AkurAI Build
Menu

BifrOSt-Apps

public

Latest change f67fd8437552caf5eb9371b0012e81d27c807ca3 - Add native RÚV television application by Ólafur Búi Ólafsson

[package]
name = "bifrost-ruv"
version = "0.1.0"
edition = "2024"
rust-version = "1.93"
license = "MIT"
description = "Native COSMIC client for RÚV news, schedules, live television, and video on demand"
repository = "https://github.com/olibuijr/BifrOSt-Apps"
publish = false

[lib]
name = "ruv"
path = "src/lib.rs"

[[bin]]
name = "bifrost-ruv"
path = "src/main.rs"

[dependencies]
cosmic = { package = "libcosmic", git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["a11y", "tokio", "wayland", "wgpu", "winit"] }
iced_video_player = { git = "https://github.com/wash2/iced_video_player.git", rev = "cb3635192f3dec37619855c904a168ca37a3dac3", default-features = false, features = ["wgpu"] }
image = { version = "0.25", default-features = false, features = ["webp"] }
reqwest = { version = "0.13", default-features = false, features = ["rustls", "json", "charset", "http2"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
quick-xml = { version = "0.39", features = ["serialize"] }
html2text = "0.16"
url = "2.5"
i18n-embed = { version = "0.16", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.10"
rust-embed = "8.11"
tokio = { version = "1.52", features = ["macros", "rt-multi-thread"] }