Skip to content

Commit

Permalink
Port to petitset
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Jan 5, 2022
1 parent b930f6e commit 1e32ac1
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
rustflags = ["-Zshare-generics=off"]
rustflags = ["-Zshare-generics=off"]
12 changes: 4 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
book


# Added by cargo

/target

Cargo.lock

target/

Cargo.lock
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ members = ["./", "tools/ci", "macros"]

[dependencies]
bevy = {version = "0.5", default-features = false, features = ["render"]}
downcast-rs = "1.2.0"
multimap = "0.8"
petitset = "0.0"
strum = "0.23"
strum_macros = "0.23"
leafwing_input_manager_macros = { path = "macros" }

[patch.crates-io]
bevy = { git = "https://github.com/bevyengine/bevy/", commit = "22c665fa39b16c62272b927db742ea62d67615e8"}
petitset = {git = "https://github.com/leafwing-studios/petitset"}

[dev-dependencies]
criterion = "0.3"
Expand Down
Loading

0 comments on commit 1e32ac1

Please sign in to comment.