all: can render basic things

This commit is contained in:
2017-08-28 19:22:08 +02:00
parent 3e91f8ed5b
commit 646714f0ab
9 changed files with 356 additions and 77 deletions

View File

@@ -3,5 +3,4 @@
A browser engine written in Rust. I heard thats what the cool kids do these
days.
Current status: can read HTML/CSS, convert to internal representation, and back
to (unformatted) HTML/CSS.
It can currently only render a tiny subset of HTML and CSS to PNG.