Update for Bevy 0.10 and other dependencies (#290)

This commit is contained in:
Daniel McNab 2023-03-16 15:44:10 +00:00 committed by GitHub
parent fd6bfe91d6
commit 17096ad878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -54,3 +54,4 @@ wgpu = "0.15"
# Used for examples
clap = "4.1.0"
anyhow = "1.0"
pollster = "0.3.0"

View file

@ -10,5 +10,5 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", rev = "4fd092fbec07416fa9b1e2306f61231ae20315ac" }
bevy = "0.10"
vello = { path = "../../" }

View file

@ -24,10 +24,10 @@ vello = { path = "../../", features = ["buffer_labels"] }
scenes = { path = "../scenes" }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
pollster = { workspace = true }
wgpu = { workspace = true }
winit = "0.28.1"
pollster = "0.2.5"
env_logger = "0.10.0"
log = "0.4.17"
@ -38,7 +38,7 @@ notify-debouncer-mini = "0.2.1"
[target.'cfg(target_os = "android")'.dependencies]
winit = { version = "0.28", features = ["android-native-activity"] }
android_logger = "0.12.0"
android_logger = "0.13.0"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"

View file

@ -13,4 +13,4 @@ repository.workspace = true
[dependencies]
vello = { path = "../../" }
usvg = "0.28"
usvg = "0.29"