Create basic package structure
This commit is contained in:
parent
3e254e83a8
commit
fbc61e9458
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.ibc
|
||||
*.o
|
||||
|
||||
build/
|
||||
*.*~
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 Kiana Sheibani
|
||||
Copyright (c) 2022 Kiana Sheibani, Eszter
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
10
render.ipkg
Normal file
10
render.ipkg
Normal file
|
@ -0,0 +1,10 @@
|
|||
package render
|
||||
version = 0.0
|
||||
|
||||
authors = "Kiana Sheibani, Eszter"
|
||||
license = "MIT"
|
||||
|
||||
langversion >= 0.5.1
|
||||
|
||||
sourcedir = "src"
|
||||
readme = "README.md"
|
Loading…
Reference in a new issue