-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0064469
commit ef44aa9
Showing
81 changed files
with
169 additions
and
567 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
[workspace] | ||
members = ["tauri-plugin-holochain", "crates/*"] | ||
members = ["crates/*"] | ||
resolver = "2" | ||
|
||
[patch.crates-io] | ||
# TODO: remove these patches once https://github.com/holochain/tx5/issues/87 is resolved | ||
tx5-go-pion-sys = { git = "https://github.com/guillemcordoba/tx5", branch = "custom-go" } | ||
tx5-go-pion-turn = { git = "https://github.com/guillemcordoba/tx5", branch = "custom-go" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# Tauri Plugin holochain | ||
# p2p-shipyard | ||
|
||
Tauri Plugin Holochain is [Source-Available](https://en.wikipedia.org/wiki/Source-available_software), you can see its source code [here](https://github.com/darksoil-studio/tauri-plugin-holochain). We are raising funds to make it Open Source. | ||
Build cross-platform holochain apps and runtimes. | ||
|
||
If you'd like to contribute to `tauri-plugin-holochain` being open-source and free to use by everyone, please go to our open-collective page to contribute! | ||
--- | ||
|
||
https://opencollective.com/darksoil/projects/tauri-plugin-holochain | ||
`p2p-shipyard` is [Source-Available](https://en.wikipedia.org/wiki/Source-available_software), you can see its source code [here](https://github.com/darksoil-studio/p2p-shipyard). We are raising funds to make it Open Source. | ||
|
||
If you'd like to contribute to `p2p-shipyard` being open-source and free to use by everyone, please go to our open-collective page to contribute! | ||
|
||
https://opencollective.com/darksoil/projects/p2p-shipyard | ||
|
||
Learn more in the main documentation page: | ||
|
||
https://darksoil.studio/tauri-plugin-holochain | ||
https://darksoil.studio/p2p-shipyard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.