Skip to content

Commit efb4347

Browse files
publish 0.1.2
1 parent 755c578 commit efb4347

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Let's say you want to do:
44

55
1. `print('A')`
6-
1. wait for 1000ms to elapse
6+
1. wait for 1000ms
77
1. `print('B')`
88
1. wait for a mouse button to be pressed
99
1. `print('C')`
@@ -20,8 +20,11 @@ async def what_you_want_to_do(*, clock, sdlevent, **kwargs):
2020
print('C')
2121
```
2222

23-
[Youtube](https://youtu.be/kvy0_aVUFLM)
23+
[Youtube](https://youtu.be/kvy0_aVUFLM)
24+
[API Reference](https://asyncgui.github.io/asyncpygame/)
2425

26+
Currently, there are no proper tutorials available.
27+
Please refer to the examples.
2528

2629
## Installation
2730

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asyncpygame"
3-
version = "0.1.2.dev0"
3+
version = "0.1.2"
44
description = "PyGame meets async/await"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)