Skip to content

Update glam dependency #16

Update glam dependency

Update glam dependency #16

Workflow file for this run

name: Docs
on:
release:
types: [published]
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --verbose --all-features