Skip to content

Commit

Permalink
Windows working with new wgpu pr
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman committed Oct 29, 2023
1 parent 4449646 commit be5b708
Show file tree
Hide file tree
Showing 10 changed files with 159 additions and 201 deletions.
9 changes: 9 additions & 0 deletions Cappy3ds/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mod capture;
mod render;
use futures::executor;
pub use render::render::State;

fn main() {
// let mut res = State::new_from_visual();
// let mut v = executor::block_on(res);
}
145 changes: 100 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cappy3ds_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ csbindgen = "1.8.0"
bytemuck = { version = "1.14", features = [ "derive" ] }
env_logger = "0.10"
log = "0.4"
wgpu = "0.17"
wgpu = "0.18"
raw-window-handle = "0.5.2"
image = "0.24.7"
futures = "0.3.28"
Expand Down
Loading

0 comments on commit be5b708

Please sign in to comment.