Add thesis

This commit is contained in:
schmelczerandras 2020-11-28 12:57:08 +01:00
parent 96e336152c
commit 6210dec721
33 changed files with 209 additions and 209 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sdf-2d",
"version": "0.7.4",
"version": "0.7.5",
"description": "Graphics framework for efficiently rendering 2D signed distance fields.",
"keywords": [
"webgl",
@ -55,6 +55,7 @@
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-unused-imports": "^0.1.3",
"prettier": "^2.1.2",
@ -65,7 +66,6 @@
"typedoc-plugin-extras": "^1.1.6",
"typescript": "^3.9.7",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.11",
"eslint-plugin-json-format": "^2.0.1"
"webpack-cli": "^3.3.11"
}
}