aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-04-23 16:53:09 -0400
committerLibravatar GitHub <[email protected]>2024-04-23 16:53:09 -0400
commitb930d2923c6bf83ebbbdaa82201d36529aae2cf2 (patch)
tree72208ad5844021f83651cc0f33c42158768e5143 /README.md
parentbf23aa06372642f85b702b270a670ca3628c0934 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index 677795b..3726c5a 100644
--- a/README.md
+++ b/README.md
@@ -29,25 +29,6 @@ grex_outline_post_process::components::OutlinePostProcessSettings {
git = "https://github.com/exvacuum/grex_outline_post_process.git"
```
-### Workspace Submodule
-I recommend organizing your Bevy project as a [cargo workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) and pulling this repository as a git submodule:
-```bash
-git submodule add [email protected]:exvacuum/grex_outline_post_process.git
-```
-
-We can add a [patch override](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#overriding-repository-url) for this repository in the workspace's `Cargo.toml`:
-```toml
-[patch."https://github.com/exvacuum/grex_outline_post_process.git".grex_outline_post_process]
-path = "./grex_outline_post_process"
-```
-
-And then, from a crate that depends on it:
-```toml
-[dependencies.grex_outline_post_process]
-git = "https://github.com/exvacuum/grex_outline_post_process.git"
-```
-
-
## Usage
In `main.rs`: