my-ecs 0.1.2

An Entity Component System (ECS) library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  rust-wasm-dev:
    image: ecoricemon/rust-wasm-dev
    container_name: rust-wasm-dev
    volumes:
      - ../..:/workspace:rw
    working_dir: /workspace
    ports:
      - "8080:8080"
      - "8443:8443"
    stdin_open: true
    tty: true
    stop_grace_period: 1s
    command: tail -f /dev/null