Remove sdl3-ttf dependency
This commit is contained in:
@@ -3,7 +3,7 @@ all: build
|
||||
clean:
|
||||
rm -rf build/*
|
||||
|
||||
LIBS != pkg-config --libs-only-l --libs-only-L sdl3 sdl3-image sdl3-ttf
|
||||
LIBS != pkg-config --libs-only-l --libs-only-L sdl3 sdl3-image
|
||||
|
||||
HARE_SOURCES != find . -name '*.ha'
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ Uxn/Varvara Emulator written in the hare programming language.
|
||||
- hare
|
||||
- sdl3
|
||||
- sdl3-image
|
||||
- sdl3-ttf
|
||||
- [hare-sdl3](https://git.sr.ht/~sircmpwn/hare-sdl3)
|
||||
|
||||
To install hare-sdl3, the source must be copied into the HAREPATH third-party directory.
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use sdl3;
|
||||
use sdl3::image;
|
||||
use sdl3::ttf;
|
||||
use types::c;
|
||||
use os;
|
||||
use io;
|
||||
|
||||
Reference in New Issue
Block a user