Introduced dylib extension format, cleared up shutdown sequence

This commit is contained in:
2026-01-17 00:23:35 +01:00
parent 1a7230ce9b
commit 6a3c1d5917
18 changed files with 214 additions and 113 deletions

View File

@@ -4,11 +4,12 @@ version = "0.1.0"
edition = "2024"
[[bin]]
name = "orchid-std"
name = "orchid-std-dbg"
path = "src/main.rs"
[lib]
crate-type = ["cdylib", "lib"]
name = "orchid_std"
path = "src/lib.rs"
[dependencies]