aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWeicao Mao <1992414357@qq.com>2025-06-21 03:59:31 +0800
committerGitHub <noreply@github.com>2025-06-21 03:59:31 +0800
commit02bc5f01a97b0f599d13c42bd359379d06e504d1 (patch)
tree52ddfdefbdfc6973024270ff3bb789af5509a237 /README.md
parentbcc5b9bc9e347e26710dc3f8ae54d18aa01569d1 (diff)
parent789b240af40ea5e0c21967ae77d69e8686a64796 (diff)
Merge pull request #13 from CatilGrass/documents
Documents
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 492b92a..12828dd 100644
--- a/README.md
+++ b/README.md
@@ -69,14 +69,16 @@ cargo dev
-## The Plans
+## Apps
+
+1. Console App [[Goto]](https://github.com/CatilGrass/NoGamepads/tree/main/apps/console)
+2. Client App (Bevy) [[Goto]](https://github.com/CatilGrass/NoGamepads/tree/main/apps/client)
+
-​ 1. ...
## Related Documentation
​ If you want to learn more about this, please refer to the following documentation:
-1. [How to compile project with Cargo](export/docs/How_to_export.md)
-2. [About bindings](./core/bindings/About_bindings.md)
+1. [NoGamepads Bindings](./core/bindings/About_bindings.md)