From 41d36497c23ebb04852c721a39ff13d0cdf33610 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Tue, 12 Nov 2019 11:45:20 -0500 Subject: [PATCH] Add the V Heroku Buildpack (#32) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23f9f63..ecf4900 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Web * [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V +* [Heroku Buildpack for V](https://github.com/louis77/heroku-buildpack-v) - Deploy V apps on Heroku. ### Games * [Vlang the Game](https://github.com/gabixdev/vlang-the-game) - A little platformer written in V with [vSDL2](https://github.com/nsauzede/vsdl2), made purely for memes and fun.