Skip to content

Commit

Permalink
Fix bracket-lib to use github in cargo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebracket committed Mar 11, 2021
1 parent 77ea460 commit 86d877c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Herbert Wolverson <[email protected]>"]
edition = "2018"

[dependencies]
bracket-lib = { path = "C:/Users/herbe/Documents/LearnRust/rltk_rs" }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git" }
legion = { version = "0.3.1", default-features = false, features = ["wasm-bindgen"] }
lazy_static = "1.4.0"
Inflector = "0.11.4"
Expand Down

0 comments on commit 86d877c

Please sign in to comment.