editor: filters

This commit is contained in:
Pascal Engélibert 2022-08-26 15:38:13 +02:00
commit 9908406623
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
4 changed files with 207 additions and 14 deletions

5
Cargo.lock generated
View file

@ -590,9 +590,9 @@ dependencies = [
[[package]]
name = "bevy_mod_picking"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19f97d740fcd9d089a768399e902e741f45f8d671e756c939d2f1ce8ad14d63a"
checksum = "db42ac84b1409452bbfa696d9071b9a7a2505c73620c939b758b5bf23573976a"
dependencies = [
"bevy",
"bevy_mod_raycast",
@ -1333,7 +1333,6 @@ dependencies = [
"parking_lot 0.12.1",
"stdweb",
"thiserror",
"wasm-bindgen",
"web-sys",
"windows",
]