mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 14:36:26 +00:00
Update cargo.toml version to 1.8.3
This commit is contained in:
parent
3df9df4e41
commit
2c57dced0f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "csbindgen"
|
||||
version = "1.8.2"
|
||||
version = "1.8.3"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Yoshifumi Kawai <ils@neue.cc>",
|
||||
|
4
dotnet-sandbox/libphysx_csbindgen.cs
vendored
4
dotnet-sandbox/libphysx_csbindgen.cs
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user