From a82ca50acf413cb17e2085fee09c92e82166d668 Mon Sep 17 00:00:00 2001 From: Giorgi Beriashvili Date: Sat, 12 Oct 2019 18:40:22 +0400 Subject: [PATCH 1/2] Add Spotify TUI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e129400..9ecd576 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ See also [Rust — Production](https://www.rust-lang.org/production)(organizatio * [indiscipline/zrtstr](https://github.com/indiscipline/zrtstr) — A command line utility for checking if stereo wav files are faux-stereo (i.e. have identical channels) and converting such files to mono. [](https://travis-ci.org/indiscipline/zrtstr) * [Polaris](https://github.com/agersant/polaris) — A music streaming application. [](https://travis-ci.org/agersant/polaris) +* [Spotify TUI](https://github.com/Rigellute/spotify-tui) — A Spotify client for the terminal written in Rust. [](https://github.com/Rigellute/spotify-tui/actions?workflow=Continuous+Integration) ### Cryptocurrencies From 47761f8bc344939cd360e9bbf2cfb2dd39f6f67e Mon Sep 17 00:00:00 2001 From: Giorgi Beriashvili Date: Sat, 12 Oct 2019 19:30:41 +0400 Subject: [PATCH 2/2] Add Ruffle --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ecd576..d46a7c7 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato * Commodore 64 * [kondrak/rust64](https://github.com/kondrak/rust64) — [](https://travis-ci.org/kondrak/rust64) +* Flash Player + * [Ruffle](https://github.com/ruffle-rs/ruffle) — Ruffle is an Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly. [](https://circleci.com/gh/ruffle-rs/ruffle) * Gameboy * [Gekkio/mooneye-gb](https://github.com/Gekkio/mooneye-gb) — [](https://travis-ci.org/Gekkio/mooneye-gb) * [mvdnes/rboy](https://github.com/mvdnes/rboy) — [](https://travis-ci.org/mvdnes/rboy)