From cbfc70357e53fa19de8506bec659ab9164a9deb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Thu, 23 May 2024 15:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0apple\facebook\steam=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/social/apple.rs | 0 library/src/social/facebook.rs | 0 library/src/social/mod.rs | 4 +++- library/src/social/steam.rs | 0 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 library/src/social/apple.rs create mode 100644 library/src/social/facebook.rs create mode 100644 library/src/social/steam.rs diff --git a/library/src/social/apple.rs b/library/src/social/apple.rs new file mode 100644 index 0000000..e69de29 diff --git a/library/src/social/facebook.rs b/library/src/social/facebook.rs new file mode 100644 index 0000000..e69de29 diff --git a/library/src/social/mod.rs b/library/src/social/mod.rs index 8c424f3..e729dfa 100644 --- a/library/src/social/mod.rs +++ b/library/src/social/mod.rs @@ -1,2 +1,4 @@ -pub mod google; \ No newline at end of file +pub mod google; +pub mod facebook; +pub mod apple; \ No newline at end of file diff --git a/library/src/social/steam.rs b/library/src/social/steam.rs new file mode 100644 index 0000000..e69de29