mirror of
https://github.com/love2d/megasource.git
synced 2026-08-22 13:36:03 +02:00
update harfbuzz to 10.1.0
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Benchmarks for hb_set_t operations.
|
||||
*/
|
||||
#include "benchmark/benchmark.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include "hb.h"
|
||||
#include "hb-benchmark.hh"
|
||||
|
||||
void RandomSet(unsigned size, unsigned max_value, hb_set_t* out) {
|
||||
hb_set_clear(out);
|
||||
|
||||
Reference in New Issue
Block a user