Skip to content

Commit b21b1d3

Browse files
committed
Remove the old swapchain model
1 parent d7925a4 commit b21b1d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+299
-1831
lines changed

.github/CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ General-purpose chat is on [matrix](https://matrix.to/#/#gfx:matrix.org).
66

77
If you've got the code, making a pull request to discuss things on the way may be more efficient than posting it to the chat.
88

9-
Finally, feel free to hop on [#rust-gamedev](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-gamedev).
10-
119
### Code
1210

1311
gfx-rs adheres to Rust Coding Guidelines.

.github/PULL_REQUEST_TEMPLATE.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ PR checklist:
33
- [ ] `make` succeeds (on *nix)
44
- [ ] `make reftests` succeeds
55
- [ ] tested examples with the following backends:
6-
- [ ] `rustfmt` run on changed code

.monocodus

-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
version: 1.0.0
2-
3-
rust:
4-
formatter:
5-
name: rustfmt
6-
ignore_paths:
7-
- ".*"

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hal = { path = "../src/hal", version = "0.5", package = "gfx-hal" }
3737
auxil = { path = "../src/auxil/auxil", version = "0.3", package = "gfx-auxil" }
3838
gfx-backend-gl = { path = "../src/backend/gl", version = "0.5", optional = true }
3939
gfx-backend-empty = { path = "../src/backend/empty", version = "0.5" }
40-
winit = { version = "0.21.0", features = ["web-sys"] }
40+
winit = { version = "0.22", features = ["web-sys"] }
4141

4242
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4343
env_logger = "0.6"

0 commit comments

Comments
 (0)