Native3D/n3d/oh-package.json5
2025-11-24 23:14:38 +08:00

11 lines
224 B
Plaintext

{
"name": "n3d",
"version": "1.0.0",
"description": "Please describe the basic information.",
"main": "",
"author": "",
"license": "",
"dependencies": {
"libn3d.so": "file:./src/main/cpp/types/libn3d"
}
}