jinja template は { } のエスケープ無用

This commit is contained in:
ousttrue
2022-12-27 14:41:41 +09:00
parent 5714195d57
commit 0e012a30ee

View File

@@ -45,16 +45,16 @@ You can also install via editing `Packages/manifest.json` directly.
```json5
// Packages/manifest.json
{{
"dependencies": {{
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}",
// ...
}}
}}
}
}
```
## Development