Support loading local bracket-lib
This commit is contained in:
parent
8bdc8e31d6
commit
a5e260621b
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/extern
|
||||
/target
|
||||
.vscode
|
||||
|
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
# bracket-lib = { path = "extern/bracket-lib" }
|
||||
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
|
||||
specs = "0.16.1"
|
||||
specs-derive = "0.4.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue