aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/quarrel/native/src/sound.rs
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2023-05-12 16:18:24 +0200
committerdelta <darkussdelta@gmail.com>2023-05-12 16:18:24 +0200
commitf5612f081db0dc69f5c0ebc69e67fa3b098a9ad9 (patch)
tree7a04027efe5fede7f08688a9524c5dbe6628635b /.config/awesome/quarrel/native/src/sound.rs
parentea1bdf6585caed2c0ba8669ca5c3b3b92232281a (diff)
restructure services, add get_essid to quarrel.native and other wip work
Diffstat (limited to '.config/awesome/quarrel/native/src/sound.rs')
-rw-r--r--.config/awesome/quarrel/native/src/sound.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/awesome/quarrel/native/src/sound.rs b/.config/awesome/quarrel/native/src/sound.rs
deleted file mode 100644
index c398d70..0000000
--- a/.config/awesome/quarrel/native/src/sound.rs
+++ /dev/null
@@ -1,17 +0,0 @@
-use std::{
- fs::File,
- io::BufReader,
- path::Path,
- time::Duration,
-};
-
-use mlua::prelude::*;
-use rodio::{
- Decoder,
- OutputStream,
- Sink,
-};
-
-pub fn play_sound(_: &Lua, file: String) -> LuaResult<()> {
-
-}