File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This project adheres to Semantic Versioning.
17
17
18
18
### Fixed
19
19
20
+ * Tetra no longer fails to compile when built in a project with ` edition = "2021" ` or ` resolver = "2" ` in the Cargo.toml.
20
21
* The ` Display ` implementation for ` TetraError ` now includes extra details for errors that don't have a ` source ` .
21
22
* Games will no longer fail to start on platforms that do not support setting vsync on or off.
22
23
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ bytemuck = "1.5.0"
25
25
num-traits = " 0.2.14"
26
26
lyon_tessellation = " 0.17.4"
27
27
28
+ # Workaround for https://github.com/17cupsofcoffee/tetra/issues/294
29
+ winapi = { version = " 0.3" , features = [" errhandlingapi" ] }
30
+
28
31
[dev-dependencies ]
29
32
rand = " 0.8.0"
30
33
anyhow = " 1.0.33"
You can’t perform that action at this time.
0 commit comments