readme
This commit is contained in:
parent
5064e1801a
commit
8c402887e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -151,3 +151,4 @@ other things/
|
|||||||
|
|
||||||
*cmake-build-debug
|
*cmake-build-debug
|
||||||
trytry/c/logger/logger.html
|
trytry/c/logger/logger.html
|
||||||
|
.fleet
|
||||||
|
14
README.md
14
README.md
@ -42,13 +42,13 @@
|
|||||||
- `json5 0.9.6`
|
- `json5 0.9.6`
|
||||||
- `pillow 8.1.0`
|
- `pillow 8.1.0`
|
||||||
- `pyperclip 1.8.2`
|
- `pyperclip 1.8.2`
|
||||||
- `pyglet 2.0.dev11`
|
- `pyglet 2.0.dev23`
|
||||||
- `xmltodict 0.12.0`
|
- `xmltodict 0.12.0`
|
||||||
- `toml 0.10.2`
|
- `toml 0.10.2`
|
||||||
- `AMD R5 5600X`
|
- `AMD R5 5600X`
|
||||||
- `AMD RX 550 4G`
|
- `AMD RX 550 4G`
|
||||||
- `开发平台 2 - macOS Big Sur`
|
- `开发平台 2 - macOS Big Sur`
|
||||||
- `Python 3.8.7`
|
- `Python 3.8.10`
|
||||||
- `macOS Big Sur 11.2.1`
|
- `macOS Big Sur 11.2.1`
|
||||||
- `Pyglet 1.5.15`
|
- `Pyglet 1.5.15`
|
||||||
- `Json5 0.9.5`
|
- `Json5 0.9.5`
|
||||||
@ -67,13 +67,13 @@
|
|||||||
|
|
||||||
## 感谢
|
## 感谢
|
||||||
|
|
||||||
- [pyglet](https://github.com/pyglet/pyglet) : 图形界面
|
- [pyglet](https://github.com/pyglet/pyglet) : GUI 和画面渲染
|
||||||
- `json5`: json5解析器
|
- `json5`: json5 解析器
|
||||||
- `toml`: toml解析器
|
- `toml`: toml 解析器
|
||||||
- `xmltodict`: xml 与 dict 转换器
|
- `xmltodict`: xml 与 dict 转换器
|
||||||
- `pyperclip`: 剪贴板!
|
- `pyperclip`: 剪贴板!
|
||||||
- [@Rayawa](https://github.com/Rayawa) : 文档矫正&翻译部分lang
|
- [@Rayawa](https://github.com/Rayawa) : 文档矫正 & 翻译部分 lang
|
||||||
- [@rouxiao-you](https://github.com/ruoxiao-you) : 翻译lang
|
- [@rouxiao-you](https://github.com/ruoxiao-you) : 翻译 lang
|
||||||
- [@Billchyi](https://github.com/Billchyi) : 文档矫正
|
- [@Billchyi](https://github.com/Billchyi) : 文档矫正
|
||||||
|
|
||||||
## 相关链接
|
## 相关链接
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
- `json5 0.9.6`
|
- `json5 0.9.6`
|
||||||
- `pillow 8.1.0`
|
- `pillow 8.1.0`
|
||||||
- `pyperclip 1.8.2`
|
- `pyperclip 1.8.2`
|
||||||
- `pyglet 2.0.dev13`
|
- `pyglet 2.0.dev23`
|
||||||
- `xmltodict 0.12.0`
|
- `xmltodict 0.12.0`
|
||||||
- `toml 0.10.2`
|
- `toml 0.10.2`
|
||||||
- `AMD R5 5600X`
|
- `AMD R5 5600X`
|
||||||
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
## thanks to
|
## thanks to
|
||||||
|
|
||||||
- [pyglet](https://github.com/pyglet/pyglet): GUI
|
- [pyglet](https://github.com/pyglet/pyglet): GUI and graphics
|
||||||
- `json5`: json5 parser
|
- `json5`: json5 parser
|
||||||
- `toml` toml parser
|
- `toml` toml parser
|
||||||
- `xmltodict`: translate data between xml and dict
|
- `xmltodict`: translate data between xml and dict
|
||||||
|
Loading…
Reference in New Issue
Block a user