initial commit
This commit is contained in:
12
ext/Cargo.toml
Normal file
12
ext/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "ext"
|
||||
edition = "2024"
|
||||
version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "hkrpg"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
windows.workspace = true
|
||||
hkrpg.workspace = true
|
||||
Reference in New Issue
Block a user