lector-browser 0.1.4

A high-performance graphical terminal web browser targeting Sixel first.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Vendor Directory

`vendor/servo/` is reserved for a full Servo source checkout.

The current repository ignores that directory because Servo is large and should
be fetched intentionally:

```sh
./scripts/fetch-servo.sh
```

Native in-process Servo integration requires the full Servo workspace, not only
selected HTML/layout files.