Skip to content

Commit c3f33f0

Browse files
authored
Merge pull request #47 from Incomplete-Outputs-Lab/feature/twitch-chat-badges
feat: Twitch チャット保存機能を追加
2 parents 9a79c1a + 66d57d4 commit c3f33f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+7053
-1791
lines changed

src-tauri/Cargo.lock

Lines changed: 45 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ url = "2.5"
3333
# Twitch API libraries
3434
twitch_api = { version = "0.7.2", features = ["helix", "client", "reqwest", "twitch_oauth2"] }
3535
twitch_oauth2 = { version = "0.16", features = ["reqwest"] }
36+
twitch-irc = { version = "5.0", features = ["transport-tcp", "transport-tcp-native-tls"] }
3637
# YouTube API library
3738
google-youtube3 = "7"
3839
yup-oauth2 = "12"
3940
hyper-rustls = "0.27"
4041
hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2", "tokio"] }
41-
# WebSocket libraries
42-
tungstenite = { version = "0.28", features = ["native-tls"] }
4342
thiserror = "2.0.18"
4443
tauri-plugin-dialog = "2"
4544
tauri-plugin-process = "2"

0 commit comments

Comments
 (0)