Lightweight Qt6 desktop client for Qobuz with a Rust audio backend (Symphonia/CPAL via staticlib FFI). Mirrors the spotify-qt layout: toolbar with playback controls, library/context docks on the left, tabbed search side panel on the right, queue panel, now-playing dock. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
358 B
XML
11 lines
358 B
XML
<svg height="22" width="22" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#eff0f1;
|
|
}
|
|
</style>
|
|
<path d="M11 3.293L3.293 11 11 18.707 18.707 11zm0 1.414L17.293 11 11 17.293 4.707 11z" class="ColorScheme-Text" fill="currentColor"/>
|
|
</svg>
|