Skip to content

Commit

Permalink
Update to rust-gpu main (#82)
Browse files Browse the repository at this point in the history
* Update to rust-gpu main

* Update crates/lib/rust-shaders/src/ssgi.rs

* cargo fmt

---------

Co-authored-by: Tomasz Stachowiak <codeinsane@gmail.com>
Co-authored-by: Tomasz Stachowiak <h3@h3.gd>
  • Loading branch information
3 people committed Sep 11, 2023
1 parent d3b6ac2 commit d373f76
Show file tree
Hide file tree
Showing 31 changed files with 363 additions and 244 deletions.
106 changes: 59 additions & 47 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"crates/bin/bake",
"crates/bin/hello",
Expand Down Expand Up @@ -27,9 +28,6 @@ exclude = [
rspirv = { git = "https://github.com/gfx-rs/rspirv.git", rev = "dae552c" }
spirv_headers = { git = "https://github.com/gfx-rs/rspirv.git", rev = "dae552c" }

# TODO look-at
dolly = { git = "https://github.com/h3r2tic/dolly.git", rev = "0276fb4b5fe2e11c70919af7dbbcd645711c8f48" }

[profile.release]
debug = 1

Expand Down
Loading

0 comments on commit d373f76

Please sign in to comment.