From 5a026afc5231dac64c94c30722f5e36a41139be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Mon, 5 Aug 2024 14:39:13 +0200 Subject: [PATCH] songbird and serenity submodule --- .gitmodules | 3 +++ Cargo.toml | 2 +- libs/serenity | 1 + libs/songbird | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 libs/serenity diff --git a/.gitmodules b/.gitmodules index 133a6ec..9261d5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/songbird"] path = libs/songbird url = git@github.com:eRgo35/songbird.git +[submodule "libs/serenity"] + path = libs/serenity + url = git@github.com:eRgo35/serenity.git diff --git a/Cargo.toml b/Cargo.toml index 2ca9bee..d63af08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.122" songbird = { path = "./libs/songbird", version = "0.4", default-features = true, features = [ "builtin-queue", ] } -serenity = { features = [ +serenity = { path = "./libs/serenity", default-features = true, features = [ "cache", "framework", "standard_framework", diff --git a/libs/serenity b/libs/serenity new file mode 160000 index 0000000..658b6a7 --- /dev/null +++ b/libs/serenity @@ -0,0 +1 @@ +Subproject commit 658b6a7261fbde7cf59f84613f870ef7a48735c6 diff --git a/libs/songbird b/libs/songbird index 52ccf8b..2d7dc29 160000 --- a/libs/songbird +++ b/libs/songbird @@ -1 +1 @@ -Subproject commit 52ccf8b328a91f262fdd07bfae7c6067f9df442c +Subproject commit 2d7dc29fd68826fb6998eb748be05387ea2fe91b