kunkun/.gitmodules
Huakun Shen 302a09f0e8
Adds kkrpc to browser extension
Adds the `kkrpc` package as a submodule and installs it as a
dependency for the browser extension. This enables communication
between the browser extension and other parts of the application.

Updates browser extension's package name.
2025-09-07 01:45:20 -04:00

18 lines
809 B
Text

[submodule "vendors/applications-rs"]
path = vendors/applications-rs
url = https://github.com/HuakunShen/applications-rs.git
[submodule "vendors/tauri-plugin-network"]
path = vendors/tauri-plugin-network
url = https://github.com/HuakunShen/tauri-plugin-network.git
[submodule "vendors/tauri-plugin-system-info"]
path = vendors/tauri-plugin-system-info
url = https://github.com/HuakunShen/tauri-plugin-system-info.git
[submodule "vendors/tauri-plugin-user-input"]
path = vendors/tauri-plugin-user-input
url = https://github.com/kunkunsh/tauri-plugin-user-input.git
[submodule "vendors/tauri-plugin-keyring"]
path = vendors/tauri-plugin-keyring
url = https://github.com/HuakunShen/tauri-plugin-keyring.git
[submodule "vendors/kkrpc"]
path = vendors/kkrpc
url = https://github.com/kunkunsh/kkrpc.git