From 3fef235839bbfcba4747d985590b53c43affa634 Mon Sep 17 00:00:00 2001 From: jude Date: Thu, 5 May 2022 10:16:40 +0100 Subject: [PATCH] cleaned up --- .cargo/config | 2 -- README.md | 11 +++++------ 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index fb7281e..0000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -[build] -target-dir = "/home/jude/.rust_build/soundfx-rs" diff --git a/README.md b/README.md index ac66497..0155041 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# SoundFX 2 -## The complete (second) Rust rewrite of SoundFX +# SoundFX -SoundFX 2 is the Rust rewrite of SoundFX. SoundFX 2 attempts to retain all functionality of the original bot, in a more -efficient and robust package. SoundFX 2 is as asynchronous as it can get, and runs on the Tokio runtime. +A bot for managing sound effects in Discord. ### Building -Use the Cargo.toml file to build it. Simple as. Don't need anything like MySQL libs and stuff because SQLx includes its -own pure Rust one. Needs Rust 1.43+ +`sudo apt install gcc gcc-multilib cmake` + +Use the Cargo.toml file to build it. Needs Rust 1.52+ ### Running & Config