Fixed bug with addComponents template
-deprecated Comonent.ref_ function -remover Comonent.ref_ usage from addComponents template -updated dub.json
This commit is contained in:
parent
54b210346d
commit
85e1f8a76e
5 changed files with 28 additions and 44 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,9 +1,8 @@
|
|||
*
|
||||
!*/
|
||||
!source/**
|
||||
!tests/**
|
||||
!README.md
|
||||
!./dub.json
|
||||
!dub.json
|
||||
!.gitignore
|
||||
!codecov.yml
|
||||
!skeleton.html
|
||||
|
|
@ -11,4 +10,6 @@
|
|||
!**/*.wrap
|
||||
!meson_options.txt
|
||||
!compile_wasm.py
|
||||
!compile_android.py
|
||||
!compile_android.py
|
||||
!.gitlab-ci.yml
|
||||
!LICENSE
|
||||
Loading…
Add table
Add a link
Reference in a new issue