Update cargo.toml version to 1.8.3

This commit is contained in:
github-actions[bot] 2023-09-20 09:52:34 +00:00
parent 3df9df4e41
commit 2c57dced0f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "csbindgen"
version = "1.8.2"
version = "1.8.3"
edition = "2021"
authors = [
"Yoshifumi Kawai <ils@neue.cc>",

View File

@ -10238,7 +10238,7 @@ namespace Physx
InternalError = 32,
Abort = 64,
PerfWarning = 128,
MaskAll,
MaskAll = -1,
}
internal enum PxConcreteType : int
@ -10324,7 +10324,7 @@ namespace Physx
Hairsystem = 9,
Custom = 10,
GeometryCount = 11,
Invalid,
Invalid = -1,
}
[Flags]