cinera.c: Add info for Per and Bitwise
This commit is contained in:
parent
7034ce096b
commit
a27e603e6e
|
@ -14,7 +14,7 @@ typedef struct
|
||||||
version CINERA_APP_VERSION = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 5,
|
.Minor = 5,
|
||||||
.Patch = 38
|
.Patch = 39
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
||||||
|
@ -444,6 +444,7 @@ credential_info Credentials[] =
|
||||||
{ "martincohen", "Martin Cohen", "http://blog.coh.io/", "", ""},
|
{ "martincohen", "Martin Cohen", "http://blog.coh.io/", "", ""},
|
||||||
{ "miotatsu", "Mio Iwakura", "http://riscy.tv/", "cinera_sprite_patreon.png", "https://patreon.com/miotatsu"},
|
{ "miotatsu", "Mio Iwakura", "http://riscy.tv/", "cinera_sprite_patreon.png", "https://patreon.com/miotatsu"},
|
||||||
{ "nothings", "Sean Barrett", "https://nothings.org/", "", ""},
|
{ "nothings", "Sean Barrett", "https://nothings.org/", "", ""},
|
||||||
|
{ "pervognsen", "Per Vognsen", "https://github.com/pervognsen/bitwise/", "", ""},
|
||||||
{ "philipbuuck", "Philip Buuck", "http://philipbuuck.com/", "", ""},
|
{ "philipbuuck", "Philip Buuck", "http://philipbuuck.com/", "", ""},
|
||||||
{ "powerc9000", "Clay Murray", "http://claymurray.website/", "", ""},
|
{ "powerc9000", "Clay Murray", "http://claymurray.website/", "", ""},
|
||||||
{ "rygorous", "Fabian Giesen", "https://fgiesen.wordpress.com/", "", ""},
|
{ "rygorous", "Fabian Giesen", "https://fgiesen.wordpress.com/", "", ""},
|
||||||
|
@ -501,6 +502,8 @@ typedef struct
|
||||||
|
|
||||||
project_info ProjectInfo[] =
|
project_info ProjectInfo[] =
|
||||||
{
|
{
|
||||||
|
{ "bitwise", "Bitwise", "Day", NS_LINEAR, "programming", "" },
|
||||||
|
|
||||||
{ "book", "Book Club", "Day", NS_LINEAR, "research", "" },
|
{ "book", "Book Club", "Day", NS_LINEAR, "research", "" },
|
||||||
{ "pcalc", "pcalc", "Day", NS_LINEAR, "programming", "" },
|
{ "pcalc", "pcalc", "Day", NS_LINEAR, "programming", "" },
|
||||||
{ "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },
|
{ "riscy", "RISCY BUSINESS", "Day", NS_LINEAR, "programming", "" },
|
||||||
|
|
Loading…
Reference in New Issue