aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2026-02-25 18:54:25 +0100
committerFilip Wandzio <contact@philw.dev>2026-02-25 18:54:25 +0100
commitdb5ed8ea8c501d9015250f0d71aac9f488bd7f47 (patch)
treef7e9aed00c265df60fb617e89b8baaa5ca64cebd
parent35decaddb5f3c4e5d85c31f2f3355decf159a02d (diff)
downloaddml-db5ed8ea8c501d9015250f0d71aac9f488bd7f47.tar.gz
dml-db5ed8ea8c501d9015250f0d71aac9f488bd7f47.zip
Update project goalsHEADmaster
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 46c3255..d6a5abc 100644
--- a/README.md
+++ b/README.md
@@ -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