Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ license = {text = "MIT"}
authors = [
{name = "Nir Cohen", email = "nircoe@gmail.com"}
]
dependencies = [
"jinja2>=3.0.0",
]

[project.scripts]
gencoe = "gencoe.__main__:main"
1 change: 1 addition & 0 deletions src/gencoe/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from textwrap import dedent, indent
import re
import os
from jinja2 import Environment, PackageLoader

INHERIT_OPTIONS = {
'Renderer': 'gamecoe/entity/renderer/renderer.hpp'
Expand Down
1 change: 1 addition & 0 deletions src/gencoe/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import argparse
from pathlib import Path
from textwrap import dedent
from jinja2 import Environment, PackageLoader

def create_parser(subparsers):
parser = subparsers.add_parser(
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.