mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46: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]
|
[package]
|
||||||
name = "csbindgen"
|
name = "csbindgen"
|
||||||
version = "1.8.2"
|
version = "1.8.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
"Yoshifumi Kawai <ils@neue.cc>",
|
"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,
|
InternalError = 32,
|
||||||
Abort = 64,
|
Abort = 64,
|
||||||
PerfWarning = 128,
|
PerfWarning = 128,
|
||||||
MaskAll,
|
MaskAll = -1,
|
||||||
}
|
}
|
||||||
|
|
||||||
internal enum PxConcreteType : int
|
internal enum PxConcreteType : int
|
||||||
@ -10324,7 +10324,7 @@ namespace Physx
|
|||||||
Hairsystem = 9,
|
Hairsystem = 9,
|
||||||
Custom = 10,
|
Custom = 10,
|
||||||
GeometryCount = 11,
|
GeometryCount = 11,
|
||||||
Invalid,
|
Invalid = -1,
|
||||||
}
|
}
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
|
Loading…
Reference in New Issue
Block a user