Skip to content

Commit

Permalink
Merge pull request #27 from david-c14/develop
Browse files Browse the repository at this point in the history
Scope performance and external window (#26)
  • Loading branch information
curlymorphic authored Aug 5, 2020
2 parents bd55688 + 9b32812 commit 65155b1
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 95 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ DISTRIBUTABLES += $(wildcard LICENSE*) res

# If RACK_DIR is not defined when calling the Makefile, default to two levels above
RACK_DIR ?= ../..
include $(RACK_DIR)/arch.mk

ifdef ARCH_WIN
LDFLAGS += -lopengl32
endif

# Include the VCV Rack plugin Makefile framework
include $(RACK_DIR)/plugin.mk
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/david-c14/ModularFungi",
"donateUrl": "https://paypal.me/omricohencomposer",
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md",
"version": "1.1.2",
"version": "1.1.3",
"modules": [
{
"slug":"Blank1HP",
Expand Down
Loading

0 comments on commit 65155b1

Please sign in to comment.