bevy_interleave 0.9.0

bevy support for e2e packed to planar bind groups
Documentation
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
    "dockerComposeFile": ["docker-compose.yaml"], 
    "workspaceFolder": "/workspace",
    "remoteUser": "vscode",
    "shutdownAction": "stopCompose",
    "service": "devcontainer",

    "features": {
        "ghcr.io/devcontainers/features/common-utils:2": {
            "installZsh": "true",
            "username": "vscode",
            "userUid": "1000",
            "userGid": "1000",
            "upgradePackages": "true"
        },
        "ghcr.io/devcontainers/features/rust:1": "latest",
        "ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {
            "plugins": "history history-substring-search"
        }
    },
    "customizations": {
        "vscode": {
            "settings": {},
            "extensions": [
                "rust-lang.rust-analyzer",
                "serayuzgur.crates",
		        "vadimcn.vscode-lldb"
            ]
        }
    }
}