diff options
| author | Zeyla Hellyer <[email protected]> | 2018-01-30 17:19:26 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-02-04 07:54:31 -0800 |
| commit | 32604487f8c69c28e58d145f1c55b7be6e95c24b (patch) | |
| tree | 757b42ed9ab5fa0e73cbb92ae90b2874e28d6ca9 /examples | |
| parent | Add simple voice receive example (diff) | |
| download | serenity-32604487f8c69c28e58d145f1c55b7be6e95c24b.tar.xz serenity-32604487f8c69c28e58d145f1c55b7be6e95c24b.zip | |
Remove byteorder dep in example 10
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/10_voice_receive/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/10_voice_receive/Cargo.toml b/examples/10_voice_receive/Cargo.toml index fd1a520..cb5949c 100644 --- a/examples/10_voice_receive/Cargo.toml +++ b/examples/10_voice_receive/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["my name <[email protected]>"] [dependencies] -byteorder = "^1.2" env_logger = "~0.4" log = "~0.4" typemap = "~0.3" |