diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -1,13 +1,18 @@ | |||
| 1 | # Very simple minecraft launcher (early stage of development). Made to explore concurrency/async in rust. And because I don't like the default launcher. | 1 | # Very simple minecraft launcher (early stage of development). Made to explore concurrency/async in rust. |
| 2 | 2 | ||
| 3 | ## Available features | 3 | ## Available features |
| 4 | 4 | ||
| 5 | - [x] playing any version >1.7 and <1.15 | 5 | - [x] playing any version >1.7 and <1.15 |
| 6 | 6 | ||
| 7 | - [x] Concurrent asset downloading | ||
| 8 | |||
| 9 | - [x] "modern" minecraft | ||
| 10 | |||
| 7 | ## Planned features | 11 | ## Planned features |
| 8 | 12 | ||
| 9 | - [ ] Concurrent asset downloading | 13 | - [ ] playing any version |
| 10 | 14 | ||
| 11 | - [ ] modloaders | 15 | - [ ] modloaders |
| 12 | 16 | ||
| 13 | - [ ] "modern" minecraft | 17 | - [ ] official api |
| 18 | |||
