mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-18 16:49:53 +00:00
meta: rename to 'mpvrc'
mrc is taken :( Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2cf0cab8dce04cd04981177d43b9b9b76a6a6964
This commit is contained in:
parent
8c48acf693
commit
1f1a94f747
9 changed files with 375 additions and 255 deletions
|
|
@ -4,12 +4,13 @@
|
|||
rustfmt,
|
||||
clippy,
|
||||
cargo,
|
||||
taplo,
|
||||
openssl,
|
||||
pkg-config,
|
||||
rustc,
|
||||
}:
|
||||
mkShell {
|
||||
name = "mrc";
|
||||
name = "mpvrc";
|
||||
packages = [
|
||||
cargo
|
||||
rustc
|
||||
|
|
@ -17,6 +18,7 @@ mkShell {
|
|||
rust-analyzer
|
||||
clippy
|
||||
(rustfmt.override {asNightly = true;})
|
||||
taplo
|
||||
|
||||
# For TLS and friends
|
||||
openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue