mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
update version & version history
This commit is contained in:
parent
27d5d61f08
commit
33c9010223
@ -1,4 +1,4 @@
|
||||
// stb_easy_font.h - v0.5 - bitmap font for 3D rendering - public domain
|
||||
// stb_easy_font.h - v0.6 - bitmap font for 3D rendering - public domain
|
||||
// Sean Barrett, Feb 2015
|
||||
//
|
||||
// Easy-to-deploy,
|
||||
@ -74,6 +74,11 @@
|
||||
// recognized, you are granted a perpetual, irrevocable license to copy,
|
||||
// distribute, and modify this file as you see fit.
|
||||
//
|
||||
// VERSION HISTORY
|
||||
//
|
||||
// (2015-09-13) 0.6 #include <math.h>; updated license
|
||||
// (2015-02-01) 0.5 First release
|
||||
|
||||
#if 0
|
||||
void print_string(float x, float y, char *text, float r, float g, float b)
|
||||
{
|
||||
|
@ -8,7 +8,9 @@
|
||||
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#define STB_VOXEL_RENDER_IMPLEMENTATION
|
||||
#define STB_EASY_FONT_IMPLEMENTATION
|
||||
|
||||
#include "stb_easy_font.h"
|
||||
#include "stb_herringbone_wang_tile.h"
|
||||
#include "stb_image.h"
|
||||
#include "stb_image_write.h"
|
||||
|
Loading…
Reference in New Issue
Block a user