From 4a170c53c033a80d0525c9caa4f607a8d3b721ce Mon Sep 17 00:00:00 2001 From: Ralph Desir Date: Wed, 10 Jun 2015 17:18:39 -0400 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 1 - 1 file changed, 1 deletion(-) 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)