secret commit
This commit is contained in:
parent
4edf55cf08
commit
d9949f13e4
3 changed files with 28 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/.venv
|
/.venv
|
||||||
|
/.vscode
|
|
@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`.
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- Add font support
|
- Add font support
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch).
|
||||||
|
|
22
secret-js.patch
Normal file
22
secret-js.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
diff --git a/.gitignore b/.gitignore
|
||||||
|
index fb9df04..4329ec8 100644
|
||||||
|
--- a/.gitignore
|
||||||
|
+++ b/.gitignore
|
||||||
|
@@ -1 +1,2 @@
|
||||||
|
-/.venv
|
||||||
|
\ No newline at end of file
|
||||||
|
+/.venv
|
||||||
|
+/.vscode
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/README.md b/README.md
|
||||||
|
index 603ae5e..5920263 100644
|
||||||
|
--- a/README.md
|
||||||
|
+++ b/README.md
|
||||||
|
@@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`.
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Add font support
|
||||||
|
+
|
||||||
|
+---
|
||||||
|
+
|
||||||
|
+There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch).
|
Loading…
Reference in a new issue