mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-12-23 08:21:11 +00:00
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.
18 lines
809 B
Text
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
|