Skip to content

Commit ac75b58

Browse files
committed
boing-ggez: Update ggez to latest version (0.9.3)
1 parent d14b7ab commit ac75b58

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The completed ports are:
2828

2929
<!-- Add new releases at the bottom; this makes more likely to found outdated ports at the top -->
3030

31-
| Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32-
| :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :-------: |
33-
| [Boing][Boing] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [ggez][ggez] 0.8 | Linux |
34-
| [Catacomb II (SDL)][Catacomb II (SDL)] | - | C | [SDL 2][SDL 2] | [Rust-SDL2][Rust-SDL2] 0.35 | Linux |
35-
| [Cavern][Cavern] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Macroquad][Macroquad] 0.3 | Linux |
36-
| [Soccer][Soccer] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Fyrox][Fyrox] 0.26 | Linux |
37-
| [Rusty Roguelike][Rusty Roguelike] | [Hands-on Rust: Effective Learning...][Hands-on Rust: Effective Learning...] | Rust | [bracket-lib][bracket-lib], [Legion][Legion] | [bracket-lib][bracket-lib], [Bevy][Bevy] (ECS) 0.7 | Linux |
38-
| [Rusty Roguelike][Rusty Roguelike] | [Hands-on Rust: Effective Learning...][Hands-on Rust: Effective Learning...] | Rust | [bracket-lib][bracket-lib], [Legion][Legion] | [Macroquad][Macroquad] 0.3, [Legion][Legion] 0.3 | Linux |
39-
| [Bunner][Bunner] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Macroquad][Macroquad] 0.3 | Linux |
31+
| Game | Part of | Source Language | Source Libraries | Port Libraries | Tested on |
32+
| :------------------------------------: | :--------------------------------------------------------------------------: | :-------------: | :------------------------------------------: | :------------------------------------------------: | :-----------: |
33+
| [Boing][Boing] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [ggez][ggez] 0.9 | Linux/Windows |
34+
| [Catacomb II (SDL)][Catacomb II (SDL)] | - | C | [SDL 2][SDL 2] | [Rust-SDL2][Rust-SDL2] 0.35 | Linux |
35+
| [Cavern][Cavern] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Macroquad][Macroquad] 0.3 | Linux |
36+
| [Soccer][Soccer] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Fyrox][Fyrox] 0.26 | Linux |
37+
| [Rusty Roguelike][Rusty Roguelike] | [Hands-on Rust: Effective Learning...][Hands-on Rust: Effective Learning...] | Rust | [bracket-lib][bracket-lib], [Legion][Legion] | [bracket-lib][bracket-lib], [Bevy][Bevy] (ECS) 0.7 | Linux |
38+
| [Rusty Roguelike][Rusty Roguelike] | [Hands-on Rust: Effective Learning...][Hands-on Rust: Effective Learning...] | Rust | [bracket-lib][bracket-lib], [Legion][Legion] | [Macroquad][Macroquad] 0.3, [Legion][Legion] 0.3 | Linux |
39+
| [Bunner][Bunner] | [Code the Classics Vol. 1][Code the Classics Vol. 1] | Python | [PyGame Zero][PyGame Zero] | [Macroquad][Macroquad] 0.3 | Linux |
4040

4141
<!-- Keep the entries of each group sorted by name -->
4242

@@ -147,9 +147,9 @@ Catacomb II:
147147

148148
A very straightforward port 🙂
149149

150-
This port suffers from one (Winit) bug:
150+
This port suffers from one bug (it's currently unclear if it's a port or library problem):
151151

152-
- corruption when running on fullscreen (reported [here](https://github.com/ggez/ggez/issues/1066)).
152+
- game running too fast (issue [here](https://github.com/rust-gamedev/rust-game-ports/issues/150)).
153153

154154
### Cavern/Macroquad
155155

boing-ggez/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ version = "0.1.0"
66

77
[dependencies]
88
fastrand = "1.7.0"
9-
ggez = { git = "https://github.com/ggez/ggez", branch = "devel" }
9+
ggez = "0.9.3"
1010
glam = {version = "0.20.5", features = ["mint"]}

0 commit comments

Comments
 (0)