From b212ff5b2df3c6023e75215b821ac4a3e52a6978 Mon Sep 17 00:00:00 2001 From: kanarus Date: Tue, 29 Jul 2025 21:52:04 +0900 Subject: [PATCH 1/2] docs: refer to previous works --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4e517a6..69b02d9 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ fn main() { See the [examples](./examples) directory for working examples. +## Previous Works + +- [ThButlah/mujoco-rs](https://github.com/TheButlah/mujoco-rs/) + : archived by the owner on Sep 19, 2021. +- [MuJoCo-Rust/MuJoCo-Rust](https://github.com/MuJoCo-Rust/MuJoCo-Rust) + : seems not maintained anymore (last commit on 2 years ago) and not compatible with MuJoCo 3+. + ## License rusty_mujoco is licensed under [MIT LICENSE](https://github.com/rust-control/rusty_mujoco/blob/main/LICENSE). From 85da76ae56c9ccba2e230dfe0f0aa6d45ddc0f7a Mon Sep 17 00:00:00 2001 From: kanarus Date: Tue, 29 Jul 2025 21:57:34 +0900 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b02d9..213298c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ See the [examples](./examples) directory for working examples. ## Previous Works -- [ThButlah/mujoco-rs](https://github.com/TheButlah/mujoco-rs/) +- [TheButlah/mujoco-rs](https://github.com/TheButlah/mujoco-rs) : archived by the owner on Sep 19, 2021. - [MuJoCo-Rust/MuJoCo-Rust](https://github.com/MuJoCo-Rust/MuJoCo-Rust) : seems not maintained anymore (last commit on 2 years ago) and not compatible with MuJoCo 3+.