From 4ea4726d9f3996875314f29445a14453118f76d9 Mon Sep 17 00:00:00 2001 From: Pan Ip Date: Sat, 12 Jun 2021 23:14:05 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7de799c..136524e 100644 --- a/README.md +++ b/README.md @@ -1459,6 +1459,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [moss](https://crates.io/crates/moss) — A dynamically typed scripting language * [mun](https://github.com/mun-lang/mun) — A compiled, statically-typed scripting language with first class hot reloading support [![build badge](https://api.travis-ci.org/mun-lang/mun.svg?branch=master)](https://travis-ci.org/mun-lang/mun) * [rhaiscript/rhai](https://github.com/rhaiscript/rhai) — A tiny and fast embedded scripting language resembling a combination of JS and Rust +* [ippan/clover](https://github.com/ippan/clover) [[clover](https://crates.io/crates/clover)] - A scripting language created in Rust [![CI](https://github.com/ippan/clover/actions/workflows/build_and_test.yml/badge.svg?branch=master)](https://github.com/ippan/clover/actions/workflows/build_and_test.yml) ### Simulation