this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "bump Janet version to v1.34 (#2539)"

This reverts commit 58837f2d7a177a4f21fb1071da2b242d41b22b08.

nesbox 98843169 58837f2d

+3 -2
+2 -2
build/janet/janetconf.h
··· 4 4 #define JANETCONF_H 5 5 6 6 #define JANET_VERSION_MAJOR 1 7 - #define JANET_VERSION_MINOR 34 7 + #define JANET_VERSION_MINOR 31 8 8 #define JANET_VERSION_PATCH 0 9 9 #define JANET_VERSION_EXTRA "" 10 - #define JANET_VERSION "1.34.0" 10 + #define JANET_VERSION "1.31.0" 11 11 12 12 /* #define JANET_BUILD "local" */ 13 13
+1
demos/janetdemo.janet
··· 5 5 # license: MIT License (change this to your license of choice) 6 6 # version: 0.1 7 7 # script: janet 8 + # strict: true 8 9 9 10 # Unlike other languages, the tic80 API 10 11 # is provided as a module.