diff --git a/Related-Projects.md b/Related-Projects.md index 0a937f7..9bd87f2 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -45,7 +45,6 @@ * [iij/mruby-require](https://github.com/iij/mruby-require) require implementation without dynamically linked library support, by [iij](https://github.com/iij) * [mattn/mruby-require](https://github.com/mattn/mruby-require) require implementation for the platforms support dlopen or LoadLibrary, by [mattn](https://github.com/mattn) * [mruby-sandbox] (https://github.com/mattn/mruby-sandbox) Provide sandbox eval by [mattn](https://github.com/mattn) -* [mruby-sdl2](https://github.com/Mav7/mruby-sdl2) by [Mav7](https://github.com/Mav7) * [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn) * [mruby-simple-random](https://github.com/iij/mruby-simple-random) simple pseudo-random number generator using random(3) [iij](https://github.com/iij) * [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client using [mruby-uv](https://github.com/mattn/mruby-uv) by [matsumoto_r](https://github.com/matsumoto-r)