rel(librashader@0.3.2): doc fix

This commit is contained in:
chyyran 2024-08-21 01:05:24 -04:00
parent 0efaf2b8a0
commit 2f0a3356d9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1601,7 +1601,7 @@ dependencies = [
[[package]]
name = "librashader"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"ash",
"glob",

View file

@ -4,7 +4,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MPL-2.0 OR GPL-3.0-only"
version = "0.3.1"
version = "0.3.2"
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
repository = "https://github.com/SnowflakePowered/librashader"
readme = "../README.md"