feat(view): add display width and height size types

This commit is contained in:
2024-01-09 00:30:59 +03:00
parent 4a7403022b
commit 0a6f7841e1
10 changed files with 48 additions and 20 deletions

View File

@@ -2,22 +2,16 @@
"name": "haxework",
"url": "https://bitbucket.org/shmyga/haxework",
"license": "MIT",
"tags": [
"view",
"layout",
"template"
],
"tags": ["view", "layout", "template"],
"description": "View framework.",
"version": "2.0.0",
"version": "2.1.0",
"releasenote": "Update.",
"contributors": [
"shmyga"
],
"contributors": ["shmyga"],
"classPath": "src/main",
"dependencies": {
"promhx": "1.1.0",
"protohx": "0.4.6",
"haxe-crypto": "0.0.8",
"haxe-crypto": "0.0.8",
"yaml": "2.0.1"
}
}