shithub: libdraw.myr

ref: d180b70c6c69ffe8168cc8571772ad6e15ac6aba
dir: /bld.proj/

View raw version
lib draw =
	chan.myr
	draw.myr
	event.myr
	font.myr
	image.myr
	init.myr
	load.myr
	pack.myr
	string.myr
	types.myr
;;

bin testdraw =
	testdraw.myr
	lib draw
;;