Support loading local bracket-lib

This commit is contained in:
Alex Page 2022-01-26 01:32:56 -05:00
parent 8bdc8e31d6
commit a5e260621b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/extern
/target
.vscode

View file

@ -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"