Skip to content

Commit

Permalink
feat: PipelineData added to allow sharing pipeline resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ElhamAryanpur committed Aug 28, 2023
1 parent 71cc788 commit e4c58d7
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 127 deletions.
127 changes: 77 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blue_engine"
version = "0.4.28"
version = "0.4.29"
authors = ["Elham Aryanpur <elhamaryanpur5@gmail.com>"]
edition = "2021"
description = "General-Purpose, Easy-to-use, Fast, and Portable graphics engine"
Expand All @@ -26,7 +26,7 @@ winit = "0.28"
bytemuck = { version = "1.13", features = ["derive"] }
winit_input_helper = "0.14"
anyhow = "1.0"
wgpu = { version = "0.16.0" }
wgpu = { version = "0.17.0" }
downcast = "0.11"
nalgebra-glm = "0.18"
# debug logs
Expand All @@ -36,7 +36,7 @@ log = { version = "0.4", optional = true }
android_logger = { version = "0.13", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wgpu = { version = "0.16", features = ["webgl"] }
wgpu = { version = "0.17", features = ["webgl"] }

# ========== EXAMPLES ========== #

Expand Down
Loading

0 comments on commit e4c58d7

Please sign in to comment.