harfbuzz-sys 0.3.4

Rust bindings to the HarfBuzz text shaping engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Process this file with automake to produce Makefile.in

NULL =
SUBDIRS = \
	in-house \
	text-rendering-tests \
	aots \
	$(NULL)

# Convenience targets:
lib:
	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib

-include $(top_srcdir)/git.mk