Skip to content

Commit

Permalink
Release/0.0.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeLeap authored Jun 20, 2021
1 parent 72f73be commit ebb06bf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish
on:
release:
types:
- created

jobs:
publish:
runs-on: ubuntu-latest
name: Publish to Cargo Registry
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imgui-rs-d3d12-renderer"
version = "0.1.0"
version = "0.0.2"
authors = ["Changseo Jang <changseo.jang@riiid.co>"]
edition = "2018"
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# imgui-rs-d3d12-renderer

Use imgui-rs with [d3d12](https://github.com/OxideEngine/d3d12-rs)

0 comments on commit ebb06bf

Please sign in to comment.