Implement preinit related features in Rust

This commit is contained in:
topjohnwu
2024-03-28 14:11:03 -07:00
parent 1eddbfd72c
commit a1b6568226
13 changed files with 312 additions and 164 deletions

2
native/src/Cargo.lock generated
View File

@@ -72,6 +72,7 @@ dependencies = [
"argh",
"bytemuck",
"cfg-if",
"const_format",
"cxx",
"cxx-gen",
"libc",
@@ -467,7 +468,6 @@ version = "0.0.0"
dependencies = [
"base",
"bytemuck",
"const_format",
"cxx",
"cxx-gen",
"num-derive",